From b8d189b2967843015376d5696b244958cba44202 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 5 Oct 2008 15:32:00 +0000 Subject: Separate the architecture config file and function script. /trunk/kconfig/kconfig.mk | 46 23 23 0 +++++++++++++++++++++++----------------------- /trunk/scripts/crosstool.sh | 2 1 1 0 +- /trunk/docs/overview.txt | 28 11 17 0 +++++++++++----------------- 3 files changed, 35 insertions(+), 41 deletions(-) --- config/arch/x86_64.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/arch/x86_64.in (limited to 'config/arch/x86_64.in') diff --git a/config/arch/x86_64.in b/config/arch/x86_64.in new file mode 100644 index 00000000..83b6e83a --- /dev/null +++ b/config/arch/x86_64.in @@ -0,0 +1,9 @@ +# x86_64 specific options + +config ARCH_x86_64 + select ARCH_SUPPORT_ARCH + select ARCH_SUPPORT_CPU + select ARCH_SUPPORT_TUNE + help + The x86_64 architecture, as defined by: + http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_875_7044,00.html -- cgit v1.2.3