aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-18 15:22:17 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-18 15:22:17 +0000
commitc1ea56152af43af8fa0d6ead7ab22ebd065e63ae (patch)
tree14f1d475305f6cf5a116de14c78057edd0939b07 /extras/mini-os/Makefile
parent2c7a4f62dc6e21ebd25b64c09f249e7773cf1f59 (diff)
downloadxen-c1ea56152af43af8fa0d6ead7ab22ebd065e63ae.tar.gz
xen-c1ea56152af43af8fa0d6ead7ab22ebd065e63ae.tar.bz2
xen-c1ea56152af43af8fa0d6ead7ab22ebd065e63ae.zip
minios: set text and rodata read-only, free unused pages 0 and 1
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'extras/mini-os/Makefile')
-rw-r--r--extras/mini-os/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile
index 26fe5ca8f6..a8670fbd45 100644
--- a/extras/mini-os/Makefile
+++ b/extras/mini-os/Makefile
@@ -53,7 +53,7 @@ include minios.mk
# Define some default flags for linking.
LDLIBS :=
LDARCHLIB := -L$(TARGET_ARCH_DIR) -l$(ARCH_LIB_NAME)
-LDFLAGS_FINAL := -N -T $(TARGET_ARCH_DIR)/minios-$(TARGET_ARCH).lds
+LDFLAGS_FINAL := -T $(TARGET_ARCH_DIR)/minios-$(TARGET_ARCH).lds
# Prefix for global API names. All other symbols are localised before
# linking with EXTRA_OBJS.