aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Sandoe <iain@codesourcery.com>2015-04-09 20:29:28 +0000
committerIain Sandoe <iains@gcc.gnu.org>2015-04-09 20:29:28 +0000
commitfebf07f50e449c11c5e809b097dfefe38eb9a639 (patch)
treef2c916309f678a169ccbdc6b4a9231ed9567ddc4
parentd1074796e06f5bf32cfe9ee7af778482f3d03f98 (diff)
downloadgcc-febf07f50e449c11c5e809b097dfefe38eb9a639.zip
gcc-febf07f50e449c11c5e809b097dfefe38eb9a639.tar.gz
gcc-febf07f50e449c11c5e809b097dfefe38eb9a639.tar.bz2
fix Ada bootstrap for powerpc-darwin (and several regressions in ACATS and gnat)
gcc/ada: * gcc-interface/Makefile.in (darwin, powerpc): Enable atomics. From-SVN: r221962
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/gcc-interface/Makefile.in4
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index d93e5ac..4d6c3be 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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
diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in
index 60c1b5b..ecc443e 100644
--- a/gcc/ada/gcc-interface/Makefile.in
+++ b/gcc/ada/gcc-interface/Makefile.in
@@ -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 += \