On Sat, Jan 24, 2009 at 06:25:58PM +0000, Kai Hendry wrote: > Thanks Kurt! > > Do you approve of this GNUmakefile change too? > > -CCFLAGS = -O2 -pipe -Wall -Werror -Wstrict-prototypes -D_FILE_OFFSET_BITS=64 > -c > +CCFLAGS = -O2 -pipe -Wall -Wstrict-prototypes $(shell getconf LFS_CFLAGS) -c
I see no problem with that. It will atleast properly enable LFS support. Kurt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

