From a7ccd113ff50901caf13ecba111e4ff023230249 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 22 May 2007 20:36:44 +0000 Subject: Only prompt for libfloat for those target that support it. diff --git a/config/target.in b/config/target.in index b192d85..5cad782 100644 --- a/config/target.in +++ b/config/target.in @@ -21,6 +21,7 @@ config ARCH_ARM prompt "arm" select ARCH_SUPPORTS_BE select ARCH_SUPPORTS_LE + select ARCH_SUPPORTS_LIBFLOAT config ARCH_MIPS bool @@ -32,6 +33,7 @@ config ARCH_x86 bool prompt "x86" select ARCH_SUPPORTS_LE + select ARCH_SUPPORTS_LIBFLOAT config ARCH_x86_64 bool @@ -190,11 +192,15 @@ config ARCH_FLOAT_SW endchoice +config ARCH_SUPPORTS_LIBFLOAT + bool + default n + config ARCH_FLOAT_SW_LIBFLOAT bool prompt "Use libfloat" default n - depends on ARCH_FLOAT_SW + depends on ARCH_FLOAT_SW && ARCH_SUPPORTS_LIBFLOAT help For those targets upporting it, you can use libfloat for the software floating point emulation. -- cgit v0.10.2-6-g49f6