summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-sh4.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-22 15:13:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-25 12:06:30 +0100
commitd74176473ae8672856c94d91d2058d3fd3bdab29 (patch)
tree0edb534b9ab714472640cdbaf68cdbc4201de5a4 /meta/conf/machine/include/tune-sh4.inc
parent039a2d006b7349822509ae612f41e24b12b631a6 (diff)
downloadpoky-d74176473ae8672856c94d91d2058d3fd3bdab29.tar.gz
conf/machine/include: Set TUNE_CCARGS instead of TARGET_CC_ARCH
Since we're updating the tune file format, it makes sense to abstract the compiler tune arguments at this point too. This means that should these need to be overridden at any point, the original values can still be obtained in a similar manner to the other TUNE* variables. Whilst this isn't strictly necessary for any current need, its likely good practise to standardise this behaviour. (From OE-Core rev: 3a3c69a1bc3cf0b6f6a3b13d86c12ed21798d48e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-sh4.inc')
-rw-r--r--meta/conf/machine/include/tune-sh4.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-sh4.inc b/meta/conf/machine/include/tune-sh4.inc
index 3d89d4948d..473122cb57 100644
--- a/meta/conf/machine/include/tune-sh4.inc
+++ b/meta/conf/machine/include/tune-sh4.inc
@@ -4,5 +4,5 @@ TUNE_ARCH = "sh4"
4# But it is not compatible for sh4. 4# But it is not compatible for sh4.
5# The binary optimized by m4a doesn't operate on sh4. It works on sh4a only. 5# The binary optimized by m4a doesn't operate on sh4. It works on sh4a only.
6 6
7TARGET_CC_ARCH = "-ml -m4" 7TUNE_CCARGS = "-ml -m4"
8TUNE_PKGARCH = "sh4" 8TUNE_PKGARCH = "sh4"