On Fri, Jun 21, 2002 at 02:33:51PM +0200, Stefan Esser wrote: > #if defined(__GNUC__) && __GNUC__ >= 3 > #define ObjectCompile(options) RemoveFile($@) @@\ > ClearmakeOSName \ > $(CC) -c $(CFLAGS) options $*.c -o $@ || \ > $(CC) -c $(CFLAGS) options -O0 $*.c -o $@ > #endif
It would be better to use __FreeBSD_cc_version=500003 as I believe the problem only exists with the system gcc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message