diff options
author | Per Bothner <bothner@cygnus.com> | 1994-11-15 00:05:02 +0000 |
---|---|---|
committer | Per Bothner <bothner@cygnus.com> | 1994-11-15 00:05:02 +0000 |
commit | 3570141e87cb38fcd4672aa56cf11ca6d44dfe4a (patch) | |
tree | 75941c4dbdebbaf4974a76b42a8bb81fa82793ea /config.guess | |
parent | 3f3a932594bbd542586b12beaeda71dfe58e1741 (diff) | |
download | emacs-3570141e87cb38fcd4672aa56cf11ca6d44dfe4a.tar.gz |
Support paragon as i860-intel-osf1. (From RMS.)
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index bc2cbcb0b45..b8507579586 100755 --- a/config.guess +++ b/config.guess @@ -306,6 +306,9 @@ EOF Intel:Mach:3*:*) echo i386-unknown-mach3 exit 0 ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit 0 ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 |