put back in the *-pc | *-apple to configfsf.sub

This commit is contained in:
jasonmoxham 2010-08-28 09:31:54 +00:00
parent 367937206c
commit f6470c4b6a
2 changed files with 31 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@ case $basic_machine in
pmac | pmac-mpw)
basic_machine=powerpc-apple
;;
*-unknown)
*-unknown | *-pc | *-apple)
# Make sure to match an already-canonicalized machine name.
;;
*)

30
devel/configfsf.sub.diff Normal file
View File

@ -0,0 +1,30 @@
We can use the standard fsf config.sub , but we need change this (~line 1200)
pmac | pmac-mpw)
basic_machine=powerpc-apple
;;
*-unknown)
# Make sure to match an already-canonicalized machine name.
;;
*)
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
exit 1
pmac | pmac-mpw)
basic_machine=powerpc-apple
;;
*-unknown | *-pc | *-apple)
# Make sure to match an already-canonicalized machine name.
;;
*)
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
exit 1
so that we recognize more default already-canonicalized machine names , because
we have so many more cpu names