Commit 5aac3905 by Richard Stallman

Default to clipper-intergraph if system is clix.

From-SVN: r3871
parent ade97c34
...@@ -83,6 +83,9 @@ case $os in ...@@ -83,6 +83,9 @@ case $os in
os=-isc2.2 os=-isc2.2
basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
;; ;;
-clix*)
basic_machine=clipper-intergraph
;;
-isc*) -isc*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-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