diff --git a/build-linux.sh b/build-linux.sh index 4c8d943..8d0c94f 100755 --- a/build-linux.sh +++ b/build-linux.sh @@ -96,7 +96,7 @@ binutils_fetch() git clone ${BINUTILSVCS} ${BINUTILSDIR} cd ${BINUTILSDIR} git checkout tags/${BINUTILSTAG} - apply_patches ${BINUTILSDIR##*/} ${BINUTILSTAG} + apply_patches ${BINUTILSDIR##*/} ${BINUTILSTAG##*-} cd ${WRKDIR} fi } diff --git a/patches/binutils/binutils-2_35/001-add-coffpe-xt-support.patch b/patches/binutils/2_35/001-add-coffpe-xt-support.patch similarity index 100% rename from patches/binutils/binutils-2_35/001-add-coffpe-xt-support.patch rename to patches/binutils/2_35/001-add-coffpe-xt-support.patch diff --git a/patches/binutils/binutils-2_35/002-enable-gold-on-mingw32.patch b/patches/binutils/2_35/002-enable-gold-on-mingw32.patch similarity index 100% rename from patches/binutils/binutils-2_35/002-enable-gold-on-mingw32.patch rename to patches/binutils/2_35/002-enable-gold-on-mingw32.patch