Re: GCC 4.4.0 XCFLAGS

2009-07-04 Thread Guy Dalziel
On Sat, Jul 04, 2009 at 06:52:49AM -0700, Bryan Kadzban wrote: > The point of adding that flag was to create byte-for-byte identical > compiler binaries. Have you verified that hacking on T_CFLAGS (instead > of XCFLAGS) actually does this? Frankly after around the 10th compile of gcc just to chec

Re: GCC 4.4.0 XCFLAGS

2009-07-04 Thread Bryan Kadzban
On Sat, Jul 04, 2009 at 07:56:02AM -0600, Matthew Burgess wrote: > On Sat, 4 Jul 2009 06:52:49 -0700, Bryan Kadzban > wrote: > > On Fri, Jul 03, 2009 at 08:55:50PM +0100, Guy Dalziel wrote: > >> I don't know how important the difference > >> between _most_ compiles and _all_ compiles is, but T_C

Re: GCC 4.4.0 XCFLAGS

2009-07-04 Thread Matthew Burgess
On Sat, 4 Jul 2009 06:52:49 -0700, Bryan Kadzban wrote: > On Fri, Jul 03, 2009 at 08:55:50PM +0100, Guy Dalziel wrote: >> I don't know how important the difference >> between _most_ compiles and _all_ compiles is, but T_CFLAGS seems to > work >> just as well. > > The point of adding that flag

Re: GCC 4.4.0 XCFLAGS

2009-07-04 Thread Bryan Kadzban
On Fri, Jul 03, 2009 at 08:55:50PM +0100, Guy Dalziel wrote: > I don't know how important the difference > between _most_ compiles and _all_ compiles is, but T_CFLAGS seems to work > just as well. The point of adding that flag was to create byte-for-byte identical compiler binaries. Have you ve