config.sub update to accept *-w64 as done in yasm

This commit is contained in:
jasonmoxham 2010-12-02 10:57:03 +00:00
parent 71c97773cd
commit 276765c616
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ diff -Naur yasm2227/config/config.sub mpiryasm/config/config.sub
basic_machine=powerpc-apple
;;
- *-unknown)
+ *-unknown | *-pc)
+ *-unknown | *-pc | *-apple | *-w64)
# Make sure to match an already-canonicalized machine name.
;;
*)

View File

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