Mercurial > emacs
changeset 11475:64aa0d436a80
(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Apr 1995 03:17:12 +0000 |
parents | 510885be2758 |
children | 7917226c3ea9 |
files | configure.in |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Apr 17 23:16:23 1995 +0000 +++ b/configure.in Tue Apr 18 03:17:12 1995 +0000 @@ -274,7 +274,11 @@ m68k-motorola-sysv* | m68000-motorola-sysv* ) machine=delta opsys=usg5-3 if test -z "`type gnucc | grep 'not found'`" - then CC=gnucc + 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