diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-09-05 17:22:00 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-09-05 17:22:00 +0000 |
commit | b0b3da0e2a61aa3b387e2fbb22d722292631cbdd (patch) | |
tree | a9428a5b1d1d86eed00adde1d3cbe523682d566d | |
parent | 8bf8e78b4800915bd4545792b92736a534cea92f (diff) |
conf/machine/i686-generic.conf: Add pentium pro optimization for i686-generic machine
-rw-r--r-- | conf/machine/i686-generic.conf | 3 | ||||
-rw-r--r-- | conf/machine/include/tune-pentiumpro.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf index 883d6b4dd0..3defb29fa5 100644 --- a/conf/machine/i686-generic.conf +++ b/conf/machine/i686-generic.conf @@ -22,3 +22,6 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_TASK_PROVIDER = "task-base" +#tune for pentium pro cpu +require conf/machine/include/tune-pentiumpro.conf + diff --git a/conf/machine/include/tune-pentiumpro.conf b/conf/machine/include/tune-pentiumpro.conf new file mode 100644 index 0000000000..aa9a8dfa1d --- /dev/null +++ b/conf/machine/include/tune-pentiumpro.conf @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-mcpu=pentiumpro" +PACKAGE_ARCH = "i686" + |