1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

conf/machine/include: Update SH tunings to match README

Update the experimental SH tunings to match the tunings README.

These tunings have not been tested, and are experimental!

(From OE-Core rev: 603a15bf4c838e4b6352e31f70a958d93f91138f)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle
2012-03-30 14:34:14 -05:00
committed by Richard Purdie
parent 449dae1e03
commit af74a8f627
4 changed files with 65 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
2012/03/30 - Mark Hatle <mark.hatle@windriver.com>
- Initial Revision
Both big endian and little endian are defined for SH.
Experimental -- SH tunings have not been validated.
The TUNE_ARCH is defined as ${TUNE_ARCH_tune-${DEFAULTTUNE}}.
The TUNE_PKGARCH is defind as ${TUNE_PKGARCH_tune-${DEFAULTTUNE}}.
+9
View File
@@ -0,0 +1,9 @@
# SH Architecture definition
DEFAULTTUNE ?= "sh"
TUNE_ARCH = "${TUNE_ARCH_tune-${DEFAULTTUNE}}"
TUNE_PKGARCH = "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}"
TUNEVALID[bigendian] = "Enabled big-endian mode."
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "bigendian", "-mb", "-ml", d)}"