Commit d8ab444e by Richard Stallman

*** empty log message ***

From-SVN: r1416
parent 135abe07
......@@ -113,6 +113,18 @@ case $basic_machine in
basic_machine=i386-unknown
os=-isc
;;
i486v32)
basic_machine=i486-unknown
os=-sysv32
;;
i486-sco* | i486sco | sco)
basic_machine=i486-unknown
os=-sco3.2v2
;;
i486-isc* | isc)
basic_machine=i486-unknown
os=-isc
;;
i386v4*)
basic_machine=i386-unknown
os=-sysv4
......@@ -125,6 +137,10 @@ case $basic_machine in
basic_machine=i386-unknown
os=-sysv
;;
i486v)
basic_machine=i486-unknown
os=-sysv
;;
spur)
basic_machine=spur-unknown
;;
......@@ -545,7 +561,7 @@ case $basic_machine in
*-ns)
os=-genix
;;
i386-*)
i[34]86-*)
os=-sco3.2v2
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment