aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-nios2.inc
blob: 80db79da35e9f294e04a833bb6c2de663a758155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Nios2 Architecture Definition

DEFAULTTUNE ?= "nios2"

TUNE_ARCH = "nios2"
TUNE_PKGARCH = "nios2"
TUNE_FEATURES_tune-nios2 = "nios2"
TUNE_CCARGS = ""

TUNEVALID[nios2] = "Altera Nios2"

def nios2_machdata_setfunc(machdata, d):
    machdata["elf"] = {"nios2":  (113, 0, 0, True, 32), }
    return machdata

PACKAGEQA_EXTRA_MACHDEFFUNCS = "nios2_machdata_setfunc"

PACKAGE_EXTRA_ARCHS_tune-nios2 = "nios2"