X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=upstream%2FMakefile;fp=upstream%2FMakefile;h=0c76cc31dbf5d08e06ff687fddc4a48866b9d024;hb=bc9dd4abbcef277698861a1666f9a747e51d5d2f;hp=c6e03cf452ca68eef501099843bbc8ca231689fc;hpb=7601d30ca3b53e9446667f3a5047fb05d9f7c65c;p=org.ibex.core.git diff --git a/upstream/Makefile b/upstream/Makefile index c6e03cf..0c76cc3 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -92,3 +92,13 @@ $(packages:%=%/build-$(target)/.installed): %/build-$(target)/.installed: @cd $(patsubst %/build-$(target)/.installed,%,$@)/build-$(target); $(setcc) PATH=$$PATH:`pwd`/../../install/bin make install @touch $(patsubst %/build-$(target)/.installed,%,$@)/build-$(target)/.installed + +.freetype: + @echo -e "\ndownloading freetype..." + @curl $(url_freetype-2.1.4) | tar xzf - + @touch $@ + +.freetype-mips: .freetype + @cd freetype-2.1.4; make setup ansi; PATH=$$PATH:`pwd`/../install/bin make CC=mips-gcc AR=mips-ar + @PATH=$$PATH:`pwd`/../install/bin; mips-ranlib freetype-2.1.4/objs/libfreetype.a + @touch $@