summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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