diff options
author | Francesco Potortì <pot@gnu.org> | 2003-01-15 10:04:49 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2003-01-15 10:04:49 +0000 |
commit | 96b07d07cf2dafcae78d82a1269589949d0e2fc2 (patch) | |
tree | 1fa2f538a7376a39937ad203d0bbf59c1be70879 /config.guess | |
parent | 6e57ec5e65736760d62ce02adbdc72b69d30587a (diff) | |
download | emacs-96b07d07cf2dafcae78d82a1269589949d0e2fc2.tar.gz |
Revert previous change.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.guess b/config.guess index b4f7f3eb209..0149c53609b 100755 --- a/config.guess +++ b/config.guess @@ -1001,6 +1001,8 @@ EOF M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit 0 ;; + M68*:*:R3V[567]*:*) + test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; 3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ |