summaryrefslogtreecommitdiff
path: root/config/target.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/target.in')
-rw-r--r--config/target.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/config/target.in b/config/target.in
index 9c72e4b..38d3360 100644
--- a/config/target.in
+++ b/config/target.in
@@ -20,7 +20,6 @@ config ARCH_ARM
bool
prompt "arm"
select ARCH_SUPPORTS_BOTH_ENDIAN
- select ARCH_SUPPORTS_LIBFLOAT
config ARCH_MIPS
bool
@@ -30,7 +29,6 @@ config ARCH_MIPS
config ARCH_x86
bool
prompt "x86"
- select ARCH_SUPPORTS_LIBFLOAT
config ARCH_x86_64
bool
@@ -183,30 +181,6 @@ 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 && ARCH_SUPPORTS_LIBFLOAT
- help
- For those targets upporting it, you can use libfloat for the software
- floating point emulation.
-
- Note that some versions of gcc have support code that supersedes libfloat,
- while others don't. Known version of gcc that don't have support code are
- versions prior to 3.0, and version above 4.0.
-
- You should check gcc before deciding to use libfloat.
-
-config LIBFLOAT_VERSION
- string
- default "990616.orig"
- depends on ARCH_FLOAT_SW_LIBFLOAT
-
config TARGET_CFLAGS
string
prompt "Target CFLAGS"