commit:     5e53d7ae39660784580f720eae5e21811e671d35
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 17:11:24 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 17:37:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e53d7ae

dev-util/mingw64-runtime: unset DLLTOOL for cross

Likely less of an issue on this package than mingw64-toolchain,
but doesn't hurt to unset either way.

Bug: https://bugs.gentoo.org/920483
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-util/mingw64-runtime/mingw64-runtime-11.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/mingw64-runtime/mingw64-runtime-11.0.0.ebuild 
b/dev-util/mingw64-runtime/mingw64-runtime-11.0.0.ebuild
index 5e0b60934d20..f58ee0b1fe5e 100644
--- a/dev-util/mingw64-runtime/mingw64-runtime-11.0.0.ebuild
+++ b/dev-util/mingw64-runtime/mingw64-runtime-11.0.0.ebuild
@@ -60,7 +60,7 @@ src_configure() {
 
        # likely cross-compiling from here, update toolchain variables
        if ${MW_CROSS} && [[ ! -v MINGW_BYPASS ]]; then
-               unset AR AS CC CPP CXX LD NM OBJCOPY OBJDUMP RANLIB RC STRIP
+               unset AR AS CC CPP CXX DLLTOOL LD NM OBJCOPY OBJDUMP RANLIB RC 
STRIP
                filter-flags '-fuse-ld=*'
                filter-flags '-mfunction-return=thunk*' #878849
        fi

Reply via email to