Minor changes

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@785 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-03-13 13:51:12 +00:00
parent 0a601d2dd2
commit 8971cdc872
+5 -2
View File
@@ -1,4 +1,4 @@
ENDIAN_FLAGS=-EB
ENDIAN_FLAGS=-EL
CFLAGS=$(ENDIAN_FLAGS) -msoft-float -O2 -march=r3000 -I. -Wl,-M
AS=mipsel-elf-as
@@ -13,7 +13,8 @@ SRCS=libsys.c xcpt.c syscalls.c irq.c dbg.c mips_dis.c mips_gfx.c mips_ps2.c
OBJS=libsys.o xcpt.o syscalls.o irq.o dbg.o mips_dis.o mips_gfx.o mips_ps2.o
all: libsys.a
$(MAKE) -C eb
%.o : %.c %.h
$(CC) $(CFLAGS) -G 0 -c $(SRCS)
@@ -24,3 +25,5 @@ libsys.a: $(OBJS)
clean:
rm -rf *.a *.o *.map *.dis *.elf > /dev/null
$(MAKE) -C eb clean