aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-mips32.inc
blob: 45792d8fc4991a05e766aab4eed71d3580ceeaa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
DEFAULTTUNE ?= "mips32"

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

TUNEVALID[mips32] = "Enable mips32 specific processor optimizations"
TUNE_CONFLICTS[mips32] = "n64 n32"
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "mips32", "-march=mips32", "", d)}"

AVAILTUNES += "mips32"
TUNE_FEATURES_tune-mips32 = "${TUNE_FEATURES_tune-mips} mips32"
PACKAGE_EXTRA_ARCHS_tune-mips32 = "mips"