mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 20:58:21 +12:00
* config.sub (tile*): Only set 'os' to -linux-gnu if unset.
Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:

committed by
Ben Elliston

parent
437d5d59dc
commit
ea0e5a6f5b
2
config.sub
vendored
2
config.sub
vendored
@ -1193,7 +1193,7 @@ case $basic_machine in
|
||||
;;
|
||||
tile*)
|
||||
basic_machine=$basic_machine-unknown
|
||||
os=linux-gnu
|
||||
os=${os:-linux-gnu}
|
||||
;;
|
||||
tx39)
|
||||
basic_machine=mipstx39-unknown
|
||||
|
Reference in New Issue
Block a user