summaryrefslogtreecommitdiff
path: root/gcc/ada/Makefile.in
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2007-08-31 08:14:16 +0000
committerBen Elliston <bje@gcc.gnu.org>2007-08-31 18:14:16 +1000
commit22d2aa96f8da11d7710962b298a8036e0fe44720 (patch)
tree92b3788aee06a3ee239661dd00b5cc3c9bc67301 /gcc/ada/Makefile.in
parentb3abeb576db89aa71b91048920b2872afc86e238 (diff)
downloadgcc-22d2aa96f8da11d7710962b298a8036e0fe44720.tar.gz
Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads when compiling for powerpc64-*-linux.
* Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads when compiling for powerpc64-*-linux. * system-linux-ppc64.ads: New file. From-SVN: r127960
Diffstat (limited to 'gcc/ada/Makefile.in')
-rw-r--r--gcc/ada/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in
index 229bd4775ca..0cc8a4f869d 100644
--- a/gcc/ada/Makefile.in
+++ b/gcc/ada/Makefile.in
@@ -1326,8 +1326,13 @@ 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 \
- system.ads<system-linux-ppc.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
TOOLS_TARGET_PAIRS = \
mlib-tgt-specific.adb<mlib-tgt-linux.adb \