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