Commit a69b6c05 by Richard Stallman

Don't force os=-hpux for hp9k2... and hp9k3...

From-SVN: r6619
parent 6f8db4e6
...@@ -257,11 +257,9 @@ case $basic_machine in ...@@ -257,11 +257,9 @@ case $basic_machine in
;; ;;
hp9k2[0-9][0-9] | hp9k31[0-9]) hp9k2[0-9][0-9] | hp9k31[0-9])
basic_machine=m68000-hp basic_machine=m68000-hp
os=-hpux
;; ;;
hp9k3[2-9][0-9]) hp9k3[2-9][0-9])
basic_machine=m68k-hp basic_machine=m68k-hp
os=-hpux
;; ;;
hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7) hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7)
basic_machine=hppa1.1-hp basic_machine=hppa1.1-hp
......
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