Use --build-id=none to avoid build-id sections on FC8.
[pintos-anon] / src / Makefile.userprog
2008-08-21 Ben PfaffUse --build-id=none to avoid build-id sections on FC8.
2006-10-05 Ben PfaffMake Pintos able to build with "gcc -m32" on x86-64...
2006-04-20 Ben PfaffMajor revisions to documentation.
2005-12-20 Ben PfaffCheck for the compiler's availability early in the...
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-04-06 Ben PfaffAlways use a custom linker script, to avoid oddities...
2005-01-20 Ben PfaffImprove debuggability by eliminating system call stub...
2004-12-15 Ben PfaffSwitch the base file system from direct-indexed inodes...
2004-12-08 Ben PfaffMake it easier to include debug symbols in executables.
2004-11-18 Ben PfaffAdd -DPINTOS to DEFINES.
2004-11-01 Ben PfaffAdd more tests.
2004-11-01 Ben PfaffAdd more tests.
2004-10-27 Ben PfaffMove segment rounding LDFLAGS into tests/userprog/Makefile.
2004-10-27 Ben PfaffWork on userprog tests.
2004-10-26 Ben PfaffMake tests/userprog makefile modular so we can reuse...