summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/intel-quark-common.inc
diff options
context:
space:
mode:
authorGeorge Nita <george.nita@enea.com>2015-09-23 05:11:59 +0200
committerGeorge Nita <george.nita@enea.com>2015-09-23 05:11:59 +0200
commitd0b8c49aa0e1e21abb716c52be09ef41c4fffbc6 (patch)
tree7fc7b4d4407b9e015f8e65d82777dd6cccd6d590 /conf/machine/include/intel-quark-common.inc
parent3ab7b40622ac62f2e8876adabfbfbcb80e62bb2e (diff)
parentbd1e3db669dfdd6b3bcb51ee8b05601adb9cf277 (diff)
downloadmeta-intel-d0b8c49aa0e1e21abb716c52be09ef41c4fffbc6.tar.gz
Merge remote-tracking branch 'origin/master' into master-enea
Diffstat (limited to 'conf/machine/include/intel-quark-common.inc')
-rw-r--r--conf/machine/include/intel-quark-common.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/include/intel-quark-common.inc b/conf/machine/include/intel-quark-common.inc
index e2d34d70..ac518bef 100644
--- a/conf/machine/include/intel-quark-common.inc
+++ b/conf/machine/include/intel-quark-common.inc
@@ -1,7 +1,11 @@
1# 1#
2# Common configuration for all MACHINES of the intel-corei7-64 type 2# Common configuration for all MACHINES of the intel-quark type
3# 3#
4 4
5DEFAULTTUNE ?= "i586-nlp-32" 5DEFAULTTUNE ?= "i586-nlp-32"
6require conf/machine/include/tune-i586-nlp.inc 6require conf/machine/include/tune-i586-nlp.inc
7require conf/machine/include/x86-base.inc 7require conf/machine/include/x86-base.inc
8
9# gnutls padlock code uses CMOV instruction in assembly which
10# is not valid for Quark.
11EXTRA_OECONF_append_pn-gnutls_intel-quark = " --disable-padlock"