OSDN Git Service

2005-11-05 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Nov 2005 10:00:55 +0000 (10:00 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Nov 2005 10:00:55 +0000 (10:00 +0000)
* 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

libstdc++-v3/ChangeLog
libstdc++-v3/configure.host

index 2dfb62d..da887c2 100644 (file)
@@ -1,5 +1,10 @@
 2005-11-05  Paolo Carlini  <pcarlini@suse.de>
 
+       * configure.host: Add | rs6000 to the cpu_defines_dir switch,
+       consistently with the try_cpu one.
+
+2005-11-05  Paolo Carlini  <pcarlini@suse.de>
+
        PR libstdc++/22203
        * include/bits/c++config: Include cpu_defines.h.
        * include/Makefile.am: Add cpu_defines.h to host_headers.
index f7a7109..aecdebc 100644 (file)
@@ -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