From: adam Date: Thu, 15 Apr 2004 11:10:42 +0000 (+0000) Subject: dont use fnoinhibit-reflection on darwin X-Git-Tag: 01-July-2005~143 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=43d8f478dd4ad04a9b544955e4e661636564aeee dont use fnoinhibit-reflection on darwin darcs-hash:20040415111042-5007d-2ac336ed5de13d4c5fbbdd00d520aca7e4cc90a9.gz --- diff --git a/Makefile.upstream b/Makefile.upstream index d67a929..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 $@