]> git.eshelyaron.com Git - emacs.git/commitdiff
(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 1995 03:17:12 +0000 (03:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 1995 03:17:12 +0000 (03:17 +0000)
configure.in

index 06c8ebeb7f28825f794af08d113e583a80bba20f..255c2cb606272a22a2614cade43fc036ee0f7bfc 100644 (file)
@@ -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