summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-04-13 12:57:57 -0700
committerRichard Henderson <rth@twiddle.net>2011-04-13 12:57:57 -0700
commit2f022b055a875fe2099737a7435e9df458038e5e (patch)
treef3e7fb491a410fb71903618191bc17a5cde80078 /Makefile
parent0830e72f0bce29bdf1de0d67ad503a9a8b99c968 (diff)
downloadqemu-palcode-2f022b055a875fe2099737a7435e9df458038e5e.zip
qemu-palcode-2f022b055a875fe2099737a7435e9df458038e5e.tar.gz
qemu-palcode-2f022b055a875fe2099737a7435e9df458038e5e.tar.bz2
Use -Wall.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45dcfb7..37568f8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CROSS = alphaev67-linux-
CC = $(CROSS)gcc
LD = $(CROSS)ld
-CFLAGS = -O -g -fvisibility=hidden -fno-strict-aliasing \
+CFLAGS = -O -g -Wall -fvisibility=hidden -fno-strict-aliasing \
-msmall-text -msmall-data -mno-fp-regs -mbuild-constants
OBJS = pal.o init.o uart.o memset.o printf.o