Commit d6839827 by Jim Wilson

(i[34]86sol2): New abbrev for i[34]86-unknown-solaris2.

From-SVN: r3430
parent 5868ca20
...@@ -125,6 +125,10 @@ case $basic_machine in ...@@ -125,6 +125,10 @@ case $basic_machine in
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
os=-sysv os=-sysv
;; ;;
i[34]86sol2)
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
os=-solaris2
;;
spur) spur)
basic_machine=spur-unknown basic_machine=spur-unknown
;; ;;
......
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