aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-sh4a.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/tune-sh4a.inc')
-rw-r--r--conf/machine/include/tune-sh4a.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/include/tune-sh4a.inc b/conf/machine/include/tune-sh4a.inc
new file mode 100644
index 0000000000..3866d6f127
--- /dev/null
+++ b/conf/machine/include/tune-sh4a.inc
@@ -0,0 +1,9 @@
+# NOTE: This file provides the option for m4a(sh4a).
+# It is not compatible in m4a and m4(sh4).
+# The binary optimized by m4a doesn't operate on sh4. It works on sh4a only.
+# If you want to use binary that work on sh4 and sh4a, you should use
+# "conf/machine/include/tune-sh4.inc".
+
+TARGET_CC_ARCH = "-ml -m4a"
+FEED_ARCH = "sh4"
+BASE_PACKAGE_ARCH = "sh4"