mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 11:11:15 +02:00
build: Try posix-specific CXX first for mingw32 host
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
ifneq ($(shell which $(host)-g++-posix),)
|
||||||
|
mingw32_CXX := $(host)-g++-posix
|
||||||
|
endif
|
||||||
|
|
||||||
mingw32_CFLAGS=-pipe
|
mingw32_CFLAGS=-pipe
|
||||||
mingw32_CXXFLAGS=$(mingw32_CFLAGS)
|
mingw32_CXXFLAGS=$(mingw32_CFLAGS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user