summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-18 03:17:12 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-18 03:17:12 +0000
commit90e2cc59228783fb2d9eb92a6de3ba5b68e49929 (patch)
tree4fe24d890474b004a8b049f53bb14731e70f7b07 /configure.in
parentc392af05f60d6c8732112cc9103306e86b326609 (diff)
downloademacs-90e2cc59228783fb2d9eb92a6de3ba5b68e49929.tar.gz
(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 06c8ebeb7f2..255c2cb6062 100644
--- a/configure.in
+++ b/configure.in
@@ -274,7 +274,11 @@ case "${canonical}" in
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