2011-09-06 Tristan Gingold <gingold@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Sep 2011 12:16:01 +0000 (12:16 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Sep 2011 12:16:01 +0000 (12:16 +0000)
* gcc-interface/Makefile.in: Handle e500v2-wrs-vxworksae like
powerpc-wrs-vxworksae.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178592 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in

index 682e500..c05dd0b 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-06  Tristan Gingold  <gingold@adacore.com>
+
+       * gcc-interface/Makefile.in: Handle e500v2-wrs-vxworksae like
+       powerpc-wrs-vxworksae.
+
 2011-09-06  Thomas Quinot  <quinot@adacore.com>
 
        * s-os_lib.ads (Spawn): Minor documentation clarification,
index 7adf623..7de81fb 100644 (file)
@@ -590,7 +590,7 @@ ifeq ($(strip $(filter-out e500% powerpc% wrs vxworks,$(targ))),)
 endif
 
 # vxworks 653
-ifeq ($(strip $(filter-out powerpc% wrs vxworksae,$(targ))),)
+ifeq ($(strip $(filter-out powerpc% e500v2 wrs vxworksae,$(targ))),)
   # target pairs for vthreads runtime
   LIBGNAT_TARGET_PAIRS = \
   a-elchha.adb<a-elchha-vxworks-ppc-full.adb \