summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/configure.host
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-05 10:00:55 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-05 10:00:55 +0000
commit14aa86fc690c30e2dbc9cf9b73e6b07b9dfb0178 (patch)
tree338e57e40d487bdfa43d8b320419c3f6ad5d3a17 /libstdc++-v3/configure.host
parent7956a9b7781b808c246e2a7b98c35b3355c66576 (diff)
downloadppe42-gcc-14aa86fc690c30e2dbc9cf9b73e6b07b9dfb0178.tar.gz
ppe42-gcc-14aa86fc690c30e2dbc9cf9b73e6b07b9dfb0178.zip
2005-11-05 Paolo Carlini <pcarlini@suse.de>
* configure.host: Add | rs6000 to the cpu_defines_dir switch, consistently with the try_cpu one. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106525 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r--libstdc++-v3/configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host
index f7a71091111..aecdebc55d1 100644
--- a/libstdc++-v3/configure.host
+++ b/libstdc++-v3/configure.host
@@ -130,7 +130,7 @@ esac
# Set specific CPU overrides for cpu_defines_dir. Most can just use generic.
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
case "${host_cpu}" in
- powerpc*)
+ powerpc* | rs6000)
cpu_defines_dir=cpu/powerpc
;;
esac
OpenPOWER on IntegriCloud