Xavier-François Roblot on 04 Sep 2002 13:59:03 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Flags for GCC 3


Hi, 

gcc3 needs the compile flags 
	-malign-loops, -malign-jumps and -malign-functions 
to be replaced by
	-falign-loops, -falign-jumps and -malign-functions.

I know how to do that by modifying directly the Makefile :o) But maybe
someone who knows better can modify the Configure script so that these
changes are done automatically.

Thanks.

Xavier