From 8bf8e78b4800915bd4545792b92736a534cea92f Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Wed, 5 Sep 2007 17:21:09 +0000 Subject: conf/machine/i586-generic.conf: Add pentium optimization for i586-generic machine --- conf/machine/i586-generic.conf | 3 +++ conf/machine/include/tune-pentium.conf | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 conf/machine/include/tune-pentium.conf 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" + -- cgit 1.2.3-korg