diff options
| -rw-r--r-- | meta/recipes-core/musl/libssp-nonshared.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-core/musl/libssp-nonshared.bb b/meta/recipes-core/musl/libssp-nonshared.bb index 458eafef52..bae8c81cc7 100644 --- a/meta/recipes-core/musl/libssp-nonshared.bb +++ b/meta/recipes-core/musl/libssp-nonshared.bb | |||
| @@ -8,15 +8,10 @@ SECTION = "libs" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "file://ssp-local.c" | 9 | SRC_URI = "file://ssp-local.c" |
| 10 | 10 | ||
| 11 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | ||
| 12 | |||
| 13 | INHIBIT_DEFAULT_DEPS = "1" | 11 | INHIBIT_DEFAULT_DEPS = "1" |
| 14 | 12 | ||
| 15 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" | ||
| 16 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" | ||
| 17 | |||
| 18 | DEPENDS = "virtual/${TARGET_PREFIX}binutils \ | 13 | DEPENDS = "virtual/${TARGET_PREFIX}binutils \ |
| 19 | virtual/${TARGET_PREFIX}gcc-initial \ | 14 | virtual/${TARGET_PREFIX}gcc \ |
| 20 | " | 15 | " |
| 21 | 16 | ||
| 22 | do_configure[noexec] = "1" | 17 | do_configure[noexec] = "1" |
