From 6f784c700d590ff8cab06be8ed854165a8447906 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Thu, 6 Sep 2007 05:57:57 +0000 Subject: conf/machine/i686-generic.conf : Rename the included tune file from .conf to .inc --- conf/machine/i686-generic.conf | 2 +- conf/machine/include/tune-pentiumpro.conf | 3 --- conf/machine/include/tune-pentiumpro.inc | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 conf/machine/include/tune-pentiumpro.conf create mode 100644 conf/machine/include/tune-pentiumpro.inc diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf index 3defb29fa5..8ff87553ba 100644 --- a/conf/machine/i686-generic.conf +++ b/conf/machine/i686-generic.conf @@ -23,5 +23,5 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_TASK_PROVIDER = "task-base" #tune for pentium pro cpu -require conf/machine/include/tune-pentiumpro.conf +require conf/machine/include/tune-pentiumpro.inc diff --git a/conf/machine/include/tune-pentiumpro.conf b/conf/machine/include/tune-pentiumpro.conf deleted file mode 100644 index aa9a8dfa1d..0000000000 --- a/conf/machine/include/tune-pentiumpro.conf +++ /dev/null @@ -1,3 +0,0 @@ -TARGET_CC_ARCH = "-mcpu=pentiumpro" -PACKAGE_ARCH = "i686" - diff --git a/conf/machine/include/tune-pentiumpro.inc b/conf/machine/include/tune-pentiumpro.inc new file mode 100644 index 0000000000..aa9a8dfa1d --- /dev/null +++ b/conf/machine/include/tune-pentiumpro.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-mcpu=pentiumpro" +PACKAGE_ARCH = "i686" + -- cgit v1.2.3