comparison configure.in @ 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 c7eafa2fbe91
children 23e8d67edd9d
comparison
equal deleted inserted replaced
11474:510885be2758 11475:64aa0d436a80
272 272
273 ## Motorola Delta machines 273 ## Motorola Delta machines
274 m68k-motorola-sysv* | m68000-motorola-sysv* ) 274 m68k-motorola-sysv* | m68000-motorola-sysv* )
275 machine=delta opsys=usg5-3 275 machine=delta opsys=usg5-3
276 if test -z "`type gnucc | grep 'not found'`" 276 if test -z "`type gnucc | grep 'not found'`"
277 then CC=gnucc 277 then
278 if test -s /etc/167config
279 then CC="gnucc -m68040"
280 else CC="gnucc -m68881"
281 fi
278 else 282 else
279 if test -z "`type gcc | grep 'not found'`" 283 if test -z "`type gcc | grep 'not found'`"
280 then CC=gcc 284 then CC=gcc
281 else CC=cc 285 else CC=cc
282 fi 286 fi