Make Pintos able to build with "gcc -m32" on x86-64 hosts without the
commit124e706028e36ed3a8e8129abd1671af06766628
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 5 Oct 2006 00:44:09 +0000 (5 00:44 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 5 Oct 2006 00:44:09 +0000 (5 00:44 +0000)
treeba783305a55af60290c4bf9d495c6a7797c64004
parentbb5c8a4fcdfd49336f6527c5cea1314edcabb804
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]