From 7c0e0b3a53b561c07dc3b3d0157e1f06dabfc10f Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 16 Aug 2020 21:04:40 +0200 Subject: [PATCH] Rename Binutils patchdir. --- build-linux.sh | 2 +- .../{binutils-2_35 => 2_35}/001-add-coffpe-xt-support.patch | 0 .../{binutils-2_35 => 2_35}/002-enable-gold-on-mingw32.patch | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename patches/binutils/{binutils-2_35 => 2_35}/001-add-coffpe-xt-support.patch (100%) rename patches/binutils/{binutils-2_35 => 2_35}/002-enable-gold-on-mingw32.patch (100%) 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