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 /configure | |
parent | e833850f140f32b8d1eea4cff72f39cd630ea6a0 (diff) | |
download | emacs-171ce8482e14255f733f2ec8d542268fe1823552.tar.gz |
(m68k-motorola-sysv): Removed (obsolete).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/configure b/configure index dd8964a2ef9..4e28a724c8e 100755 --- a/configure +++ b/configure @@ -1874,22 +1874,7 @@ case "${canonical}" in machine=pmax opsys=mach-bsd4-3 ;; - ## Motorola Delta machines - m68k-motorola-sysv* | m68000-motorola-sysv* ) - machine=delta opsys=usg5-3 - if test -z "`type gnucc | grep 'not found'`" - then - if test -s /etc/167config - then CC="gnucc -m68040" - else CC="gnucc -m68881" - fi - else - if test -z "`type gcc | grep 'not found'`" - then CC=gcc - else CC=cc - fi - fi - ;; + ## Motorola Delta m88k m88k-motorola-sysv4* ) # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110 # needs POSIX_SIGNALS and therefore needs usg5-4-2. |