]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in: Handle e500v2-wrs-vxworksae like powerpc-wrs-vxworksae.
authorTristan Gingold <gingold@adacore.com>
Tue, 6 Sep 2011 12:16:01 +0000 (12:16 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 6 Sep 2011 12:16:01 +0000 (14:16 +0200)
2011-09-06  Tristan Gingold  <gingold@adacore.com>

* gcc-interface/Makefile.in: Handle e500v2-wrs-vxworksae like
powerpc-wrs-vxworksae.

From-SVN: r178592

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

index 682e500fe05aede264002e102f880891b6fab118..c05dd0b6070f7c3c0932bd211f00535630f32bb2 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 7adf6236d913b2dc9d644161e5796eb897c1a8da..7de81fbfe55bc8fbd647d7cf8f17f06b9d88eba8 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 \