]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (x86_64 darwin arch): Adjust LIBGNAT_TARGET_PAIRS for x86 and x86_64...
authorIain Sandoe <iains@gcc.gnu.org>
Tue, 6 Sep 2011 18:38:41 +0000 (18:38 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Tue, 6 Sep 2011 18:38:41 +0000 (18:38 +0000)
* gcc-interface/Makefile.in (x86_64 darwin arch): Adjust
LIBGNAT_TARGET_PAIRS for x86 and x86_64 variants.

From-SVN: r178605

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

index db43918f802918328a8f2ca75cf54770c7979386..6cda14bdfa19a0b7d47b85e917fe302ab787d8a4 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 fe87cbf3ffbace13df876efa038594b3489094cc..bc95aff8d201ef4f748e2701e2a1e717a5e6fadd 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