summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/nss/nss_3.51.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/nss/nss_3.51.1.bb b/meta-oe/recipes-support/nss/nss_3.51.1.bb
index fba80ce2ab..36e6cd8fc5 100644
--- a/meta-oe/recipes-support/nss/nss_3.51.1.bb
+++ b/meta-oe/recipes-support/nss/nss_3.51.1.bb
@@ -47,6 +47,10 @@ inherit siteinfo
47TD = "${S}/tentative-dist" 47TD = "${S}/tentative-dist"
48TDS = "${S}/tentative-dist-staging" 48TDS = "${S}/tentative-dist-staging"
49 49
50# cortex-a55 is ARMv8.2-a based but libatomic explicitly asks for -march=armv8.1-a
51# which caused -march conflicts in gcc
52TUNE_CCARGS_remove = "-mcpu=cortex-a55+crc -mcpu=cortex-a55 -mcpu=cortex-a55+crc+crypto"
53
50TARGET_CC_ARCH += "${LDFLAGS}" 54TARGET_CC_ARCH += "${LDFLAGS}"
51 55
52do_configure_prepend_libc-musl () { 56do_configure_prepend_libc-musl () {