From 055681518cfee384e6975d8821164c6579df0657 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 27 Jun 2008 15:08:43 +0000 Subject: Only present each of arch, abi, cpu tune and fpu optimisations for those targets supporting them. /trunk/config/target.in | 30 30 0 0 ++++++++++++++++++++++++++++++ /trunk/arch/arm/config.in | 5 5 0 0 +++++ /trunk/arch/powerpc/config.in | 3 3 0 0 +++ /trunk/arch/alpha/config.in | 2 2 0 0 ++ /trunk/arch/x86/config.in | 3 3 0 0 +++ /trunk/arch/mips/config.in | 3 3 0 0 +++ /trunk/arch/x86_64/config.in | 3 3 0 0 +++ 7 files changed, 49 insertions(+) --- arch/mips/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/mips') diff --git a/arch/mips/config.in b/arch/mips/config.in index a4f90b71..0f91e83c 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -3,6 +3,9 @@ config ARCH_mips select ARCH_SUPPORTS_BOTH_ENDIAN select ARCH_DEFAULT_BE + select ARCH_SUPPORT_ARCH + select ARCH_SUPPORT_ABI + select ARCH_SUPPORT_TUNE help The MIPS architecture, as defined by: http://www.mips.com/ -- cgit v1.2.3