Update.
[jlayton/glibc.git] / configure.in
index 29e6ea69333cc601496782eec85b02e4dc4132cc..0b704e55ea057774707495073d92e44b1de5b89f 100644 (file)
@@ -224,6 +224,12 @@ machine=$config_machine
 vendor=$config_vendor
 os=$config_os
 
+# config.guess on some IBM machines says `rs6000' instead of `powerpc'.
+# Unify this here.
+if test "$machine" = rs6000; then
+  machine="powerpc"
+fi
+
 ###
 ### I put this here to prevent those annoying emails from people who cannot
 ### read and try to compile glibc on unsupported platforms.  --drepper