OSDN Git Service

s/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix sed breakage as pointed out...
authorMike Frysinger <vapier@gentoo.org>
Fri, 20 Jan 2006 00:59:47 +0000 (00:59 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 20 Jan 2006 00:59:47 +0000 (00:59 -0000)
22 files changed:
extra/Configs/Config.alpha
extra/Configs/Config.arm
extra/Configs/Config.bfin
extra/Configs/Config.cris
extra/Configs/Config.e1
extra/Configs/Config.frv
extra/Configs/Config.h8300
extra/Configs/Config.hppa
extra/Configs/Config.i386
extra/Configs/Config.i960
extra/Configs/Config.in.arch
extra/Configs/Config.m68k
extra/Configs/Config.microblaze
extra/Configs/Config.mips
extra/Configs/Config.nios
extra/Configs/Config.nios2
extra/Configs/Config.powerpc
extra/Configs/Config.sh
extra/Configs/Config.sh64
extra/Configs/Config.sparc
extra/Configs/Config.v850
extra/Configs/Config.x86_64

index b67acae..42866cf 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_MMU
index 3b96238..83acceb 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
 
index b92e233..0fec6b2 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_NO_MMU
index 8599cc2..50ca425 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
 
index 919e46e..8a56853 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default n
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_NO_MMU
index 014e90b..7fbfdba 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default n
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select UCLIBC_HAS_FPU
index f9f82a8..753937e 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_NO_MMU
index 21e454f..4336262 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default n
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_MMU
index b95a820..d35a902 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_MMU
index 4f59778..bc903aa 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_NO_MMU
index bce5a0b..727921b 100644 (file)
@@ -81,6 +81,23 @@ config DO_C99_MATH
          If your applications require the newer C99 math library functions, 
          then answer Y.
 
+config UCLIBC_HAS_FENV
+       bool "Enable C99 fp rounding and exception handling (fenv.h)"
+       depends on UCLIBC_HAS_FLOATS
+       default n
+       help
+         Enable support for the C99 floating point rounding and exception
+         handling routines.  These 11 functions are:
+           feclearexcept            fegetexceptflag
+           feraiseexcept            fesetexceptflag
+           fetestexcept             feholdexcept
+           fegetround               fesetround
+           fegetenv                 fesetenv
+           feupdateenv
+
+         This functions are not widely used, so if you're unsure, you
+         can probably safely say N.
+
 config KERNEL_SOURCE
        string "Linux kernel header location"
        default "/usr/src/linux"
index bd8c461..7ede9e7 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default n
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
 
index b7138bd..ea790a4 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default n
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_NO_MMU
index 6a73bc6..bcb03df 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
 
index 1de253a..786bb73 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_NO_MMU
index 9c54050..8753e2e 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_NO_MMU
index 9102504..818157a 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default n
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_MMU
index 1f67560..be21bdf 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
 
index 3a79293..d0da8aa 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
 
index a099b35..151623e 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default n
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
 
index 78a4546..68ad052 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_NO_MMU
index d187d05..971d79f 100644 (file)
@@ -14,7 +14,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
        bool
        default y
 
-config TARGET_ARCH_FEATURES
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_HAS_MMU