(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.
This commit is contained in:
parent
adde48587a
commit
018427eebd
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue