commit | 3fe486071af3782f6da04b40ee5003f4519fbb09 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sat Feb 12 15:11:24 2011 +1100 |
committer | Graeme Russ <graeme.russ@gmail.com> | Sat Feb 12 15:11:24 2011 +1100 |
tree | 2e62ef9ca7f8413db95d857d128c978b47ac3644 | |
parent | 4de05489fb40561d13a9c144f35752b5f3ed9b06 [diff] [blame] |
x86: Parametize values used in linker script
diff --git a/arch/i386/config.mk b/arch/i386/config.mk index fc6a313..a84af63 100644 --- a/arch/i386/config.mk +++ b/arch/i386/config.mk
@@ -32,6 +32,7 @@ PLATFORM_CPPFLAGS += $(call cc-option, -fno-stack-protector) PLATFORM_CPPFLAGS += $(call cc-option, -mpreferred-stack-boundary=2) PLATFORM_CPPFLAGS += -fno-dwarf2-cfi-asm +PLATFORM_CPPFLAGS += -DREALMODE_BASE=0x7c0 PLATFORM_RELFLAGS += -ffunction-sections -fvisibility=hidden