Commit 07b8e910 by Eric Botcazou Committed by Eric Botcazou

* gcc-interface/Makefile.in (x86-64 darwin): Handle multilibs.

From-SVN: r169950
parent 4933ae74
2011-02-08 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/Makefile.in (x86-64 darwin): Handle multilibs.
2011-02-03 Eric Botcazou <ebotcazou@adacore.com> 2011-02-03 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of * gcc-interface/gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of
......
...@@ -2142,12 +2142,18 @@ ifeq ($(strip $(filter-out darwin%,$(osys))),) ...@@ -2142,12 +2142,18 @@ ifeq ($(strip $(filter-out darwin%,$(osys))),)
s-taprop.adb<s-taprop-posix.adb \ s-taprop.adb<s-taprop-posix.adb \
s-taspri.ads<s-taspri-posix.ads \ s-taspri.ads<s-taspri-posix.ads \
s-tpopsp.adb<s-tpopsp-posix-foreign.adb \ s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
a-numaux.ads<a-numaux-x86.ads \
a-numaux.adb<a-numaux-x86.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 \
system.ads<system-darwin-x86_64.ads \ a-numaux.ads<a-numaux-x86.ads \
a-numaux.adb<a-numaux-x86.adb \
$(ATOMICS_TARGET_PAIRS) $(ATOMICS_TARGET_PAIRS)
ifeq ($(strip $(MULTISUBDIR)),/i386)
LIBGNAT_TARGET_PAIRS += \
system.ads<system-darwin-x86.ads
else
LIBGNAT_TARGET_PAIRS += \
system.ads<system-darwin-x86_64.ads
endif
endif endif
ifeq ($(strip $(filter-out powerpc%,$(arch))),) ifeq ($(strip $(filter-out powerpc%,$(arch))),)
......
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