put back in the *-pc | *-apple to configfsf.sub
This commit is contained in:
parent
367937206c
commit
f6470c4b6a
@ -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
30
devel/configfsf.sub.diff
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user