diff options
| -rw-r--r-- | meta/recipes-core/meta/external-sourcery-toolchain.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/external-sourcery-toolchain.bb b/meta/recipes-core/meta/external-sourcery-toolchain.bb index a14e95867d..b8cb6d9baf 100644 --- a/meta/recipes-core/meta/external-sourcery-toolchain.bb +++ b/meta/recipes-core/meta/external-sourcery-toolchain.bb | |||
| @@ -92,6 +92,12 @@ PACKAGES =+ "libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev linux | |||
| 92 | # This test should be fixed to ignore .a files in .debug dirs | 92 | # This test should be fixed to ignore .a files in .debug dirs |
| 93 | INSANE_SKIP_${PN}-dbg = "staticdev" | 93 | INSANE_SKIP_${PN}-dbg = "staticdev" |
| 94 | 94 | ||
| 95 | # We don't care about GNU_HASH in prebuilt binaries | ||
| 96 | INSANE_SKIP_${PN}-utils += "ldflags" | ||
| 97 | INSANE_SKIP_libstdc++ += "ldflags" | ||
| 98 | INSANE_SKIP_libgcc += "ldflags" | ||
| 99 | INSANE_SKIP_gdbserver += "ldflags" | ||
| 100 | |||
| 95 | PKG_${PN} = "eglibc" | 101 | PKG_${PN} = "eglibc" |
| 96 | PKG_${PN}-dev = "eglibc-dev" | 102 | PKG_${PN}-dev = "eglibc-dev" |
| 97 | PKG_${PN}-staticdev = "eglibc-staticdev" | 103 | PKG_${PN}-staticdev = "eglibc-staticdev" |
