aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
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 /gcc/ada/gcc-interface
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
Diffstat (limited to 'gcc/ada/gcc-interface')
-rw-r--r--gcc/ada/gcc-interface/Makefile.in4
1 files changed, 3 insertions, 1 deletions
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 += \