From dc05f5c91f8a5689dd283feb8fd6105b431d72a1 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 8 Nov 2007 21:27:42 +0000 Subject: alix: fix config and tune naming --- conf/machine/alix.conf | 2 +- conf/machine/include/tune-geodelx.conf | 6 ------ conf/machine/include/tune-geodelx.inc | 6 ++++++ 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 conf/machine/include/tune-geodelx.conf create mode 100644 conf/machine/include/tune-geodelx.inc diff --git a/conf/machine/alix.conf b/conf/machine/alix.conf index 3c50ef561b..f4423946bd 100644 --- a/conf/machine/alix.conf +++ b/conf/machine/alix.conf @@ -17,7 +17,7 @@ GLIBC_EXTRA_OECONF = "--with-tls" MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi x86" -require.inc/machine/include/tune-geodelx.inc +require conf/machine/include/tune-geodelx.inc IMAGE_FSTYPES += "tar.gz" diff --git a/conf/machine/include/tune-geodelx.conf b/conf/machine/include/tune-geodelx.conf deleted file mode 100644 index 335fadec6e..0000000000 --- a/conf/machine/include/tune-geodelx.conf +++ /dev/null @@ -1,6 +0,0 @@ -# Geode CPU has it's own target in GCC 4.3 -# in older versions k6-2 is closest -# -TARGET_CC_ARCH = "-march=k6-2" -PACKAGE_ARCH = "geode" - diff --git a/conf/machine/include/tune-geodelx.inc b/conf/machine/include/tune-geodelx.inc new file mode 100644 index 0000000000..335fadec6e --- /dev/null +++ b/conf/machine/include/tune-geodelx.inc @@ -0,0 +1,6 @@ +# Geode CPU has it's own target in GCC 4.3 +# in older versions k6-2 is closest +# +TARGET_CC_ARCH = "-march=k6-2" +PACKAGE_ARCH = "geode" + -- cgit v1.2.3