- removed STDOUT and STDERR defines

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@624 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-11-06 20:49:39 +00:00
parent edcba93a3a
commit e9ce7f666a
+1 -1
View File
@@ -18,7 +18,7 @@ all: $(PROG)
libsys: startup.S kernel.S libsys.c xcpt.c irq.c
$(CC) $(CFLAGS) -G 0 -c startup.S -o startup.o
$(CC) $(CFLAGS) -G 0 -c kernel.S -o kernel.o
$(CC) $(CFLAGS) -G 0 -DSTDERR_FUNCTION=_cg_putchar -DSTDOUT_FUNCTION=_ser_putchar -D_putchar=_ser_putchar -c libsys.c -o libsys.o
$(CC) $(CFLAGS) -G 0 -c libsys.c -o libsys.o
$(CC) $(CFLAGS) -G 0 -c xcpt.c -o xcpt.o
$(CC) $(CFLAGS) -G 0 -c irq.c -o irq.o
$(CC) $(CFLAGS) -G 0 -c dbg.c -o dbg.o