aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-01-28 18:29:04 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-01-28 18:29:04 +0000
commita2a4fd60d08cd4894a779051918f4d706f3e923c (patch)
treeb999a9fed307a4b53daac326b3dc38f84a13e932 /extras/mini-os/Makefile
parentb88b24c645cf013a9dad3f70ba4ef23369ad1191 (diff)
downloadxen-a2a4fd60d08cd4894a779051918f4d706f3e923c.tar.gz
xen-a2a4fd60d08cd4894a779051918f4d706f3e923c.tar.bz2
xen-a2a4fd60d08cd4894a779051918f4d706f3e923c.zip
bitkeeper revision 1.695 (4017ff70oJV8517inpGbN1CixN6csw)
Many files: Clean up compile warnings. Added stricter gcc options for Xen build.
Diffstat (limited to 'extras/mini-os/Makefile')
-rw-r--r--extras/mini-os/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile
index 2e4d08e9d0..41d6785c00 100644
--- a/extras/mini-os/Makefile
+++ b/extras/mini-os/Makefile
@@ -5,9 +5,7 @@ LD := ld
# Linker should relocate monitor to this address
MONITOR_BASE := 0xE0100000
-# NB. '-Wstrict-prototypes -Wredundant-decls -Wpointer-arith -Winline -ansi'
-# might all be okay to add to Xen. '-Wnested-externs' is a maybe.
-# '-Wcast-qual' is evil.
+# NB. '-Wcast-qual' is nasty, so I omitted it.
CFLAGS := -fno-builtin -O3 -Wall -Ih/ -Wredundant-decls
CFLAGS += -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -ansi