Use --build-id=none to avoid build-id sections on FC8.
[pintos-anon] / src / Make.config
2008-08-21 Ben PfaffUse --build-id=none to avoid build-id sections on FC8.
2008-01-26 Ben PfaffUse -fno-stack-protector with GCC versions that support...
2007-01-21 Ben PfaffAdd i86pc to unames detected as x86 (used by Solaris).
2007-01-09 Ben PfaffAdd -MF to GCC invocation to make ccache happy on Fedor...
2006-10-05 Ben PfaffAdd -O to CFLAGS to try to catch uninitialized variable...
2006-10-05 Ben PfaffMake Pintos able to build with "gcc -m32" on x86-64...
2006-01-08 Ben PfaffRemove -Wdeclaration-after-statement because it's not...
2005-12-21 Ben PfaffUse -Wdeclaration-after-statement.
2005-12-21 Ben PfaffDon't use -I- because GCC 4.0 complains.
2005-12-20 Ben PfaffCheck for the compiler's availability early in the...
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2004-12-15 Ben PfaffTurn off optimization by default.
2004-09-20 Ben PfaffAdd -Wsystem-headers.
2004-09-20 Ben PfaffRevise makefile structure.