Commit c7e1200f by Jim Blandy

* config.sub: Add case for Bull dpx/2.

From-SVN: r4913
parent 42dcdbe2
...@@ -368,9 +368,13 @@ case $basic_machine in ...@@ -368,9 +368,13 @@ case $basic_machine in
basic_machine=m88k-motorola basic_machine=m88k-motorola
os=-sysv3 os=-sysv3
;; ;;
dpx2) dpx2* | dpx2*-bull)
basic_machine=m68k-bull basic_machine=m68k-bull
os=-sysv os=-sysv3
;;
sps7)
basic_machine=m68k-bull
os=-sysv2
;; ;;
ebmon29k) ebmon29k)
basic_machine=a29k-amd basic_machine=a29k-amd
......
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