mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-05 20:58:22 +12:00
> Default to bsd if vendor is next.
This commit is contained in:
3
config.sub
vendored
3
config.sub
vendored
@ -607,6 +607,9 @@ case $basic_machine in
|
||||
i370-*)
|
||||
os=-mvs
|
||||
;;
|
||||
*-next)
|
||||
os=-bsd
|
||||
;;
|
||||
i[34]86-*)
|
||||
os=-sco3.2v2
|
||||
;;
|
||||
|
Reference in New Issue
Block a user