commit | 1ea1eb3d5ae252953d986eb74dba4474f421fa75 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sun Apr 10 22:58:07 2011 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Sun Apr 10 22:58:07 2011 -0700 |
tree | b52ab7dd007aba3225678dfa6ce899c82f7da0cc | |
parent | 28a330ab4f2c965db0b9efc85d39f091c2ad68ba [diff] |
Add rudimentary printf.
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