Support building on a 64-bit machine
authorRhett <rhett.aultman@meraki.net>
Sun, 1 Sep 2013 01:17:23 +0000 (18:17 -0700)
committerRhett <rhett.aultman@meraki.net>
Sun, 1 Sep 2013 01:17:23 +0000 (18:17 -0700)
kern/Makefrag

index fd374eb85c69919dde05515930deda5dcdf3fda0..c4f70aeccc15580beca3626caacdb19fa3041472 100644 (file)
@@ -1,6 +1,6 @@
 OBJDIRS += kern
 
-KERN_LDFLAGS := $(LDFLAGS) -T kern/kernel.ld -nostdlib
+KERN_LDFLAGS := $(LDFLAGS) -T kern/kernel.ld -melf_i386 -nostdlib
 
 # entry.S must be first, so that it's the first code in the text segment!!!
 #