Turns out GCC 3.x support -isystem also, they just don't document it.
[pintos-anon] / src / Make.config
2005-07-19 Ben PfaffTurns out GCC 3.x support -isystem also, they just...
2005-07-19 Ben PfaffDetect GCC 3.x versus 4.x and use -I- or -isystem,...
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.