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@gentoo.org>
This commit is contained in:
Ionen Wolkens
2023-12-22 12:11:24 -05:00
parent db21b95652
commit 5e53d7ae39

View File

@@ -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