2009/6/30 Larry Evans: > > So... I read `man gcc` which claimed passing "CFLAGS=<options>" on the > command line is how to do this. Well, since <options> in my case was > '-g3 -O0' I had to pass it as CFLAGS='-g3 oO0'.
http://gcc.gnu.org/install/build.html If you wish to use non-default GCC flags when compiling the stage2 and stage3 compilers, set BOOT_CFLAGS on the command line when doing `make'.