From b0b3da0e2a61aa3b387e2fbb22d722292631cbdd Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Wed, 5 Sep 2007 17:22:00 +0000 Subject: conf/machine/i686-generic.conf: Add pentium pro optimization for i686-generic machine --- conf/machine/i686-generic.conf | 3 +++ conf/machine/include/tune-pentiumpro.conf | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 conf/machine/include/tune-pentiumpro.conf (limited to 'conf/machine') 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" + -- cgit v1.2.3