projects
/
arcanos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1554c60
)
Support building on a 64-bit machine
author
Rhett
<rhett.aultman@meraki.net>
Sun, 1 Sep 2013 01:17:23 +0000
(18:17 -0700)
committer
Rhett
<rhett.aultman@meraki.net>
Sun, 1 Sep 2013 01:17:23 +0000
(18:17 -0700)
kern/Makefrag
patch
|
blob
|
history
diff --git
a/kern/Makefrag
b/kern/Makefrag
index fd374eb85c69919dde05515930deda5dcdf3fda0..c4f70aeccc15580beca3626caacdb19fa3041472 100644
(file)
--- a/
kern/Makefrag
+++ b/
kern/Makefrag
@@
-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!!!
#