mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
> Default to bsd if vendor is next.
This commit is contained in:
parent
f3613f5bb5
commit
88013905b6
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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user