X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile.upstream;h=07498137f6329c8520e6d73642a91fb273e6a774;hp=dd447a8aa8fbe11f074c56f5ba07f5282048a615;hb=2d6763644359578428d56d004b998edd10463a84;hpb=72069509b7c178b9bf3310fef366db4ad179413f diff --git a/Makefile.upstream b/Makefile.upstream index dd447a8..0749813 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -140,7 +140,7 @@ endif curl $(url_gcc-3.3) | tar xzf - -C upstream/gcc-3.3 mv upstream/gcc-3.3/gcc-3.3 upstream/gcc-3.3/src-darwin; true mv upstream/gcc-3.3/libmspack upstream/gcc-3.3/src-darwin; true - (cd upstream/gcc-3.3/src-darwin && for A in ../patches/*.patch; do patch -p0 -l < $$A; done); true + (cd upstream/gcc-3.3/src-darwin && for A in ../patches/[a-y]*.patch; do patch -p0 -l < $$A; done); true (cd upstream/gcc-3.3/src-darwin && for A in ../patches-darwin/*.patch; do patch -p0 -l < $$A; done); true touch $@ @@ -182,7 +182,7 @@ endif cd upstream/libmspack-20030726/build-$(target); ln -sf ../src/mspack/* . touch $@ -.install_freetype-2.1.4_mips-unknown-elf: .install_nestedvm .download_freetype-2.1.4 +.install_freetype-2.1.4_mips-unknown-elf: .install_org.ibex.nestedvm .download_freetype-2.1.4 cd upstream/freetype-2.1.4/src; \ make setup ansi; \ PATH=$$PATH:`pwd`/../../install/bin make \ @@ -202,7 +202,7 @@ endif .install_libmspack-20030726_$(target): .build_libmspack-20030726_$(target); true -.install_gcc-3.3_mips-unknown-elf: .install_nestedvm +.install_gcc-3.3_mips-unknown-elf: .install_org.ibex.nestedvm touch $@ .install_%_$(target): .build_%_$(target)