From e5d00b8cf6e36f484db1b0bd31fa1f60ddf4c8b4 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Thu, 6 Jul 2017 04:02:23 +0200 Subject: meta: introduce bigendian instead of little-endian/big-endian The endianess of a specific architecture could be either big or little, there is not a third value, so let it default to be little endian, and get rid of the tune feature 'little-endian' which is redundant to be there, also change tune feature 'big-endian' to 'bigendian'. With these changes, it will behave same with all other architectures in openembedded-core layer. Signed-off-by: Ming Liu Signed-off-by: Nathan Rossi --- classes/zynqmp-pmu.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/zynqmp-pmu.bbclass b/classes/zynqmp-pmu.bbclass index 72913445..3ebe4881 100644 --- a/classes/zynqmp-pmu.bbclass +++ b/classes/zynqmp-pmu.bbclass @@ -18,7 +18,7 @@ ORIG_TARGET_ARCH := "${TARGET_ARCH}" # zynqmp-pmu target arch (hardcoded based on pre-gen data from arch-microblaze.inc) ABIEXTENSION = "" TUNE_ARCH = "microblazeel" -#TUNE_FEATURES_tune-microblaze += "v9.2 little-endian barrel-shift pattern-compare" +#TUNE_FEATURES_tune-microblaze += "v9.2 barrel-shift pattern-compare" TUNE_CCARGS = "-mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-reorder -mcpu=v9.2 -mxl-soft-mul -mxl-soft-div" TUNE_LDARGS = "" TUNE_ASARGS = "" -- cgit v1.2.3-54-g00ecf