summaryrefslogtreecommitdiff
path: root/meta/conf/machine/include/tune-c3.inc
diff options
context:
space:
mode:
authorPeter Seebach <peter.seebach@windriver.com>2012-05-01 20:45:10 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-06 09:54:45 +0100
commit6ffe53c721a80cf156b44f59b564f2e899c6af50 (patch)
tree7af1c2c7c4c5e63892434cc2144eef1acd4ec3f6 /meta/conf/machine/include/tune-c3.inc
parent22254a32f05e9212411216bf1a4e48fd86b9c3ef (diff)
downloadopenembedded-core-6ffe53c721a80cf156b44f59b564f2e899c6af50.tar.gz
openembedded-core-6ffe53c721a80cf156b44f59b564f2e899c6af50.tar.bz2
openembedded-core-6ffe53c721a80cf156b44f59b564f2e899c6af50.tar.xz
openembedded-core-6ffe53c721a80cf156b44f59b564f2e899c6af50.zip
conf/machine: Clean up configuration values.
This cleans up and/or corrects a few values from machine includes for consistency with future toolchain sanity checks, and also adds the TUNEVALID and TUNECONFLICTS to documentation.conf. Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-c3.inc')
-rw-r--r--meta/conf/machine/include/tune-c3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-c3.inc b/meta/conf/machine/include/tune-c3.inc
index 06fac8fb1..79bb67b45 100644
--- a/meta/conf/machine/include/tune-c3.inc
+++ b/meta/conf/machine/include/tune-c3.inc
@@ -1,7 +1,7 @@
require conf/machine/include/ia32/arch-ia32.inc
TUNEVALID[c3] = "VIA Cyrix III or VIA C3 specific optimizations"
-TUNECONFLICT[c3] = "m64 mx32"
+TUNECONFLICTS[c3] = "m64 mx32"
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "c3", "-march=c3 -mtune=c3", "", d)}"
AVAILTUNES += "c3"