summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-sh3.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-sh3.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-sh3.inc')
-rw-r--r--meta/conf/machine/include/tune-sh3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-sh3.inc b/meta/conf/machine/include/tune-sh3.inc
index 45ad6deb67..dd12cd4ace 100644
--- a/meta/conf/machine/include/tune-sh3.inc
+++ b/meta/conf/machine/include/tune-sh3.inc
@@ -1,4 +1,4 @@
1TUNE_ARCH = "sh3" 1TUNE_ARCH = "sh3"
2 2
3TARGET_CC_ARCH = "-ml -m3" 3TUNE_CCARGS = "-ml -m3"
4TUNE_PKGARCH = "sh3" 4TUNE_PKGARCH = "sh3"