Files
meta-riscv/conf/machine/tune-riscv.inc
Khem Raj ffe8d5e864 riscv: This is where it all begins...
I'll explain when you're older!

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-10-04 10:09:23 -07:00

17 lines
324 B
HTML

TUNE_ARCH = "riscv64"
TUNE_PKGARCH = "riscv64"
DEFAULTTUNE ?= "riscv"
# require arch-riscv.inc
TUNEVALID[riscv] = "Enable RISCV optimizations"
TUNE_CCARGS .= ""
AVAILTUNES += "riscv"
TUNE_FEATURES_tune-riscv = "riscv"
TUNE_ARCH_tune-riscv = "riscv"
TUNE_PKGARCH_tune-riscv = "riscv"
PACKAGE_EXTRA_ARCHS_tune-riscv = ""