|
@@ -22,7 +22,6 @@ TARGET_microblaze=y
|
|
|
# TARGET_nios2 is not set
|
|
|
# TARGET_powerpc is not set
|
|
|
# TARGET_sh is not set
|
|
|
-# TARGET_sh64 is not set
|
|
|
# TARGET_sparc is not set
|
|
|
# TARGET_v850 is not set
|
|
|
# TARGET_x86_64 is not set
|
|
@@ -43,9 +42,9 @@ ARCH_HAS_MMU=y
|
|
|
ARCH_USE_MMU=y
|
|
|
UCLIBC_HAS_FLOATS=y
|
|
|
UCLIBC_HAS_FPU=y
|
|
|
-# DO_C99_MATH is not set
|
|
|
+DO_C99_MATH=y
|
|
|
# DO_XSI_MATH is not set
|
|
|
-# UCLIBC_HAS_FENV is not set
|
|
|
+UCLIBC_HAS_FENV=y
|
|
|
KERNEL_HEADERS=""
|
|
|
HAVE_DOT_CONFIG=y
|
|
|
|
|
@@ -75,11 +74,11 @@ HAS_NO_THREADS=y
|
|
|
# UCLIBC_HAS_LINUXTHREADS is not set
|
|
|
UCLIBC_HAS_SYSLOG=y
|
|
|
UCLIBC_HAS_LFS=y
|
|
|
-MALLOC=y
|
|
|
-MALLOC_GLIBC_COMPAT=y
|
|
|
UCLIBC_HAS_OBSTACK=y
|
|
|
UCLIBC_DYNAMIC_ATEXIT=y
|
|
|
# COMPAT_ATEXIT is not set
|
|
|
+UCLIBC_HAS_UTMPX=y
|
|
|
+UCLIBC_HAS_UTMP=y
|
|
|
UCLIBC_SUSV2_LEGACY=y
|
|
|
UCLIBC_SUSV3_LEGACY=y
|
|
|
# UCLIBC_SUSV3_LEGACY_MACROS is not set
|
|
@@ -159,7 +158,6 @@ UCLIBC_HAS_WCHAR=y
|
|
|
# UCLIBC_HAS_HEXADECIMAL_FLOATS is not set
|
|
|
# UCLIBC_HAS_GLIBC_CUSTOM_PRINTF is not set
|
|
|
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
|
|
|
-# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
|
|
|
# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
|
|
|
# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
|
|
|
# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
|
|
@@ -197,8 +195,6 @@ UCLIBC_HAS_FTW=y
|
|
|
UCLIBC_HAS_FTS=y
|
|
|
UCLIBC_HAS_GLOB=y
|
|
|
UCLIBC_HAS_GNU_GLOB=y
|
|
|
-UCLIBC_HAS_UTMP=y
|
|
|
-UCLIBC_HAS_UTMPX=y
|
|
|
|
|
|
#
|
|
|
# Library Installation Options
|