summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/configure.host
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-25 19:33:35 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-25 19:33:35 +0000
commitb47e331b930fb800e796a4576f482c2828ce55fd (patch)
tree8ffbfdf5118b93ec247fbbf9fd8f86aa050bb2e5 /libstdc++-v3/configure.host
parentcd065c4736e20685423b38c9a9b0bad73ba9a3d0 (diff)
downloadppe42-gcc-b47e331b930fb800e796a4576f482c2828ce55fd.tar.gz
ppe42-gcc-b47e331b930fb800e796a4576f482c2828ce55fd.zip
2005-05-25 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/21726 * configure.host (abi_baseline_pair switch): Add an entry for powerpc64-linux. * config/abi/powerpc64-linux-gnu/baseline_symbols.txt: New. * config/abi/powerpc64-linux-gnu/32/baseline_symbols.txt: New. * config/abi/powerpc64-linux-gnu/32/nof/baseline_symbols.txt: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100157 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r--libstdc++-v3/configure.host3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host
index b3582a41d79..d12e964bddb 100644
--- a/libstdc++-v3/configure.host
+++ b/libstdc++-v3/configure.host
@@ -270,6 +270,9 @@ case "${host}" in
abi_baseline_pair="mips-linux-gnu"
cpu_include_dir="cpu/mips"
;;
+ powerpc64-*-linux*)
+ abi_baseline_pair="powerpc64-linux-gnu"
+ ;;
s390-*-linux*)
abi_baseline_pair="s390-linux-gnu"
;;
OpenPOWER on IntegriCloud