OSDN Git Service

* gcc-interface/Makefile.in (x86_64 darwin arch): Adjust
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Sep 2011 18:38:41 +0000 (18:38 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Sep 2011 18:38:41 +0000 (18:38 +0000)
LIBGNAT_TARGET_PAIRS for x86 and x86_64 variants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178605 138bc75d-0d04-0410-961f-82ee72b054a4

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

index db43918..6cda14b 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * gcc-interface/Makefile.in, gcc-interface/Make-lang.in
index fe87cbf..bc95aff 100644 (file)
@@ -2205,15 +2205,16 @@ ifeq ($(strip $(filter-out darwin%,$(osys))),)
     s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
     g-trasym.ads<g-trasym-unimplemented.ads \
     g-trasym.adb<g-trasym-unimplemented.adb \
-    $(ATOMICS_TARGET_PAIRS) \
-    $(X86_64_TARGET_PAIRS) \
-    system.ads<system-darwin-x86_64.ads
+    $(ATOMICS_TARGET_PAIRS)
+
     ifeq ($(strip $(MULTISUBDIR)),/i386)
       LIBGNAT_TARGET_PAIRS += \
-      system.ads<system-darwin-x86.ads
+        $(X86_TARGET_PAIRS) \
+        system.ads<system-darwin-x86.ads
     else
       LIBGNAT_TARGET_PAIRS += \
-      system.ads<system-darwin-x86_64.ads
+        $(X86_64_TARGET_PAIRS) \
+        system.ads<system-darwin-x86_64.ads
     endif
   endif