diff options
author | Francesco Potortì <pot@gnu.org> | 2003-01-13 23:12:05 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2003-01-13 23:12:05 +0000 |
commit | 171ce8482e14255f733f2ec8d542268fe1823552 (patch) | |
tree | 42c207d1e59048d9ae7ce044fb77e14cd3e86104 /config.guess | |
parent | e833850f140f32b8d1eea4cff72f39cd630ea6a0 (diff) | |
download | emacs-171ce8482e14255f733f2ec8d542268fe1823552.tar.gz |
(m68k-motorola-sysv): Removed (obsolete).
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.guess b/config.guess index 0149c53609b..b4f7f3eb209 100755 --- a/config.guess +++ b/config.guess @@ -1001,8 +1001,6 @@ 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 \ |