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)
commitc4d3a0df42588f919931e786d398e418b6ce6179
treeba783305a55af60290c4bf9d495c6a7797c64004
parentb492098dbb2bd50aef4104bcef418ba53f30a4eb
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]