mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user