Commit a1bf1ec7 by Iain Sandoe

Makefile.in (x86_64 darwin arch): Adjust LIBGNAT_TARGET_PAIRS for x86 and x86_64 variants.


	* gcc-interface/Makefile.in (x86_64 darwin arch): Adjust 
	LIBGNAT_TARGET_PAIRS for x86 and x86_64 variants.

From-SVN: r178605
parent e2605091
2011-09-06 Iain Sandoe <iains@gcc.gnu.org>
* gcc-interface/Makefile.in (x86_64 darwin arch): Adjust
LIBGNAT_TARGET_PAIRS for x86 and x86_64 variants.
2011-09-06 Arnaud Charlet <charlet@adacore.com> 2011-09-06 Arnaud Charlet <charlet@adacore.com>
* gcc-interface/Makefile.in, gcc-interface/Make-lang.in * gcc-interface/Makefile.in, gcc-interface/Make-lang.in
......
...@@ -2205,15 +2205,16 @@ ifeq ($(strip $(filter-out darwin%,$(osys))),) ...@@ -2205,15 +2205,16 @@ ifeq ($(strip $(filter-out darwin%,$(osys))),)
s-tpopsp.adb<s-tpopsp-posix-foreign.adb \ s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
g-trasym.ads<g-trasym-unimplemented.ads \ g-trasym.ads<g-trasym-unimplemented.ads \
g-trasym.adb<g-trasym-unimplemented.adb \ g-trasym.adb<g-trasym-unimplemented.adb \
$(ATOMICS_TARGET_PAIRS) \ $(ATOMICS_TARGET_PAIRS)
$(X86_64_TARGET_PAIRS) \
system.ads<system-darwin-x86_64.ads
ifeq ($(strip $(MULTISUBDIR)),/i386) ifeq ($(strip $(MULTISUBDIR)),/i386)
LIBGNAT_TARGET_PAIRS += \ LIBGNAT_TARGET_PAIRS += \
system.ads<system-darwin-x86.ads $(X86_TARGET_PAIRS) \
system.ads<system-darwin-x86.ads
else else
LIBGNAT_TARGET_PAIRS += \ LIBGNAT_TARGET_PAIRS += \
system.ads<system-darwin-x86_64.ads $(X86_64_TARGET_PAIRS) \
system.ads<system-darwin-x86_64.ads
endif endif
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment