From b6b9f4a6cf5e2d250f39c58d0f9da6340dac22fb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 29 Aug 2017 08:51:10 -0700 Subject: classes: Do not replace armv7ve with armv7a anymore clang-5.0 supports the option now Signed-off-by: Khem Raj --- recipes-core/meta/meta-environment.bbappend | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-core') diff --git a/recipes-core/meta/meta-environment.bbappend b/recipes-core/meta/meta-environment.bbappend index c02877d..734a9e6 100644 --- a/recipes-core/meta/meta-environment.bbappend +++ b/recipes-core/meta/meta-environment.bbappend @@ -2,8 +2,6 @@ export TARGET_CLANGCC_ARCH = "${TARGET_CC_ARCH}" TARGET_CLANGCC_ARCH_remove = "-mthumb-interwork" TARGET_CLANGCC_ARCH_remove = "-mmusl" TARGET_CLANGCC_ARCH_remove = "-muclibc" -TARGET_CLANGCC_ARCH_remove = "-march=armv7ve" -TARGET_CLANGCC_ARCH_append = "${@bb.utils.contains("TUNE_FEATURES", "armv7ve", " -march=armv7a", "", d)}" TARGET_CLANGCC_ARCH_remove = "-meb" TARGET_CLANGCC_ARCH_remove = "-mel" TARGET_CLANGCC_ARCH_append = "${@bb.utils.contains("TUNE_FEATURES", "bigendian", " -mbig-endian", " -mlittle-endian", d)}" -- cgit v1.2.3-54-g00ecf