summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-30 15:41:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-30 15:41:20 +0000
commitd9bd9e36188ffe9169739e75438b309528cf4660 (patch)
tree06d6562b21c62c985129cf1b49d96e35e4f07fa7 /recipes-devtools
parentbfc9fefde84abb723862f90016064a976dbf056e (diff)
mingw32: Update after compiler suffix changes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_2.0.8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_2.0.8.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_2.0.8.bb
index 362b24a..14b5c7d 100644
--- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_2.0.8.bb
+++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_2.0.8.bb
@@ -23,8 +23,8 @@ PROVIDES += "virtual/nativesdk-${SDK_PREFIX}libc-for-gcc"
# Work around pulling in eglibc for now...
PROVIDES += "virtual/nativesdk-libintl"
-STAGINGCC = "gcc-cross-initial"
-STAGINGCC_class-nativesdk = "gcc-crosssdk-initial"
+STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}"
+STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${TARGET_ARCH}"
TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}"
PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:"