diff options
3 files changed, 2 insertions, 13 deletions
diff --git a/recipes-devtools/gcc/gcc-crosssdk-initial_%.bbappend b/recipes-devtools/gcc/gcc-crosssdk-initial_%.bbappend deleted file mode 100644 index 135a776..0000000 --- a/recipes-devtools/gcc/gcc-crosssdk-initial_%.bbappend +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | DEPENDS_append_mingw32 = " nativesdk-mingw-w64-headers" | ||
2 | EXTRA_OECONF_remove_mingw32 = "--enable-initfini-array" | ||
3 | EXTRA_OECONF_append_mingw32 = " --disable-initfini-array" | ||
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb index fc83ca8..cf39c6a 100644 --- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb +++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb | |||
@@ -10,19 +10,14 @@ inherit autotools nativesdk | |||
10 | BUILDSDK_CPPFLAGS_append = " -isystem${STAGING_INCDIR}" | 10 | BUILDSDK_CPPFLAGS_append = " -isystem${STAGING_INCDIR}" |
11 | 11 | ||
12 | INHIBIT_DEFAULT_DEPS = "1" | 12 | INHIBIT_DEFAULT_DEPS = "1" |
13 | DEPENDS = "nativesdk-mingw-w64-headers virtual/${TARGET_PREFIX}gcc-initial " | 13 | DEPENDS = "nativesdk-mingw-w64-headers virtual/${TARGET_PREFIX}gcc " |
14 | 14 | ||
15 | PROVIDES += "virtual/nativesdk-libc" | 15 | PROVIDES += "virtual/nativesdk-libc" |
16 | PROVIDES += "virtual/nativesdk-${SDK_PREFIX}libc-initial" | ||
17 | PROVIDES += "virtual/nativesdk-${SDK_PREFIX}libc-for-gcc" | ||
18 | 16 | ||
19 | # Work around pulling in eglibc for now... | 17 | # Work around pulling in eglibc for now... |
20 | PROVIDES += "virtual/nativesdk-libintl" | 18 | PROVIDES += "virtual/nativesdk-libintl" |
21 | 19 | ||
22 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" | ||
23 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" | ||
24 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" | 20 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" |
25 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | ||
26 | 21 | ||
27 | do_configure() { | 22 | do_configure() { |
28 | oe_runconf | 23 | oe_runconf |
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 |