aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/Makefile.in
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2007-10-08 06:45:56 +0000
committerBen Elliston <bje@gcc.gnu.org>2007-10-08 16:45:56 +1000
commitdff6abb2827e047f9224c0cd213731633db7c274 (patch)
tree5d9760b25b5082f14fbfa46088bb8cca59bb2901 /gcc/ada/Makefile.in
parented0940e3aab72df9b68547cc392c24710ec103d5 (diff)
downloadgcc-dff6abb2827e047f9224c0cd213731633db7c274.zip
gcc-dff6abb2827e047f9224c0cd213731633db7c274.tar.gz
gcc-dff6abb2827e047f9224c0cd213731633db7c274.tar.bz2
re PR ada/33454 (Wrong system.ads for --with-cpu=default32)
PR ada/33454 Revert: 2007-08-31 Ben Elliston <bje@au.ibm.com> * Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads when compiling for powerpc64-*-linux. * system-linux-ppc64.ads: New file. From-SVN: r129121
Diffstat (limited to 'gcc/ada/Makefile.in')
-rw-r--r--gcc/ada/Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in
index 64a5315..2406880 100644
--- a/gcc/ada/Makefile.in
+++ b/gcc/ada/Makefile.in
@@ -1324,13 +1324,8 @@ ifeq ($(strip $(filter-out powerpc% linux%,$(arch) $(osys))),)
s-osprim.adb<s-osprim-posix.adb \
s-taprop.adb<s-taprop-linux.adb \
s-taspri.ads<s-taspri-posix.ads \
- s-tpopsp.adb<s-tpopsp-posix-foreign.adb
-
- ifeq ($(strip $(filter-out powerpc64,$(arch))),)
- LIBGNAT_TARGET_PAIRS += system.ads<system-linux-ppc64.ads
- else
- LIBGNAT_TARGET_PAIRS += system.ads<system-linux-ppc.ads
- endif
+ s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
+ system.ads<system-linux-ppc.ads
TOOLS_TARGET_PAIRS = \
mlib-tgt-specific.adb<mlib-tgt-linux.adb \