diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-09-05 17:21:09 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-09-05 17:21:09 +0000 |
commit | 8bf8e78b4800915bd4545792b92736a534cea92f (patch) | |
tree | bd53a567d42b4d9495034a0c40da9f0777f6feac | |
parent | d4c9f9259b04169de83f9528026d8921c5127b79 (diff) |
conf/machine/i586-generic.conf: Add pentium optimization for i586-generic machine
-rw-r--r-- | conf/machine/i586-generic.conf | 3 | ||||
-rw-r--r-- | conf/machine/include/tune-pentium.conf | 3 |
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" + |