summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-04-11 10:47:43 -0700
committerRichard Henderson <rth@twiddle.net>2011-04-11 10:47:43 -0700
commit1a82ff3ead8103913b66b7a43303786bd2c349cf (patch)
treee07a795017612f46dce82c3b8d26aec9fde7b9e4 /Makefile
parent1ea1eb3d5ae252953d986eb74dba4474f421fa75 (diff)
downloadqemu-palcode-1a82ff3ead8103913b66b7a43303786bd2c349cf.zip
qemu-palcode-1a82ff3ead8103913b66b7a43303786bd2c349cf.tar.gz
qemu-palcode-1a82ff3ead8103913b66b7a43303786bd2c349cf.tar.bz2
Add simplistic printf.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa81b70..0ad78bd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = /home/rth/work/gcc/run-axp/bin/alphaev6-linux-gcc
LD = /home/rth/work/gcc/run-axp/bin/alphaev6-linux-ld
-CFLAGS = -O2 -g -msmall-text -msmall-data -fvisibility=hidden -mno-fp-regs -fno-strict-aliasing
+CFLAGS = -O -g -msmall-text -msmall-data -fvisibility=hidden -mno-fp-regs -fno-strict-aliasing
OBJS = pal.o init.o uart.o memset.o printf.o