* Map "ppc" to "powerpc" so that Linux on PowerPC will be reported as

"powerpc-linux".
This commit is contained in:
Eelco Dolstra 2006-08-25 16:23:42 +00:00
parent e64c4f5742
commit e5678b3435
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ case $machine_name in
i*86)
machine_name=i686
;;
ppc)
machine_name=powerpc
;;
*)
if test "$cpu_name" != "unknown"; then
machine_name=$cpu_name