fix Ada bootstrap for powerpc-darwin (and several regressions in ACATS and gnat)
authorIain Sandoe <iain@codesourcery.com>
Thu, 9 Apr 2015 20:29:28 +0000 (20:29 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Thu, 9 Apr 2015 20:29:28 +0000 (20:29 +0000)
gcc/ada:
* gcc-interface/Makefile.in (darwin, powerpc): Enable atomics.

From-SVN: r221962

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

index d93e5ac9c88c2a9b200cc0980a8f01be0c676490..4d6c3bec68a77126a5f81283d76426c73ea3b090 100644 (file)
@@ -1,3 +1,7 @@
+2015-04-09  Iain Sandoe  <iain@codesourcery.com>
+
+       * gcc-interface/Makefile.in (darwin, powerpc): Enable atomics.
+
 2015-04-08  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Function>: Do not make
index 60c1b5b3f8e40d7995c5a413ccc5ae213d8fbcb6..ecc443e106673365b321b849692a02379b3d87bc 100644 (file)
@@ -2321,7 +2321,9 @@ ifeq ($(strip $(filter-out darwin%,$(target_os))),)
       s-intman.adb<s-intman-posix.adb \
       s-osprim.adb<s-osprim-posix.adb \
       a-numaux.ads<a-numaux-darwin.ads \
-      a-numaux.adb<a-numaux-darwin.adb
+      a-numaux.adb<a-numaux-darwin.adb \
+      $(ATOMICS_TARGET_PAIRS) \
+      $(ATOMICS_BUILTINS_TARGET_PAIRS)
 
     ifeq ($(strip $(MULTISUBDIR)),/ppc64)
       LIBGNAT_TARGET_PAIRS += \