Specify 32 bits, in case we're building with a 64-bit compiler

diff --git a/klibc/arch/sparc/MCONFIG b/klibc/arch/sparc/MCONFIG
index 55f8b19..3a5cbaa 100644
--- a/klibc/arch/sparc/MCONFIG
+++ b/klibc/arch/sparc/MCONFIG
@@ -7,7 +7,7 @@
 # accordingly.
 #
 
-OPTFLAGS = -Os
+OPTFLAGS = -Os -m32 -mptr32
 BITSIZE  = 32
 
 # Extra linkflags when building the shared version of the library