summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-04-10 22:58:07 -0700
committerRichard Henderson <rth@twiddle.net>2011-04-10 22:58:07 -0700
commit1ea1eb3d5ae252953d986eb74dba4474f421fa75 (patch)
treeb52ab7dd007aba3225678dfa6ce899c82f7da0cc /Makefile
parent28a330ab4f2c965db0b9efc85d39f091c2ad68ba (diff)
downloadqemu-palcode-1ea1eb3d5ae252953d986eb74dba4474f421fa75.zip
qemu-palcode-1ea1eb3d5ae252953d986eb74dba4474f421fa75.tar.gz
qemu-palcode-1ea1eb3d5ae252953d986eb74dba4474f421fa75.tar.bz2
Add rudimentary printf.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fabb6ee..aa81b70 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
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
+CFLAGS = -O2 -g -msmall-text -msmall-data -fvisibility=hidden -mno-fp-regs -fno-strict-aliasing
-OBJS = pal.o init.o uart.o memset.o
+OBJS = pal.o init.o uart.o memset.o printf.o
all: palcode