Make Pintos able to build with "gcc -m32" on x86-64 hosts without the
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 5 Oct 2006 00:44:09 +0000 (00:44 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 5 Oct 2006 00:44:09 +0000 (00:44 +0000)
commitfd0bd0d693d89becaff0825165a818a1a5755269
tree705f388e61e98278cee39a23089b60c659561a9f
parentb9a4611d48d045e77aadfda87aa53b961a116653
Make Pintos able to build with "gcc -m32" on x86-64 hosts without the
need for the host to have any 32-bit libraries (specifically, without
needing libgcc).
src/Make.config
src/Makefile.build
src/Makefile.userprog
src/lib/arithmetic.c [new file with mode: 0644]