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