aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-sh4a.inc
blob: 3866d6f127baf2bad9e77565ca722e05685665bd (plain)
1
2
3
4
5
6
7
8
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"