Restore Solaris/amd64 Ada bootstrap (PR ada/57188)

PR ada/57188
	* gcc-interface/Makefile.in: Allow for amd64 solaris2.

From-SVN: r198824
This commit is contained in:
Rainer Orth 2013-05-13 11:07:28 +00:00 committed by Rainer Orth
parent ae6fa899e7
commit a164a17b5e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-05-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR ada/57188
* gcc-interface/Makefile.in: Allow for amd64 solaris2.
2013-05-07 Eric Botcazou <ebotcazou@adacore.com>
PR ada/56474

View File

@ -1098,7 +1098,7 @@ ifeq ($(strip $(filter-out sparc% sun solaris%,$(targ))),)
endif
# x86 and x86-64 solaris
ifeq ($(strip $(filter-out %86 %x86_64 solaris2%,$(arch) $(osys))),)
ifeq ($(strip $(filter-out %86 %x86_64 %amd64 solaris2%,$(arch) $(osys))),)
LIBGNAT_TARGET_PAIRS_COMMON = \
a-intnam.ads<a-intnam-solaris.ads \
s-inmaop.adb<s-inmaop-posix.adb \