diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2020-09-18 15:29:51 +0300 |
---|---|---|
committer | Joshua Watt <JPEWhacker@gmail.com> | 2020-09-21 07:54:05 -0500 |
commit | b7d37809364f5928777eb26a33a4f7949c18aa42 (patch) | |
tree | 09ef7c81aae8418137839ab3aa59377ef0eb149a /conf | |
parent | 30a051401c0a73dfff486ca4d0303b434816200f (diff) | |
download | meta-mingw-b7d37809364f5928777eb26a33a4f7949c18aa42.tar.gz |
Override SDK_VENDOR
Set SDK_VENDOR to '-w64', which makes the host triplet match what GCC
expect to find when using mingw32-w64. This enables features that are
not functional in the classic mingw32, but have been implemented in the
mingw32-w64.
Disable 32bit libs from the runtime component when compiling for 64bit,
which were enabled as a side effect of the GCC config change.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine-sdk/include/mingw32-common.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc index 9011ded..bc6c91e 100644 --- a/conf/machine-sdk/include/mingw32-common.inc +++ b/conf/machine-sdk/include/mingw32-common.inc | |||
@@ -1,4 +1,7 @@ | |||
1 | SDK_OS = "mingw32" | 1 | SDK_OS = "mingw32" |
2 | SDK_VENDOR_mingw32 = "-w64" | ||
3 | SDK_VENDOR_sdkmingw32 = "-w64" | ||
4 | |||
2 | NATIVESDKLIBC = "libc-mingw" | 5 | NATIVESDKLIBC = "libc-mingw" |
3 | 6 | ||
4 | PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-for-gcc_mingw32 = "nativesdk-mingw-w64-runtime" | 7 | PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-for-gcc_mingw32 = "nativesdk-mingw-w64-runtime" |