From 460d832b00a3580ed4dcf175894d99159535deaf Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 5 Nov 2005 10:00:55 +0000 Subject: [PATCH] configure.host: Add | rs6000 to the cpu_defines_dir switch, consistently with the try_cpu one. 2005-11-05 Paolo Carlini * configure.host: Add | rs6000 to the cpu_defines_dir switch, consistently with the try_cpu one. From-SVN: r106525 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/configure.host | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2dfb62d6551a..da887c2e4418 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2005-11-05 Paolo Carlini + + * configure.host: Add | rs6000 to the cpu_defines_dir switch, + consistently with the try_cpu one. + 2005-11-05 Paolo Carlini PR libstdc++/22203 diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index f7a710911112..aecdebc55d1b 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 -- 2.43.5