configure.host: Add | rs6000 to the cpu_defines_dir switch, consistently with the try_cpu one.

2005-11-05  Paolo Carlini  <pcarlini@suse.de>

	* configure.host: Add | rs6000 to the cpu_defines_dir switch,
	consistently with the try_cpu one.

From-SVN: r106525
This commit is contained in:
Paolo Carlini 2005-11-05 10:00:55 +00:00 committed by Paolo Carlini
parent 4b90c838d2
commit 460d832b00
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View 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