(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.

This commit is contained in:
Richard M. Stallman 1995-04-18 03:17:12 +00:00
parent adde48587a
commit 018427eebd

View 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