summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-strongarm1100.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-strongarm1100.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-strongarm1100.inc')
-rw-r--r--meta/conf/machine/include/tune-strongarm1100.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-strongarm1100.inc b/meta/conf/machine/include/tune-strongarm1100.inc
index 2d4ce3842d..ec290532a2 100644
--- a/meta/conf/machine/include/tune-strongarm1100.inc
+++ b/meta/conf/machine/include/tune-strongarm1100.inc
@@ -5,5 +5,5 @@ TUNE_PKGARCH = "arm"
5# This machine lists common configuration options for Strongarm 1100 devices 5# This machine lists common configuration options for Strongarm 1100 devices
6# NOTE: The Zaurus Collie also has a Strongarm processor, but uses the 1110 type 6# NOTE: The Zaurus Collie also has a Strongarm processor, but uses the 1110 type
7 7
8TARGET_CC_ARCH = "-march=armv4 -mtune=strongarm1100" 8TUNE_CCARGS = "-march=armv4 -mtune=strongarm1100"
9 9