diff options
Diffstat (limited to 'recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_6.0.0.bb')
-rw-r--r-- | recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_6.0.0.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_6.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_6.0.0.bb index b278ad7..e694e5b 100644 --- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_6.0.0.bb +++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_6.0.0.bb | |||
@@ -8,16 +8,13 @@ B = "${WORKDIR}/build-${TARGET_SYS}" | |||
8 | inherit autotools nativesdk | 8 | inherit autotools nativesdk |
9 | 9 | ||
10 | INHIBIT_DEFAULT_DEPS = "1" | 10 | INHIBIT_DEFAULT_DEPS = "1" |
11 | DEPENDS = "nativesdk-mingw-w64-runtime virtual/${TARGET_PREFIX}gcc-initial" | 11 | DEPENDS = "nativesdk-mingw-w64-runtime virtual/${TARGET_PREFIX}gcc" |
12 | 12 | ||
13 | do_configure() { | 13 | do_configure() { |
14 | oe_runconf | 14 | oe_runconf |
15 | } | 15 | } |
16 | 16 | ||
17 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" | ||
18 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" | ||
19 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" | 17 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" |
20 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | ||
21 | 18 | ||
22 | do_install_append() { | 19 | do_install_append() { |
23 | # headers are already installed by mingw-w64-headers | 20 | # headers are already installed by mingw-w64-headers |