Re: [Bug bootstrap/19234] Bootstrap ignores compiler flags supplied on command line

2005-01-04 Thread Andrew Pinski
On Jan 4, 2005, at 4:24 PM, Vaclav Haisman wrote: gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -fno-common -DHAVE_CONFIG_H -I/home/4/wilx/incl

Re: [Bug bootstrap/19234] Bootstrap ignores compiler flags supplied on command line

2005-01-04 Thread Vaclav Haisman
I think that you have closed this one a bit too quick. Have you actually tried it? This is what I have used: CFLAGS="-O0 -g3 -fno-omit-frame-pointer" BOOT_CFLAGS="-O0 -g3 -fno-omit-frame-pointer" LIBCFLAGS="-O0 -g3 -fno-omit-frame-pointer" LIBGCC2_CFLAGS="-O0 -g3 -fno-omit-frame-pointer" make CFL