summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-microblazeel.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/tune-microblazeel.inc')
-rw-r--r--conf/machine/include/tune-microblazeel.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/conf/machine/include/tune-microblazeel.inc b/conf/machine/include/tune-microblazeel.inc
deleted file mode 100644
index f27dc5e1..00000000
--- a/conf/machine/include/tune-microblazeel.inc
+++ /dev/null
@@ -1,22 +0,0 @@
1# Tune options for microblaze endian little
2DEFAULTTUNE ?= "microblazeel"
3
4#TUNEVALID[m32] = "Microblaze ELF32 standard ABI"
5#TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "m32", "", "", d)}"
6TUNE_ARCH = "microblazeel"
7#"${@bb.utils.contains("TUNE_FEATURES", "m32", "microblazeel", "", d)}"
8
9TUNEVALID[fpu-soft] = "Use software FPU."
10TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "fpu-soft", "-msoft-float", "", d)}"
11TARGET_FPU .= "${@bb.utils.contains("TUNE_FEATURES", "fpu-soft", "soft", "", d)}"
12
13TUNE_PKGARCH = "${TUNE_ARCH}"
14
15AVAILTUNES += "microblazeel"
16TUNE_FEATURES_tune-microblazeel ?= "fpu-soft"
17PACKAGE_EXTRA_ARCHS_tune-microblazeel = ""
18
19TARGET_FPU = "soft"
20TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "microblazeel", "-mcpu=v8.30.a", "", d)}"
21
22#MACHINEOVERRIDES .= "microblaze"