From: megacz Date: Fri, 30 Jan 2004 07:04:13 +0000 (+0000) Subject: 2003/08/05 21:24:33 X-Git-Tag: RC3~752 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=34320422e5a079bbc2acb14ff389b603f437ed10 2003/08/05 21:24:33 darcs-hash:20040130070413-2ba56-7243262cf0447da69441c807c86f5704ff8b5ed6.gz --- diff --git a/Makefile b/Makefile index 2c03a43..fc8ade5 100644 --- a/Makefile +++ b/Makefile @@ -151,14 +151,16 @@ gcc/src/.freetype: freetype.mips: gcc/src/.freetype make -C gcc mips target=mips - $(gcc_path)/bin/mips-gcc -v \ + $(gcc_path)/bin/mips-gcc \ --static \ + -march=r3000 \ -o freetype.mips \ -I gcc/src/freetype-2.1.4/include \ $(freetype_sources) \ + -Wl,--warn-once \ src/org/xwt/imp/Freetype.c \ - $(gcc_path)/mips/lib/libc.a $(gcc_path)/mips/lib/libnosys.a \ - -Wl,-T,$(gcc_path)/mips/lib/cfe.ld + $(gcc_path)/mips/lib/libc.a \ + -Wl,-T,$(gcc_path)/mips/lib/nullmon.ld # compile is here to force compilation of the .class files (they get used via -Ibin/) without # having the individual .o's depend on the .java's (otherwise every .o gets recompiled when one .java changes)