X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.upstream;h=f4aad8f7a71570f329a20c1936212f6ad44f5cd3;hb=27c78c6a15146e532ec1c34019943fbf10d95d4e;hp=e170b21c444851a0fa833343af8e790d60142143;hpb=36b17515a42e468be7db1346384ce98df3e30882;p=org.ibex.core.git diff --git a/Makefile.upstream b/Makefile.upstream index e170b21..f4aad8f 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -110,8 +110,8 @@ 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 - (test -e upstream/gcc-3.3/patches && cd upstream/gcc-3.3/src-darwin && for A in ../patches/*.patch; do patch -p0 -l < $$A; done); true - (test -e upstream/gcc-3.3/patches-darwin && cd upstream/gcc-3.3/src-darwin && for A in ../patches-darwin/*.patch; do patch -p0 -l < $$A; done); 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-darwin/*.patch; do patch -p0 -l < $$A; done); true touch $@ .download_%: