aboutsummaryrefslogtreecommitdiffstats
path: root/xen-2.4.16/arch/i386/Rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'xen-2.4.16/arch/i386/Rules.mk')
-rw-r--r--xen-2.4.16/arch/i386/Rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/xen-2.4.16/arch/i386/Rules.mk b/xen-2.4.16/arch/i386/Rules.mk
index 6923537ff3..8a672e228a 100644
--- a/xen-2.4.16/arch/i386/Rules.mk
+++ b/xen-2.4.16/arch/i386/Rules.mk
@@ -4,11 +4,11 @@
CC := gcc
LD := ld
# Linker should relocate monitor to this address
-MONITOR_BASE := 0xFC100000
+MONITOR_BASE := 0xFC500000
# Bootloader should load monitor to this real address
LOAD_BASE := 0x00100000
-CFLAGS := -fno-builtin -O3 -Wall -DMONITOR_BASE=$(MONITOR_BASE)
-CFLAGS += -I$(BASEDIR)/include -D__KERNEL__ -DNDEBUG
+CFLAGS := -nostdinc -fno-builtin -O3 -Wall -DMONITOR_BASE=$(MONITOR_BASE)
+CFLAGS += -fomit-frame-pointer -I$(BASEDIR)/include -D__KERNEL__ -DNDEBUG
LDFLAGS := -T xeno.lds -N