diff options
author | Richard Kenner <kenner@gnu.org> | 1994-03-24 10:58:02 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1994-03-24 10:58:02 +0000 |
commit | 253bce3d6b1e47f793159bc25cb340259269e784 (patch) | |
tree | 2e4abe37797fc57b7ba54f926d5c9d0097830f94 | |
parent | 56783585a4cd608322ebcb65bd9603d91d7777ab (diff) | |
download | emacs-253bce3d6b1e47f793159bc25cb340259269e784.tar.gz |
Add case for Bull dpx20.
-rwxr-xr-x | config.sub | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config.sub b/config.sub index d592cf6f1a2..b21500e862d 100755 --- a/config.sub +++ b/config.sub @@ -212,6 +212,10 @@ case $basic_machine in basic_machine=m88k-motorola os=-sysv3 ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 @@ -534,7 +538,8 @@ case $os in | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* | -lynxos*) + | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ + | -lynxos* | -bosx* ) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` |