From f9f70c5ad6115b6b65c8ea18a054a3619f4891e9 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 7 Nov 2008 08:09:42 +0000 Subject: Do not autodetect 64-bit archs, have them tell be 'select'-ing ARCH_64 in the configuration. /trunk/scripts/crosstool.sh | 12 5 7 0 +++++------- /trunk/docs/overview.txt | 6 6 0 0 ++++++ /trunk/config/target.in | 4 4 0 0 ++++ /trunk/config/arch/x86_64.in | 1 1 0 0 + /trunk/config/arch/ia64.in | 1 1 0 0 + 5 files changed, 17 insertions(+), 7 deletions(-) --- config/arch/x86_64.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config/arch/x86_64.in') diff --git a/config/arch/x86_64.in b/config/arch/x86_64.in index 83b6e83a..9e3f5d0b 100644 --- a/config/arch/x86_64.in +++ b/config/arch/x86_64.in @@ -1,6 +1,7 @@ # x86_64 specific options config ARCH_x86_64 + select ARCH_64 select ARCH_SUPPORT_ARCH select ARCH_SUPPORT_CPU select ARCH_SUPPORT_TUNE -- cgit v1.2.3