summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-sh3.inc
blob: 816c9c4d974e77a7846ae9b8b56f5fa68b250de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DEFAULTTUNE ?= "sh3"

require conf/machine/include/sh/arch-sh.inc

TUNEVALID[sh3] = "Enable SH3 optimizations"
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "sh3", "-m3", "", d)}"

AVAILTUNES += "sh3 sh3eb"
TUNE_FEATURES_tune-sh3 = "sh3"
TUNE_ARCH_tune-sh3 = "sh3"
TUNE_PKGARCH_tune-sh3 = "sh3"
PACKAGE_EXTRA_ARCHS_tune-sh3 = "sh sh3"

TUNE_FEATURES_tune-sh3eb = "sh3eb"
TUNE_ARCH_tune-sh3eb = "sh3eb"
TUNE_PKGARCH_tune-sh3eb = "sh3eb"
PACKAGE_EXTRA_ARCHS_tune-sh3eb = "sheb sh3eb"