diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-20 11:10:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-20 11:10:35 +0100 |
commit | a1dc3340420fe32155c90e024b6fb529cccccfd4 (patch) | |
tree | 0dc748fabab5d5caa42252eda5ded3783f8669de | |
parent | 130a8480c48d620e5f7b94023ac27f3e941431bd (diff) | |
download | meta-mingw-a1dc3340420fe32155c90e024b6fb529cccccfd4.tar.gz |
i686-mingw32: Populate based on x86)64 config
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | conf/machine-sdk/i686-mingw32.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine-sdk/i686-mingw32.conf b/conf/machine-sdk/i686-mingw32.conf index d9d0952..07bb633 100644 --- a/conf/machine-sdk/i686-mingw32.conf +++ b/conf/machine-sdk/i686-mingw32.conf | |||
@@ -1,2 +1,24 @@ | |||
1 | SDK_ARCH = "i686" | 1 | SDK_ARCH = "i686" |
2 | SDK_OS = "mingw32" | 2 | SDK_OS = "mingw32" |
3 | |||
4 | GCCTHREADS_mingw32 = "win32" | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-for-gcc = "nativesdk-mingw-w64-runtime" | ||
7 | PREFERRED_PROVIDER_virtual/nativesdk-libc = "nativesdk-mingw-w64-runtime" | ||
8 | PREFERRED_PROVIDER_virtual/nativesdk-libintl = "nativesdk-mingw-w64-runtime" | ||
9 | PREFERRED_PROVIDER_virtual/nativesdk-libiconv = "nativesdk-libiconv" | ||
10 | |||
11 | USE_NLS_mingw32 = "no" | ||
12 | |||
13 | FILES_${PN}-staticdev_append_mingw32 = " ${libdir}/*.lib" | ||
14 | ALLOW_EMPTY_${PN}_mingw32 = "1" | ||
15 | |||
16 | # Do what amounts to a NOOP | ||
17 | SDK_PACKAGING_FUNC = "do_compile" | ||
18 | SDKTAROPTS_append = " -h --hard-dereference" | ||
19 | |||
20 | SDKUSE_NLS = "no" | ||
21 | |||
22 | SDKPKGSUFFIX = "nativesdk-mingw32" | ||
23 | |||
24 | MACHINEOVERRIDES .= ":sdkmingw32" | ||