diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-08 06:45:56 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-08 06:45:56 +0000 |
commit | 8767209990092ca7ad5703fafb4edb73aa4f9f06 (patch) | |
tree | 5d9760b25b5082f14fbfa46088bb8cca59bb2901 /gcc/ada/Makefile.in | |
parent | 668f87d0dd27c90e6120bb17715343b61e060d55 (diff) | |
download | gcc-8767209990092ca7ad5703fafb4edb73aa4f9f06.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129121 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/Makefile.in')
-rw-r--r-- | gcc/ada/Makefile.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index 64a5315ae62..24068808496 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 \ |