aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-09-05 17:21:09 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-09-05 17:21:09 +0000
commit8bf8e78b4800915bd4545792b92736a534cea92f (patch)
treebd53a567d42b4d9495034a0c40da9f0777f6feac /conf
parentd4c9f9259b04169de83f9528026d8921c5127b79 (diff)
downloadopenembedded-8bf8e78b4800915bd4545792b92736a534cea92f.tar.gz
conf/machine/i586-generic.conf: Add pentium optimization for i586-generic machine
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/i586-generic.conf3
-rw-r--r--conf/machine/include/tune-pentium.conf3
2 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/i586-generic.conf b/conf/machine/i586-generic.conf
index 2cae2a87dc..37d2945301 100644
--- a/conf/machine/i586-generic.conf
+++ b/conf/machine/i586-generic.conf
@@ -24,3 +24,6 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
MACHINE_TASK_PROVIDER = "task-base"
+#tune for pentium cpu
+require conf/machine/include/tune-pentium.conf
+
diff --git a/conf/machine/include/tune-pentium.conf b/conf/machine/include/tune-pentium.conf
new file mode 100644
index 0000000000..7b1a517895
--- /dev/null
+++ b/conf/machine/include/tune-pentium.conf
@@ -0,0 +1,3 @@
+TARGET_CC_ARCH = "-mcpu=pentium"
+PACKAGE_ARCH = "i586"
+