Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2002 13:36:35 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        Stefan Esser <se@freebsd.org>
Cc:        Kris Kennaway <kris@obsecurity.org>, Yamada Ken Takeshi <ken@tydfam.jp>, freebsd-current@freebsd.org
Subject:   Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries
Message-ID:  <20020621133635.D68827@dragon.nuxi.com>
In-Reply-To: <20020621123351.GA68390@StefanEsser.FreeBSD.org>; from se@freebsd.org on Fri, Jun 21, 2002 at 02:33:51PM %2B0200
References:  <20020608.171312.730576735.ken@tydfam.jp> <20020608013938.B5755@xor.obsecurity.org> <20020608092926.GA2635@StefanEsser.FreeBSD.org> <20020616023918.C12427@xor.obsecurity.org> <20020621123351.GA68390@StefanEsser.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020621133635.D68827>