blob: 40de61dc2e3e021f22e3f4a6c602558e354ef170 [file] [log] [blame]
Patrick Williamsf1e5d692016-03-30 15:21:19 -05001require conf/machine/include/arm/arch-armv8.inc
2
3DEFAULTTUNE ?= "thunderx"
4AVAILTUNES += "thunderx thunderx_be"
5
6TUNEVALID[thunderx] = "Enable instructions for Cavium ThunderX"
7
8TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "thunderx", " -mcpu=thunderx ", "",d)}"
9
10ARMPKGARCH_tune-thunderx ?= "thunderx"
11ARMPKGARCH_tune-thunderx_be ?= "thunderx_be"
12
13TUNE_FEATURES_tune-thunderx ?= "${TUNE_FEATURES_tune-aarch64} thunderx"
14TUNE_FEATURES_tune-thunderx_be ?= "${TUNE_FEATURES_tune-thunderx} bigendian"
15BASE_LIB_tune-thunderx = "lib64"
16BASE_LIB_tune-thunderx_be = "lib64"
17
18PACKAGE_EXTRA_ARCHS_tune-thunderx = "aarch64 thunderx"
19PACKAGE_EXTRA_ARCHS_tune-thunderx_be = "aarch64_be thunderx_be"