config.sub update to accept *-w64 as done in yasm
This commit is contained in:
parent
71c97773cd
commit
276765c616
@ -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.
|
||||
;;
|
||||
*)
|
||||
|
2
yasm/config/config.sub
vendored
2
yasm/config/config.sub
vendored
@ -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.
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user