mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-util/mingw64-runtime - modify cpp execution
hopefully will support more cases. Bug: 590484 Package-Manager: portage-2.2.28
This commit is contained in:
@@ -81,7 +81,7 @@ src_configure() {
|
||||
$(crt_use_with libraries libraries winpthreads,libmangle) \
|
||||
$(crt_use_with tools) \
|
||||
$(
|
||||
$(tc-getCPP ${CTARGET}) ${CPPFLAGS} -dM /dev/null | grep -q __MINGW64__ \
|
||||
$(tc-getCPP ${CTARGET}) ${CPPFLAGS} -dM - < /dev/null | grep -q __MINGW64__ \
|
||||
&& echo --disable-lib32 --enable-lib64 \
|
||||
|| echo --enable-lib32 --disable-lib64
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user