diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-03-24 22:44:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-03-24 22:44:55 +0000 |
commit | de025efdf189b7d8277fee6bef59134545862781 (patch) | |
tree | 9934b69ee6bbc6d7d4c69341bd2f2925efa7bae9 /config.sub | |
parent | 71ac885b6f75112439aa1ab680f80055ecfa76f7 (diff) | |
download | emacs-de025efdf189b7d8277fee6bef59134545862781.tar.gz |
Default to clipper-intergraph if system is clix.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub index 8fe01d1eda3..729c23d3606 100755 --- a/config.sub +++ b/config.sub @@ -83,6 +83,9 @@ case $os in os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` ;; + -clix*) + basic_machine=clipper-intergraph + ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` ;; |