diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2016-10-05 15:49:18 -0700 |
---|---|---|
committer | Juro Bystricky <juro.bystricky@intel.com> | 2017-01-13 12:50:43 -0800 |
commit | 7c358b5e5aa9481e847ad2e20c595753b3923f88 (patch) | |
tree | d4da292331b37273774acf51469e2f8b36067776 | |
parent | 27195401e08cb1353bdfb2539159fdbe9c192c51 (diff) | |
download | meta-mingw-7c358b5e5aa9481e847ad2e20c595753b3923f88.tar.gz |
mingw-64-runtime_3.1.bb: Adapt to SDK_ARCH -> SDK_SYS chanages for crosssdk
With the change of crosssdk to use SDK_SYS instead of SDK_ARCH, we need to update
the recipe to match the changes in master.
[YOCTO #9281]
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_3.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_3.1.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_3.1.0.bb index ddffcf4..c4292ad 100644 --- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_3.1.0.bb +++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_3.1.0.bb | |||
@@ -24,7 +24,7 @@ PROVIDES += "virtual/nativesdk-${SDK_PREFIX}libc-for-gcc" | |||
24 | PROVIDES += "virtual/nativesdk-libintl" | 24 | PROVIDES += "virtual/nativesdk-libintl" |
25 | 25 | ||
26 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" | 26 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" |
27 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${TARGET_ARCH}" | 27 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" |
28 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" | 28 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" |
29 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | 29 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" |
30 | 30 | ||