diff options
| -rw-r--r-- | meta/classes/multilib.bbclass | 2 | ||||
| -rw-r--r-- | meta/recipes-core/glibc/glibc.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-core/musl/musl.inc | 6 | ||||
| -rw-r--r-- | meta/recipes-core/newlib/newlib.inc | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index 6c6499a23e..2b761f3551 100644 --- a/meta/classes/multilib.bbclass +++ b/meta/classes/multilib.bbclass | |||
| @@ -88,8 +88,6 @@ python multilib_virtclass_handler () { | |||
| 88 | addhandler multilib_virtclass_handler | 88 | addhandler multilib_virtclass_handler |
| 89 | multilib_virtclass_handler[eventmask] = "bb.event.RecipePreFinalise" | 89 | multilib_virtclass_handler[eventmask] = "bb.event.RecipePreFinalise" |
| 90 | 90 | ||
| 91 | STAGINGCC_prepend = "${BBEXTENDVARIANT}-" | ||
| 92 | |||
| 93 | python __anonymous () { | 91 | python __anonymous () { |
| 94 | variant = d.getVar("BBEXTENDVARIANT") | 92 | variant = d.getVar("BBEXTENDVARIANT") |
| 95 | 93 | ||
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index 6aee89bb53..67af396133 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core/glibc/glibc.inc | |||
| @@ -2,10 +2,6 @@ require glibc-common.inc | |||
| 2 | require glibc-ld.inc | 2 | require glibc-ld.inc |
| 3 | require glibc-testing.inc | 3 | require glibc-testing.inc |
| 4 | 4 | ||
| 5 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" | ||
| 6 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" | ||
| 7 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | ||
| 8 | |||
| 9 | python () { | 5 | python () { |
| 10 | opt_effective = "-O" | 6 | opt_effective = "-O" |
| 11 | for opt in d.getVar('SELECTED_OPTIMIZATION').split(): | 7 | for opt in d.getVar('SELECTED_OPTIMIZATION').split(): |
diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 319709b3cb..8408c5da62 100644 --- a/meta/recipes-core/musl/musl.inc +++ b/meta/recipes-core/musl/musl.inc | |||
| @@ -11,14 +11,8 @@ LICENSE = "MIT" | |||
| 11 | SECTION = "libs" | 11 | SECTION = "libs" |
| 12 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8a4bb28f771c817fe57d3a7c4240e3aa" | 12 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8a4bb28f771c817fe57d3a7c4240e3aa" |
| 13 | 13 | ||
| 14 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | ||
| 15 | |||
| 16 | INHIBIT_DEFAULT_DEPS = "1" | 14 | INHIBIT_DEFAULT_DEPS = "1" |
| 17 | 15 | ||
| 18 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" | ||
| 19 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" | ||
| 20 | |||
| 21 | |||
| 22 | FILES_SOLIBSDEV = "" | 16 | FILES_SOLIBSDEV = "" |
| 23 | FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" | 17 | FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" |
| 24 | INSANE_SKIP_${PN} = "dev-so" | 18 | INSANE_SKIP_${PN} = "dev-so" |
diff --git a/meta/recipes-core/newlib/newlib.inc b/meta/recipes-core/newlib/newlib.inc index c68c163266..f50e5fed81 100644 --- a/meta/recipes-core/newlib/newlib.inc +++ b/meta/recipes-core/newlib/newlib.inc | |||
| @@ -22,10 +22,6 @@ SRC_URI[sha256sum] = "c8566335ee74e5fcaeb8595b4ebd0400c4b043d6acb3263ecb1314f8f5 | |||
| 22 | INHIBIT_DEFAULT_DEPS = "1" | 22 | INHIBIT_DEFAULT_DEPS = "1" |
| 23 | DEPENDS = "virtual/${TARGET_PREFIX}gcc" | 23 | DEPENDS = "virtual/${TARGET_PREFIX}gcc" |
| 24 | 24 | ||
| 25 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | ||
| 26 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" | ||
| 27 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" | ||
| 28 | |||
| 29 | S = "${WORKDIR}/newlib-${PV}" | 25 | S = "${WORKDIR}/newlib-${PV}" |
| 30 | B = "${WORKDIR}/build" | 26 | B = "${WORKDIR}/build" |
| 31 | 27 | ||
