diff options
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r-- | libstdc++-v3/configure.host | 2 |
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 |