Makefile.in: Handle e500v2-wrs-vxworksae like powerpc-wrs-vxworksae.

2011-09-06  Tristan Gingold  <gingold@adacore.com>

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

From-SVN: r178592
This commit is contained in:
Tristan Gingold 2011-09-06 12:16:01 +00:00 committed by Arnaud Charlet
parent 08f8a983b9
commit 604352863c
2 changed files with 6 additions and 1 deletions

View 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,

View 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 \