aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/machine/include/xilinx-microblaze.inc
blob: 93f7d0d1066263fb9d08abfd1c5c54c769be0397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Verify meta-microblaze is part of the config!
INHERIT += "xilinx-microblaze"

# To avoid the require overriding previous defaults we use the override to make this the default
TUNE_FEATURES_save := "${TUNE_FEATURES:tune-microblaze}"

require conf/machine/include/microblaze/tune-microblaze.inc

# Reset the default value back to what it was previously set to...
TUNE_FEATURES:tune-microblaze := "${TUNE_FEATURES_save}"

# Various microblaze architecture defaults

# microblaze does not get on with pie for reasons not looked into as yet
GCCPIE:microblaze = ""
GLIBCPIE:microblaze = ""
SECURITY_CFLAGS:microblaze = ""
SECURITY_LDFLAGS:microblaze = ""
# Microblaze does not support gnu hash style
LINKER_HASH_STYLE:microblaze = "sysv"