clean up uClibc config handling - use kconfig.pl to split configs similar to how it's done in the kernel
SVN-Revision: 15004
This commit is contained in:
		@@ -86,6 +86,8 @@ define Host/Prepare/V_0_9_28
 | 
			
		||||
 endif
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
GEN_CONFIG=$(SCRIPT_DIR)/kconfig.pl -n $(if $(wildcard $(CONFIG_DIR)/common),'+' $(CONFIG_DIR)/common) ./$(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),.$(BOARD))
 | 
			
		||||
 | 
			
		||||
define Host/Prepare
 | 
			
		||||
	$(call Host/SetToolchainInfo)
 | 
			
		||||
	@echo prepare uClibc version $(PKG_VERSION)$(PKG_EXTRAVERSION)  
 | 
			
		||||
@@ -95,7 +97,7 @@ define Host/Prepare
 | 
			
		||||
	$(call Host/Prepare/Default)
 | 
			
		||||
	ln -snf $(PKG_NAME)-$(PKG_VERSION)$(PKG_EXTRAVERSION) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)
 | 
			
		||||
 endif
 | 
			
		||||
	$(CP) ./$(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),.$(BOARD)) $(HOST_BUILD_DIR)/.config
 | 
			
		||||
	$(GEN_CONFIG) > $(HOST_BUILD_DIR)/.config
 | 
			
		||||
 ifeq ($(PKG_VERSION),0.9.28)
 | 
			
		||||
	$(call Host/Prepare/V_0_9_28)
 | 
			
		||||
 endif
 | 
			
		||||
 
 | 
			
		||||
@@ -1,169 +1,16 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
HAVE_ELF=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
# ARCH_SUPPORTS_BIG_ENDIAN is not set
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM610 is not set
 | 
			
		||||
# CONFIG_ARM710 is not set
 | 
			
		||||
# CONFIG_ARM720T is not set
 | 
			
		||||
# CONFIG_ARM920T is not set
 | 
			
		||||
# CONFIG_ARM922T is not set
 | 
			
		||||
# CONFIG_ARM926T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM_SA110 is not set
 | 
			
		||||
# CONFIG_ARM_SA1100 is not set
 | 
			
		||||
CONFIG_ARM_XSCALE=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# ARCH_BIG_ENDIAN is not set
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# HAS_FPU is not set
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_arm/linux"
 | 
			
		||||
C_SYMBOL_PREFIX=""
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
HAS_SHADOW=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc security related options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_SECURITY is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,169 +1,17 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
HAVE_ELF=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
ARCH_SUPPORTS_BIG_ENDIAN=y
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM610 is not set
 | 
			
		||||
# CONFIG_ARM710 is not set
 | 
			
		||||
# CONFIG_ARM720T is not set
 | 
			
		||||
# CONFIG_ARM920T is not set
 | 
			
		||||
# CONFIG_ARM922T is not set
 | 
			
		||||
# CONFIG_ARM926T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM_SA110 is not set
 | 
			
		||||
# CONFIG_ARM_SA1100 is not set
 | 
			
		||||
CONFIG_ARM_XSCALE=y
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# HAS_FPU is not set
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_armeb/linux"
 | 
			
		||||
C_SYMBOL_PREFIX=""
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
HAS_SHADOW=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc security related options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_SECURITY is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,160 +1,12 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
TARGET_avr32=y
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
HAVE_ELF=y
 | 
			
		||||
TARGET_ARCH="avr32"
 | 
			
		||||
ARCH_SUPPORTS_BIG_ENDIAN=y
 | 
			
		||||
UCLIBC_COMPLETELY_PIC=y
 | 
			
		||||
CONFIG_AP7000=y
 | 
			
		||||
LINKRELAX=y
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# HAS_FPU is not set
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_avr32/linux"
 | 
			
		||||
C_SYMBOL_PREFIX=""
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
ARCH_SUPPORTS_BIG_ENDIAN=y
 | 
			
		||||
CONFIG_AP7000=y
 | 
			
		||||
FORCE_SHAREABLE_TEXT_SEGMENTS=y
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
HAS_SHADOW=y
 | 
			
		||||
UNIX98PTY_ONLY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
# UCLIBC_HAS_STRING_ARCH_OPT is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_avr32/linux"
 | 
			
		||||
LINKRELAX=y
 | 
			
		||||
TARGET_ARCH="avr32"
 | 
			
		||||
TARGET_avr32=y
 | 
			
		||||
UCLIBC_COMPLETELY_PIC=y
 | 
			
		||||
# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc security related options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_SECURITY is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
# UCLIBC_HAS_STRING_ARCH_OPT is not set
 | 
			
		||||
UNIX98PTY_ONLY=y
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										122
									
								
								toolchain/uClibc/config-0.9.28/common
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										122
									
								
								toolchain/uClibc/config-0.9.28/common
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,122 @@
 | 
			
		||||
# ARCH_BIG_ENDIAN is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
# ARCH_SUPPORTS_BIG_ENDIAN is not set
 | 
			
		||||
# ARCH_SUPPORTS_LITTLE_ENDIAN is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
C_SYMBOL_PREFIX=""
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
# HAS_FPU is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
HAS_SHADOW=y
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
HAVE_ELF=y
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
KERNEL_SOURCE=""
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
# UCLIBC_SECURITY is not set
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
@@ -1,158 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
TARGET_cris=y
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
HAVE_ELF=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
TARGET_ARCH="cris"
 | 
			
		||||
CONFIG_CRIS=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# ARCH_BIG_ENDIAN is not set
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# HAS_FPU is not set
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
CONFIG_CRIS=y
 | 
			
		||||
KERNEL_SOURCE="../linux"
 | 
			
		||||
C_SYMBOL_PREFIX=""
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
TARGET_ARCH="cris"
 | 
			
		||||
TARGET_cris=y
 | 
			
		||||
# UCLIBC_CTOR_DTOR is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
HAS_SHADOW=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc security related options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_SECURITY is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
 
 | 
			
		||||
@@ -1,186 +1,29 @@
 | 
			
		||||
# 
 | 
			
		||||
# Copyright (C) 2006 OpenWrt.org
 | 
			
		||||
#
 | 
			
		||||
# This is free software, licensed under the GNU General Public License v2.
 | 
			
		||||
# See /LICENSE for more information.
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
TARGET_i386=y
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
HAVE_ELF=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
TARGET_ARCH="i386"
 | 
			
		||||
# CONFIG_GENERIC_386 is not set
 | 
			
		||||
# CONFIG_386 is not set
 | 
			
		||||
CONFIG_486=y
 | 
			
		||||
# CONFIG_586 is not set
 | 
			
		||||
# CONFIG_586MMX is not set
 | 
			
		||||
# CONFIG_686 is not set
 | 
			
		||||
# CONFIG_PENTIUMII is not set
 | 
			
		||||
# CONFIG_PENTIUMIII is not set
 | 
			
		||||
# CONFIG_PENTIUM4 is not set
 | 
			
		||||
# CONFIG_CRUSOE is not set
 | 
			
		||||
# CONFIG_CYRIXIII is not set
 | 
			
		||||
# CONFIG_ELAN is not set
 | 
			
		||||
# CONFIG_GENERIC_386 is not set
 | 
			
		||||
# CONFIG_K6 is not set
 | 
			
		||||
# CONFIG_K7 is not set
 | 
			
		||||
# CONFIG_ELAN is not set
 | 
			
		||||
# CONFIG_CRUSOE is not set
 | 
			
		||||
# CONFIG_WINCHIPC6 is not set
 | 
			
		||||
# CONFIG_WINCHIP2 is not set
 | 
			
		||||
# CONFIG_CYRIXIII is not set
 | 
			
		||||
# CONFIG_NEHEMIAH is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_1 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_2 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_3 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_4 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS32 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS64 is not set
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# ARCH_BIG_ENDIAN is not set
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# CONFIG_NEHEMIAH is not set
 | 
			
		||||
# CONFIG_PENTIUM4 is not set
 | 
			
		||||
# CONFIG_PENTIUMII is not set
 | 
			
		||||
# CONFIG_PENTIUMIII is not set
 | 
			
		||||
# CONFIG_WINCHIP2 is not set
 | 
			
		||||
# CONFIG_WINCHIPC6 is not set
 | 
			
		||||
HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_i386/linux"
 | 
			
		||||
C_SYMBOL_PREFIX=""
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
HAS_SHADOW=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc security related options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_SECURITY is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
TARGET_ARCH="i386"
 | 
			
		||||
TARGET_i386=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,171 +1,15 @@
 | 
			
		||||
# 
 | 
			
		||||
# Copyright (C) 2006 OpenWrt.org
 | 
			
		||||
#
 | 
			
		||||
# This is free software, licensed under the GNU General Public License v2.
 | 
			
		||||
# See /LICENSE for more information.
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
HAVE_ELF=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
ARCH_CFLAGS="-mno-split-addresses"
 | 
			
		||||
ARCH_SUPPORTS_BIG_ENDIAN=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_MIPS_ISA_1 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_2 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_3 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_4 is not set
 | 
			
		||||
CONFIG_MIPS_ISA_MIPS32=y
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS64 is not set
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_mips/linux"
 | 
			
		||||
C_SYMBOL_PREFIX=""
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
DL_FINI_CRT_COMPAT=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
HAS_SHADOW=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc security related options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_SECURITY is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
HAS_FPU=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_mips/linux"
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,171 +1,15 @@
 | 
			
		||||
# 
 | 
			
		||||
# Copyright (C) 2006 OpenWrt.org
 | 
			
		||||
#
 | 
			
		||||
# This is free software, licensed under the GNU General Public License v2.
 | 
			
		||||
# See /LICENSE for more information.
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
HAVE_ELF=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
ARCH_CFLAGS="-mno-split-addresses"
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_SUPPORTS_BIG_ENDIAN=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_MIPS_ISA_1 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_2 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_3 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_4 is not set
 | 
			
		||||
CONFIG_MIPS_ISA_MIPS32=y
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS64 is not set
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# ARCH_BIG_ENDIAN is not set
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_mipsel/linux"
 | 
			
		||||
C_SYMBOL_PREFIX=""
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
DL_FINI_CRT_COMPAT=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
HAS_SHADOW=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc security related options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_SECURITY is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
HAS_FPU=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_mipsel/linux"
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,40 +1,4 @@
 | 
			
		||||
# 
 | 
			
		||||
# Copyright (C) 2006 OpenWrt.org
 | 
			
		||||
#
 | 
			
		||||
# This is free software, licensed under the GNU General Public License v2.
 | 
			
		||||
# See /LICENSE for more information.
 | 
			
		||||
#
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# TARGET_nios2 is not set
 | 
			
		||||
TARGET_powerpc=y
 | 
			
		||||
# 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
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
HAVE_ELF=y
 | 
			
		||||
TARGET_ARCH="powerpc"
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
ARCH_SUPPORTS_BIG_ENDIAN=y
 | 
			
		||||
# CONFIG_MIPS_ISA_1 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_2 is not set
 | 
			
		||||
@@ -42,128 +6,8 @@ ARCH_SUPPORTS_BIG_ENDIAN=y
 | 
			
		||||
# CONFIG_MIPS_ISA_4 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS32 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS64 is not set
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_powerpc/linux"
 | 
			
		||||
C_SYMBOL_PREFIX=""
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
DL_FINI_CRT_COMPAT=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
HAS_SHADOW=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc security related options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_SECURITY is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
HAS_FPU=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_powerpc/linux"
 | 
			
		||||
TARGET_ARCH="powerpc"
 | 
			
		||||
TARGET_powerpc=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,153 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
HAVE_ELF=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
TARGET_ARCH="x86_64"
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# ARCH_BIG_ENDIAN is not set
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
ARCH_SUPPORTS_LITTLE_ENDIAN=y
 | 
			
		||||
HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_x86_64/linux"
 | 
			
		||||
C_SYMBOL_PREFIX=""
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
HAS_NO_THREADS=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
HAS_SHADOW=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc security related options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_SECURITY is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_x86_64/linux"
 | 
			
		||||
TARGET_ARCH="x86_64"
 | 
			
		||||
TARGET_x86_64=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,210 +1,24 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
# CONFIG_ARM_OABI is not set
 | 
			
		||||
CONFIG_ARM_EABI=y
 | 
			
		||||
USE_BX=y
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM610 is not set
 | 
			
		||||
# CONFIG_ARM710 is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
# CONFIG_ARM720T is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
# CONFIG_ARM920T is not set
 | 
			
		||||
# CONFIG_ARM922T is not set
 | 
			
		||||
# CONFIG_ARM926T is not set
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
CONFIG_ARM_EABI=y
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
# CONFIG_ARM_OABI is not set
 | 
			
		||||
# CONFIG_ARM_SA110 is not set
 | 
			
		||||
# CONFIG_ARM_SA1100 is not set
 | 
			
		||||
CONFIG_ARM_XSCALE=y
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
# ARCH_WANTS_BIG_ENDIAN is not set
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_arm/linux"
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_arm/linux/include"
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_arm/linux"
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,210 +1,25 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
# CONFIG_ARM_OABI is not set
 | 
			
		||||
CONFIG_ARM_EABI=y
 | 
			
		||||
# USE_BX is not set
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM610 is not set
 | 
			
		||||
# CONFIG_ARM710 is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
# CONFIG_ARM720T is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
CONFIG_ARM920T=y
 | 
			
		||||
# CONFIG_ARM922T is not set
 | 
			
		||||
# CONFIG_ARM926T is not set
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
CONFIG_ARM_EABI=y
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
# CONFIG_ARM_OABI is not set
 | 
			
		||||
# CONFIG_ARM_SA110 is not set
 | 
			
		||||
# CONFIG_ARM_SA1100 is not set
 | 
			
		||||
# CONFIG_ARM_XSCALE is not set
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
# ARCH_WANTS_BIG_ENDIAN is not set
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_arm/linux"
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_arm/linux/include"
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_arm/linux"
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
# USE_BX is not set
 | 
			
		||||
 
 | 
			
		||||
@@ -1,211 +1,25 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
# CONFIG_ARM_OABI is not set
 | 
			
		||||
CONFIG_ARM_EABI=y
 | 
			
		||||
USE_BX=y
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
# CONFIG_ARM610 is not set
 | 
			
		||||
# CONFIG_ARM710 is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
# CONFIG_ARM720T is not set
 | 
			
		||||
# CONFIG_ARM920T is not set
 | 
			
		||||
# CONFIG_ARM922T is not set
 | 
			
		||||
# CONFIG_ARM926T is not set
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
# CONFIG_ARM_SA110 is not set
 | 
			
		||||
# CONFIG_ARM_SA1100 is not set
 | 
			
		||||
CONFIG_ARM_XSCALE=y
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
ARCH_WANTS_BIG_ENDIAN=y
 | 
			
		||||
# ARCH_WANTS_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_armeb/linux"
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM610 is not set
 | 
			
		||||
# CONFIG_ARM710 is not set
 | 
			
		||||
# CONFIG_ARM720T is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
# CONFIG_ARM920T is not set
 | 
			
		||||
# CONFIG_ARM922T is not set
 | 
			
		||||
# CONFIG_ARM926T is not set
 | 
			
		||||
CONFIG_ARM_EABI=y
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
# CONFIG_ARM_OABI is not set
 | 
			
		||||
# CONFIG_ARM_SA110 is not set
 | 
			
		||||
# CONFIG_ARM_SA1100 is not set
 | 
			
		||||
CONFIG_ARM_XSCALE=y
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_armeb/linux/include"
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_armeb/linux"
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,195 +1,15 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
TARGET_avr32=y
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="avr32"
 | 
			
		||||
ARCH_WANTS_BIG_ENDIAN=y
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
UCLIBC_COMPLETELY_PIC=y
 | 
			
		||||
CONFIG_AP7000=y
 | 
			
		||||
LINKRELAX=y
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
# ARCH_HAS_NO_MMU is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_avr32/linux/include"
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_avr32/linux/include"
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_WANTS_BIG_ENDIAN=y
 | 
			
		||||
CONFIG_AP7000=y
 | 
			
		||||
FORCE_SHAREABLE_TEXT_SEGMENTS=y
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UNIX98PTY_ONLY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
# UCLIBC_HAS_STRING_ARCH_OPT is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_avr32/linux/include"
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_avr32/linux/include"
 | 
			
		||||
LINKRELAX=y
 | 
			
		||||
TARGET_ARCH="avr32"
 | 
			
		||||
TARGET_avr32=y
 | 
			
		||||
UCLIBC_COMPLETELY_PIC=y
 | 
			
		||||
# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
# UCLIBC_HAS_STRING_ARCH_OPT is not set
 | 
			
		||||
UNIX98PTY_ONLY=y
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										152
									
								
								toolchain/uClibc/config-0.9.29/common
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										152
									
								
								toolchain/uClibc/config-0.9.29/common
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,152 @@
 | 
			
		||||
# ARCH_ANY_ENDIAN is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
# ARCH_WANTS_BIG_ENDIAN is not set
 | 
			
		||||
# ARCH_WANTS_LITTLE_ENDIAN is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
# DL_FINI_CRT_COMPAT is not set
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
KERNEL_HEADERS=""
 | 
			
		||||
KERNEL_SOURCE=""
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
USE_BX=y
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
@@ -1,196 +1,8 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Fri May  2 20:06:55 2008
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
TARGET_cris=y
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="cris"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
CONFIG_CRIS=y
 | 
			
		||||
# CONFIG_CRISV32 is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using Little Endian
 | 
			
		||||
#
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_cris/linux"
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
TARGET_ARCH="cris"
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
TARGET_cris=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y 
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
 
 | 
			
		||||
@@ -1,212 +1,23 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Fri Dec 28 21:51:36 2007
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
TARGET_i386=y
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="i386"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
# CONFIG_GENERIC_386 is not set
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_386 is not set
 | 
			
		||||
CONFIG_486=y
 | 
			
		||||
# CONFIG_586 is not set
 | 
			
		||||
# CONFIG_586MMX is not set
 | 
			
		||||
# CONFIG_686 is not set
 | 
			
		||||
# CONFIG_PENTIUMII is not set
 | 
			
		||||
# CONFIG_PENTIUMIII is not set
 | 
			
		||||
# CONFIG_PENTIUM4 is not set
 | 
			
		||||
# CONFIG_CRUSOE is not set
 | 
			
		||||
# CONFIG_CYRIXIII is not set
 | 
			
		||||
# CONFIG_ELAN is not set
 | 
			
		||||
# CONFIG_GENERIC_386 is not set
 | 
			
		||||
# CONFIG_K6 is not set
 | 
			
		||||
# CONFIG_K7 is not set
 | 
			
		||||
# CONFIG_ELAN is not set
 | 
			
		||||
# CONFIG_CRUSOE is not set
 | 
			
		||||
# CONFIG_WINCHIPC6 is not set
 | 
			
		||||
# CONFIG_WINCHIP2 is not set
 | 
			
		||||
# CONFIG_CYRIXIII is not set
 | 
			
		||||
# CONFIG_NEHEMIAH is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using Little Endian
 | 
			
		||||
#
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# CONFIG_PENTIUM4 is not set
 | 
			
		||||
# CONFIG_PENTIUMII is not set
 | 
			
		||||
# CONFIG_PENTIUMIII is not set
 | 
			
		||||
# CONFIG_WINCHIP2 is not set
 | 
			
		||||
# CONFIG_WINCHIPC6 is not set
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
# LINUXTHREADS_OLD is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
TARGET_ARCH="i386"
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
TARGET_i386=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,212 +1,23 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Fri Dec 28 21:51:36 2007
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
TARGET_i386=y
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="i386"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
# CONFIG_GENERIC_386 is not set
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_386 is not set
 | 
			
		||||
# CONFIG_486 is not set
 | 
			
		||||
# CONFIG_586 is not set
 | 
			
		||||
# CONFIG_586MMX is not set
 | 
			
		||||
CONFIG_686=y
 | 
			
		||||
# CONFIG_PENTIUMII is not set
 | 
			
		||||
# CONFIG_PENTIUMIII is not set
 | 
			
		||||
# CONFIG_PENTIUM4 is not set
 | 
			
		||||
# CONFIG_CRUSOE is not set
 | 
			
		||||
# CONFIG_CYRIXIII is not set
 | 
			
		||||
# CONFIG_ELAN is not set
 | 
			
		||||
# CONFIG_GENERIC_386 is not set
 | 
			
		||||
# CONFIG_K6 is not set
 | 
			
		||||
# CONFIG_K7 is not set
 | 
			
		||||
# CONFIG_ELAN is not set
 | 
			
		||||
# CONFIG_CRUSOE is not set
 | 
			
		||||
# CONFIG_WINCHIPC6 is not set
 | 
			
		||||
# CONFIG_WINCHIP2 is not set
 | 
			
		||||
# CONFIG_CYRIXIII is not set
 | 
			
		||||
# CONFIG_NEHEMIAH is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using Little Endian
 | 
			
		||||
#
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# CONFIG_PENTIUM4 is not set
 | 
			
		||||
# CONFIG_PENTIUMII is not set
 | 
			
		||||
# CONFIG_PENTIUMIII is not set
 | 
			
		||||
# CONFIG_WINCHIP2 is not set
 | 
			
		||||
# CONFIG_WINCHIPC6 is not set
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
# LINUXTHREADS_OLD is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
TARGET_ARCH="i386"
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
TARGET_i386=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,208 +1,19 @@
 | 
			
		||||
#
 | 
			
		||||
# Copyright (C) 2006 OpenWrt.org
 | 
			
		||||
#
 | 
			
		||||
# This is free software, licensed under the GNU General Public License v2.
 | 
			
		||||
# See /LICENSE for more information.
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
ARCH_CFLAGS="-mno-split-addresses"
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
ARCH_CFLAGS="-mno-split-addresses"
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_WANTS_BIG_ENDIAN=y
 | 
			
		||||
# ARCH_WANTS_LITTLE_ENDIAN is not set
 | 
			
		||||
CONFIG_MIPS_O32_ABI=y
 | 
			
		||||
# CONFIG_MIPS_N32_ABI is not set
 | 
			
		||||
# CONFIG_MIPS_N64_ABI is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_1 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_2 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_3 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_4 is not set
 | 
			
		||||
CONFIG_MIPS_ISA_MIPS32=y
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS64 is not set
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_mips/linux"
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_mips/linux/include"
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# CONFIG_MIPS_N32_ABI is not set
 | 
			
		||||
# CONFIG_MIPS_N64_ABI is not set
 | 
			
		||||
CONFIG_MIPS_O32_ABI=y
 | 
			
		||||
DL_FINI_CRT_COMPAT=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_mips/linux/include"
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_mips/linux"
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,208 +1,19 @@
 | 
			
		||||
#
 | 
			
		||||
# Copyright (C) 2006 OpenWrt.org
 | 
			
		||||
#
 | 
			
		||||
# This is free software, licensed under the GNU General Public License v2.
 | 
			
		||||
# See /LICENSE for more information.
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
ARCH_CFLAGS="-mno-split-addresses"
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
# ARCH_WANTS_BIG_ENDIAN is not set
 | 
			
		||||
# ARCH_BIG_ENDIAN is not set
 | 
			
		||||
ARCH_CFLAGS="-mno-split-addresses"
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
CONFIG_MIPS_O32_ABI=y
 | 
			
		||||
# CONFIG_MIPS_N32_ABI is not set
 | 
			
		||||
# CONFIG_MIPS_N64_ABI is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_1 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_2 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_3 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_4 is not set
 | 
			
		||||
CONFIG_MIPS_ISA_MIPS32=y
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS64 is not set
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# ARCH_BIG_ENDIAN is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_mipsel/linux"
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_mipsel/linux/include"
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
# CONFIG_MIPS_N32_ABI is not set
 | 
			
		||||
# CONFIG_MIPS_N64_ABI is not set
 | 
			
		||||
CONFIG_MIPS_O32_ABI=y
 | 
			
		||||
DL_FINI_CRT_COMPAT=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_mipsel/linux/include"
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_mipsel/linux"
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,197 +1,8 @@
 | 
			
		||||
#
 | 
			
		||||
# Copyright (C) 2006 OpenWrt.org
 | 
			
		||||
#
 | 
			
		||||
# This is free software, licensed under the GNU General Public License v2.
 | 
			
		||||
# See /LICENSE for more information.
 | 
			
		||||
#
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# TARGET_nios2 is not set
 | 
			
		||||
TARGET_powerpc=y
 | 
			
		||||
# TARGET_sh is not set
 | 
			
		||||
# TARGET_sh64 is not set
 | 
			
		||||
# TARGET_sparc is not set
 | 
			
		||||
# TARGET_v850 is not set
 | 
			
		||||
# TARGET_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="powerpc"
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
CONFIG_CLASSIC=y
 | 
			
		||||
# CONFIG_E500 is not set
 | 
			
		||||
# ARCH_ANY_ENDIAN is not set
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_powerpc/linux"
 | 
			
		||||
KERNEL_HEADERS="./toolchain_build_powerpc/linux/include"
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
BUILD_UCLIBC_LDSO=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
KERNEL_SOURCE="./toolchain_build_powerpc/linux"
 | 
			
		||||
TARGET_ARCH="powerpc"
 | 
			
		||||
TARGET_powerpc=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,195 +1,5 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Fri Dec 28 21:51:36 2007
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
TARGET_x86_64=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="x86_64"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using Little Endian
 | 
			
		||||
#
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# HAVE_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
# UCLIBC_SUSV3_LEGACY is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Networking Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
TARGET_ARCH="x86_64"
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
TARGET_x86_64=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,243 +1,25 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
CONFIG_ARM_OABI=y
 | 
			
		||||
# CONFIG_ARM_EABI is not set
 | 
			
		||||
USE_BX=y
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM610 is not set
 | 
			
		||||
# CONFIG_ARM710 is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
# CONFIG_ARM720T is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
# CONFIG_ARM920T is not set
 | 
			
		||||
# CONFIG_ARM922T is not set
 | 
			
		||||
# CONFIG_ARM926T is not set
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
# CONFIG_ARM_CORTEX_M3 is not set
 | 
			
		||||
# CONFIG_ARM_CORTEX_M1 is not set
 | 
			
		||||
# CONFIG_ARM_CORTEX_M3 is not set
 | 
			
		||||
# CONFIG_ARM_EABI is not set
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
CONFIG_ARM_OABI=y
 | 
			
		||||
# CONFIG_ARM_SA110 is not set
 | 
			
		||||
# CONFIG_ARM_SA1100 is not set
 | 
			
		||||
CONFIG_ARM_XSCALE=y
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# ARCH_WANTS_BIG_ENDIAN is not set
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# UCLIBC_HAS_FPU is not set
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,243 +1,26 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
CONFIG_ARM_OABI=y
 | 
			
		||||
# CONFIG_ARM_EABI is not set
 | 
			
		||||
# USE_BX is not set
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM610 is not set
 | 
			
		||||
# CONFIG_ARM710 is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
# CONFIG_ARM720T is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
CONFIG_ARM920T=y
 | 
			
		||||
# CONFIG_ARM922T is not set
 | 
			
		||||
# CONFIG_ARM926T is not set
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
# CONFIG_ARM_CORTEX_M3 is not set
 | 
			
		||||
# CONFIG_ARM_CORTEX_M1 is not set
 | 
			
		||||
# CONFIG_ARM_CORTEX_M3 is not set
 | 
			
		||||
# CONFIG_ARM_EABI is not set
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
CONFIG_ARM_OABI=y
 | 
			
		||||
# CONFIG_ARM_SA110 is not set
 | 
			
		||||
# CONFIG_ARM_SA1100 is not set
 | 
			
		||||
# CONFIG_ARM_XSCALE is not set
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# ARCH_WANTS_BIG_ENDIAN is not set
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# UCLIBC_HAS_FPU is not set
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
# USE_BX is not set
 | 
			
		||||
 
 | 
			
		||||
@@ -1,243 +1,25 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
CONFIG_ARM_OABI=y
 | 
			
		||||
# CONFIG_ARM_EABI is not set
 | 
			
		||||
USE_BX=y
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
# CONFIG_ARM610 is not set
 | 
			
		||||
# CONFIG_ARM710 is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
# CONFIG_ARM720T is not set
 | 
			
		||||
# CONFIG_ARM920T is not set
 | 
			
		||||
# CONFIG_ARM922T is not set
 | 
			
		||||
# CONFIG_ARM926T is not set
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
# CONFIG_ARM_CORTEX_M3 is not set
 | 
			
		||||
# CONFIG_ARM_CORTEX_M1 is not set
 | 
			
		||||
# CONFIG_ARM_SA110 is not set
 | 
			
		||||
# CONFIG_ARM_SA1100 is not set
 | 
			
		||||
CONFIG_ARM_XSCALE=y
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
ARCH_WANTS_BIG_ENDIAN=y
 | 
			
		||||
# ARCH_WANTS_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# UCLIBC_HAS_FPU is not set
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
# CONFIG_ARM10T is not set
 | 
			
		||||
# CONFIG_ARM1136JF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZF_S is not set
 | 
			
		||||
# CONFIG_ARM1176JZ_S is not set
 | 
			
		||||
# CONFIG_ARM610 is not set
 | 
			
		||||
# CONFIG_ARM710 is not set
 | 
			
		||||
# CONFIG_ARM720T is not set
 | 
			
		||||
# CONFIG_ARM7TDMI is not set
 | 
			
		||||
# CONFIG_ARM920T is not set
 | 
			
		||||
# CONFIG_ARM922T is not set
 | 
			
		||||
# CONFIG_ARM926T is not set
 | 
			
		||||
# CONFIG_ARM_CORTEX_M1 is not set
 | 
			
		||||
# CONFIG_ARM_CORTEX_M3 is not set
 | 
			
		||||
# CONFIG_ARM_EABI is not set
 | 
			
		||||
# CONFIG_ARM_IWMMXT is not set
 | 
			
		||||
CONFIG_ARM_OABI=y
 | 
			
		||||
# CONFIG_ARM_SA110 is not set
 | 
			
		||||
# CONFIG_ARM_SA1100 is not set
 | 
			
		||||
CONFIG_ARM_XSCALE=y
 | 
			
		||||
# CONFIG_GENERIC_ARM is not set
 | 
			
		||||
TARGET_ARCH="arm"
 | 
			
		||||
TARGET_arm=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,223 +1,10 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
TARGET_avr32=y
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="avr32"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
CONFIG_AVR32_AP7=y
 | 
			
		||||
LINKRELAX=y
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using Big Endian
 | 
			
		||||
#
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
CONFIG_AVR32_AP7=y
 | 
			
		||||
FORCE_SHAREABLE_TEXT_SEGMENTS=y
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
UNIX98PTY_ONLY=y
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
# UCLIBC_HAS_STRING_ARCH_OPT is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
LINKRELAX=y
 | 
			
		||||
TARGET_ARCH="avr32"
 | 
			
		||||
TARGET_avr32=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
# UCLIBC_HAS_STRING_ARCH_OPT is not set
 | 
			
		||||
UNIX98PTY_ONLY=y
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										178
									
								
								toolchain/uClibc/config-0.9.30/common
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										178
									
								
								toolchain/uClibc/config-0.9.30/common
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,178 @@
 | 
			
		||||
# ARCH_ANY_ENDIAN is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
# ARCH_WANTS_BIG_ENDIAN is not set
 | 
			
		||||
# ARCH_WANTS_LITTLE_ENDIAN is not set
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
# UCLIBC_HAS_FPU is not set
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
USE_BX=y
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
@@ -1,223 +1,6 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
TARGET_cris=y
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="cris"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
CONFIG_CRIS=y
 | 
			
		||||
# CONFIG_CRISV32 is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using Little Endian
 | 
			
		||||
#
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
TARGET_ARCH="cris"
 | 
			
		||||
TARGET_cris=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
 
 | 
			
		||||
@@ -1,241 +1,24 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
TARGET_i386=y
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="i386"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
# CONFIG_GENERIC_386 is not set
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_386 is not set
 | 
			
		||||
CONFIG_486=y
 | 
			
		||||
# CONFIG_586 is not set
 | 
			
		||||
# CONFIG_586MMX is not set
 | 
			
		||||
# CONFIG_686 is not set
 | 
			
		||||
# CONFIG_PENTIUMII is not set
 | 
			
		||||
# CONFIG_PENTIUMIII is not set
 | 
			
		||||
# CONFIG_PENTIUM4 is not set
 | 
			
		||||
# CONFIG_CRUSOE is not set
 | 
			
		||||
# CONFIG_CYRIXIII is not set
 | 
			
		||||
# CONFIG_ELAN is not set
 | 
			
		||||
# CONFIG_GENERIC_386 is not set
 | 
			
		||||
# CONFIG_K6 is not set
 | 
			
		||||
# CONFIG_K7 is not set
 | 
			
		||||
# CONFIG_ELAN is not set
 | 
			
		||||
# CONFIG_CRUSOE is not set
 | 
			
		||||
# CONFIG_WINCHIPC6 is not set
 | 
			
		||||
# CONFIG_WINCHIP2 is not set
 | 
			
		||||
# CONFIG_CYRIXIII is not set
 | 
			
		||||
# CONFIG_NEHEMIAH is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using Little Endian
 | 
			
		||||
#
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
UCLIBC_HAS_LONG_DOUBLE_MATH=y
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
# LINUXTHREADS_OLD is not set
 | 
			
		||||
# CONFIG_PENTIUM4 is not set
 | 
			
		||||
# CONFIG_PENTIUMII is not set
 | 
			
		||||
# CONFIG_PENTIUMIII is not set
 | 
			
		||||
# CONFIG_WINCHIP2 is not set
 | 
			
		||||
# CONFIG_WINCHIPC6 is not set
 | 
			
		||||
LINUXTHREADS_NEW=y
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
# LINUXTHREADS_OLD is not set
 | 
			
		||||
TARGET_ARCH="i386"
 | 
			
		||||
TARGET_i386=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
UCLIBC_HAS_LONG_DOUBLE_MATH=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,241 +1,24 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
TARGET_i386=y
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="i386"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
# CONFIG_GENERIC_386 is not set
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_386 is not set
 | 
			
		||||
# CONFIG_486 is not set
 | 
			
		||||
# CONFIG_586 is not set
 | 
			
		||||
# CONFIG_586MMX is not set
 | 
			
		||||
CONFIG_686=y
 | 
			
		||||
# CONFIG_PENTIUMII is not set
 | 
			
		||||
# CONFIG_PENTIUMIII is not set
 | 
			
		||||
# CONFIG_PENTIUM4 is not set
 | 
			
		||||
# CONFIG_CRUSOE is not set
 | 
			
		||||
# CONFIG_CYRIXIII is not set
 | 
			
		||||
# CONFIG_ELAN is not set
 | 
			
		||||
# CONFIG_GENERIC_386 is not set
 | 
			
		||||
# CONFIG_K6 is not set
 | 
			
		||||
# CONFIG_K7 is not set
 | 
			
		||||
# CONFIG_ELAN is not set
 | 
			
		||||
# CONFIG_CRUSOE is not set
 | 
			
		||||
# CONFIG_WINCHIPC6 is not set
 | 
			
		||||
# CONFIG_WINCHIP2 is not set
 | 
			
		||||
# CONFIG_CYRIXIII is not set
 | 
			
		||||
# CONFIG_NEHEMIAH is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using Little Endian
 | 
			
		||||
#
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
UCLIBC_HAS_LONG_DOUBLE_MATH=y
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
# LINUXTHREADS_OLD is not set
 | 
			
		||||
# CONFIG_PENTIUM4 is not set
 | 
			
		||||
# CONFIG_PENTIUMII is not set
 | 
			
		||||
# CONFIG_PENTIUMIII is not set
 | 
			
		||||
# CONFIG_WINCHIP2 is not set
 | 
			
		||||
# CONFIG_WINCHIPC6 is not set
 | 
			
		||||
LINUXTHREADS_NEW=y
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
# LINUXTHREADS_OLD is not set
 | 
			
		||||
TARGET_ARCH="i386"
 | 
			
		||||
TARGET_i386=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
UCLIBC_HAS_LONG_DOUBLE_MATH=y
 | 
			
		||||
 
 | 
			
		||||
@@ -1,42 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
ARCH_CFLAGS="-mno-split-addresses"
 | 
			
		||||
CONFIG_MIPS_O32_ABI=y
 | 
			
		||||
# CONFIG_MIPS_N32_ABI is not set
 | 
			
		||||
# CONFIG_MIPS_N64_ABI is not set
 | 
			
		||||
ARCH_WANTS_BIG_ENDIAN=y
 | 
			
		||||
# CONFIG_MIPS_ISA_1 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_2 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_3 is not set
 | 
			
		||||
@@ -44,189 +9,9 @@ CONFIG_MIPS_O32_ABI=y
 | 
			
		||||
CONFIG_MIPS_ISA_MIPS32=y
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS32R2 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS64 is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
ARCH_WANTS_BIG_ENDIAN=y
 | 
			
		||||
# ARCH_WANTS_LITTLE_ENDIAN is not set
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# CONFIG_MIPS_N32_ABI is not set
 | 
			
		||||
# CONFIG_MIPS_N64_ABI is not set
 | 
			
		||||
CONFIG_MIPS_O32_ABI=y
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
 
 | 
			
		||||
@@ -1,42 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_CFLAGS="-mno-split-addresses"
 | 
			
		||||
CONFIG_MIPS_O32_ABI=y
 | 
			
		||||
# CONFIG_MIPS_N32_ABI is not set
 | 
			
		||||
# CONFIG_MIPS_N64_ABI is not set
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
# CONFIG_MIPS_ISA_1 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_2 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_3 is not set
 | 
			
		||||
@@ -44,189 +9,9 @@ CONFIG_MIPS_O32_ABI=y
 | 
			
		||||
CONFIG_MIPS_ISA_MIPS32=y
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS32R2 is not set
 | 
			
		||||
# CONFIG_MIPS_ISA_MIPS64 is not set
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_ANY_ENDIAN=y
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
# ARCH_WANTS_BIG_ENDIAN is not set
 | 
			
		||||
ARCH_WANTS_LITTLE_ENDIAN=y
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# CONFIG_MIPS_N32_ABI is not set
 | 
			
		||||
# CONFIG_MIPS_N64_ABI is not set
 | 
			
		||||
CONFIG_MIPS_O32_ABI=y
 | 
			
		||||
TARGET_ARCH="mips"
 | 
			
		||||
TARGET_mips=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
 
 | 
			
		||||
@@ -1,226 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# TARGET_nios2 is not set
 | 
			
		||||
TARGET_powerpc=y
 | 
			
		||||
# TARGET_sh is not set
 | 
			
		||||
# TARGET_sh64 is not set
 | 
			
		||||
# TARGET_sparc is not set
 | 
			
		||||
# TARGET_v850 is not set
 | 
			
		||||
# TARGET_vax is not set
 | 
			
		||||
# TARGET_x86_64 is not set
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="powerpc"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
CONFIG_CLASSIC=y
 | 
			
		||||
# CONFIG_E500 is not set
 | 
			
		||||
TARGET_ARCH="powerpc"
 | 
			
		||||
TARGET_SUBARCH="classic"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_BIG_ENDIAN=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using Big Endian
 | 
			
		||||
#
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
# UCLIBC_HAS_FPU is not set
 | 
			
		||||
UCLIBC_HAS_SOFT_FLOAT=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
TARGET_powerpc=y
 | 
			
		||||
UCLIBC_HAS_LONG_DOUBLE_MATH=y
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
 
 | 
			
		||||
@@ -1,224 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated make config: don't edit
 | 
			
		||||
# Version: 0.9.30
 | 
			
		||||
#
 | 
			
		||||
# TARGET_alpha is not set
 | 
			
		||||
# TARGET_arm is not set
 | 
			
		||||
# TARGET_avr32 is not set
 | 
			
		||||
# TARGET_bfin is not set
 | 
			
		||||
# TARGET_cris is not set
 | 
			
		||||
# TARGET_e1 is not set
 | 
			
		||||
# TARGET_frv is not set
 | 
			
		||||
# TARGET_h8300 is not set
 | 
			
		||||
# TARGET_hppa is not set
 | 
			
		||||
# TARGET_i386 is not set
 | 
			
		||||
# TARGET_i960 is not set
 | 
			
		||||
# TARGET_ia64 is not set
 | 
			
		||||
# TARGET_m68k is not set
 | 
			
		||||
# TARGET_microblaze is not set
 | 
			
		||||
# TARGET_mips is not set
 | 
			
		||||
# TARGET_nios is not set
 | 
			
		||||
# 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_vax is not set
 | 
			
		||||
TARGET_x86_64=y
 | 
			
		||||
# TARGET_xtensa is not set
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Target Architecture Features and Options
 | 
			
		||||
#
 | 
			
		||||
TARGET_ARCH="x86_64"
 | 
			
		||||
FORCE_OPTIONS_FOR_ARCH=y
 | 
			
		||||
TARGET_SUBARCH=""
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using ELF file format
 | 
			
		||||
#
 | 
			
		||||
ARCH_LITTLE_ENDIAN=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Using Little Endian
 | 
			
		||||
#
 | 
			
		||||
ARCH_HAS_MMU=y
 | 
			
		||||
ARCH_USE_MMU=y
 | 
			
		||||
UCLIBC_HAS_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
DO_C99_MATH=y
 | 
			
		||||
# UCLIBC_HAS_FENV is not set
 | 
			
		||||
UCLIBC_HAS_LONG_DOUBLE_MATH=y
 | 
			
		||||
KERNEL_HEADERS="."
 | 
			
		||||
HAVE_DOT_CONFIG=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# General Library Settings
 | 
			
		||||
#
 | 
			
		||||
# HAVE_NO_PIC is not set
 | 
			
		||||
DOPIC=y
 | 
			
		||||
# ARCH_HAS_NO_SHARED is not set
 | 
			
		||||
# ARCH_HAS_NO_LDSO is not set
 | 
			
		||||
HAVE_SHARED=y
 | 
			
		||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
 | 
			
		||||
LDSO_LDD_SUPPORT=y
 | 
			
		||||
LDSO_CACHE_SUPPORT=y
 | 
			
		||||
# LDSO_PRELOAD_FILE_SUPPORT is not set
 | 
			
		||||
LDSO_BASE_FILENAME="ld.so"
 | 
			
		||||
# UCLIBC_STATIC_LDCONFIG is not set
 | 
			
		||||
LDSO_RUNPATH=y
 | 
			
		||||
UCLIBC_CTOR_DTOR=y
 | 
			
		||||
# LDSO_GNU_HASH_SUPPORT is not set
 | 
			
		||||
# HAS_NO_THREADS is not set
 | 
			
		||||
UCLIBC_HAS_THREADS=y
 | 
			
		||||
# PTHREADS_DEBUG_SUPPORT is not set
 | 
			
		||||
LINUXTHREADS_OLD=y
 | 
			
		||||
# LINUXTHREADS_NEW is not set
 | 
			
		||||
UCLIBC_HAS_SYSLOG=y
 | 
			
		||||
UCLIBC_HAS_LFS=y
 | 
			
		||||
# MALLOC is not set
 | 
			
		||||
# MALLOC_SIMPLE is not set
 | 
			
		||||
MALLOC_STANDARD=y
 | 
			
		||||
MALLOC_GLIBC_COMPAT=y
 | 
			
		||||
UCLIBC_DYNAMIC_ATEXIT=y
 | 
			
		||||
COMPAT_ATEXIT=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY=y
 | 
			
		||||
UCLIBC_SUSV3_LEGACY_MACROS=y
 | 
			
		||||
# UCLIBC_HAS_STUBS is not set
 | 
			
		||||
UCLIBC_HAS_SHADOW=y
 | 
			
		||||
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
 | 
			
		||||
UCLIBC_HAS___PROGNAME=y
 | 
			
		||||
UCLIBC_HAS_PTY=y
 | 
			
		||||
ASSUME_DEVPTS=y
 | 
			
		||||
# UNIX98PTY_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_GETPT=y
 | 
			
		||||
UCLIBC_HAS_TM_EXTENSIONS=y
 | 
			
		||||
UCLIBC_HAS_TZ_CACHING=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE=y
 | 
			
		||||
UCLIBC_HAS_TZ_FILE_READ_MANY=y
 | 
			
		||||
UCLIBC_TZ_FILE_PATH="/etc/TZ"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Advanced Library Settings
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_PWD_BUFFER_SIZE=256
 | 
			
		||||
UCLIBC_GRP_BUFFER_SIZE=256
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Support various families of functions
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_LINUX_MODULE_24 is not set
 | 
			
		||||
UCLIBC_LINUX_SPECIFIC=y
 | 
			
		||||
UCLIBC_HAS_GNU_ERROR=y
 | 
			
		||||
TARGET_ARCH="x86_64"
 | 
			
		||||
TARGET_x86_64=y
 | 
			
		||||
UCLIBC_BSD_SPECIFIC=y 
 | 
			
		||||
UCLIBC_HAS_BSD_ERR=y
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
 | 
			
		||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
 | 
			
		||||
# UCLIBC_NTP_LEGACY is not set
 | 
			
		||||
# UCLIBC_SV4_DEPRECATED is not set
 | 
			
		||||
UCLIBC_HAS_REALTIME=y
 | 
			
		||||
# UCLIBC_HAS_ADVANCED_REALTIME is not set
 | 
			
		||||
UCLIBC_HAS_EPOLL=y
 | 
			
		||||
# UCLIBC_HAS_XATTR is not set
 | 
			
		||||
# UCLIBC_HAS_PROFILING is not set
 | 
			
		||||
UCLIBC_HAS_CRYPT_IMPL=y
 | 
			
		||||
UCLIBC_HAS_CRYPT=y
 | 
			
		||||
UCLIBC_HAS_NETWORK_SUPPORT=y
 | 
			
		||||
UCLIBC_HAS_SOCKET=y
 | 
			
		||||
UCLIBC_HAS_IPV4=y
 | 
			
		||||
UCLIBC_HAS_IPV6=y
 | 
			
		||||
UCLIBC_HAS_RPC=y
 | 
			
		||||
UCLIBC_HAS_FULL_RPC=y
 | 
			
		||||
# UCLIBC_HAS_REENTRANT_RPC is not set
 | 
			
		||||
UCLIBC_USE_NETLINK=y
 | 
			
		||||
# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
 | 
			
		||||
UCLIBC_HAS_BSD_RES_CLOSE=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# String and Stdio Support
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_STRING_GENERIC_OPT=y
 | 
			
		||||
UCLIBC_HAS_STRING_ARCH_OPT=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_TABLES=y
 | 
			
		||||
UCLIBC_HAS_CTYPE_SIGNED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_UNSAFE is not set
 | 
			
		||||
UCLIBC_HAS_CTYPE_CHECKED=y
 | 
			
		||||
# UCLIBC_HAS_CTYPE_ENFORCED is not set
 | 
			
		||||
UCLIBC_HAS_WCHAR=y
 | 
			
		||||
# UCLIBC_HAS_LOCALE is not set
 | 
			
		||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
 | 
			
		||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
 | 
			
		||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
 | 
			
		||||
# 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
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUFSIZ_4096=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 | 
			
		||||
# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
 | 
			
		||||
UCLIBC_HAS_STDIO_GETC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_PUTC_MACRO=y
 | 
			
		||||
UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 | 
			
		||||
# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 | 
			
		||||
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 | 
			
		||||
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 | 
			
		||||
UCLIBC_HAS_PRINTF_M_SPEC=y
 | 
			
		||||
UCLIBC_HAS_ERRNO_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_ERRLIST is not set
 | 
			
		||||
UCLIBC_HAS_SIGNUM_MESSAGES=y
 | 
			
		||||
# UCLIBC_HAS_SYS_SIGLIST is not set
 | 
			
		||||
UCLIBC_HAS_GNU_GETOPT=y
 | 
			
		||||
UCLIBC_HAS_GNU_GETSUBOPT=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Big and Tall
 | 
			
		||||
#
 | 
			
		||||
UCLIBC_HAS_REGEX=y
 | 
			
		||||
UCLIBC_HAS_REGEX_OLD=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH=y
 | 
			
		||||
UCLIBC_HAS_FNMATCH_OLD=y
 | 
			
		||||
UCLIBC_HAS_WORDEXP=y
 | 
			
		||||
UCLIBC_HAS_FTW=y
 | 
			
		||||
UCLIBC_HAS_GLOB=y
 | 
			
		||||
UCLIBC_HAS_GNU_GLOB=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Library Installation Options
 | 
			
		||||
#
 | 
			
		||||
SHARED_LIB_LOADER_PREFIX="/lib"
 | 
			
		||||
RUNTIME_PREFIX="/"
 | 
			
		||||
DEVEL_PREFIX="/usr/"
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Security options
 | 
			
		||||
#
 | 
			
		||||
# UCLIBC_BUILD_PIE is not set
 | 
			
		||||
# UCLIBC_HAS_ARC4RANDOM is not set
 | 
			
		||||
# HAVE_NO_SSP is not set
 | 
			
		||||
# UCLIBC_HAS_SSP is not set
 | 
			
		||||
UCLIBC_BUILD_RELRO=y
 | 
			
		||||
# UCLIBC_BUILD_NOW is not set
 | 
			
		||||
UCLIBC_BUILD_NOEXECSTACK=y
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# uClibc development/debugging options
 | 
			
		||||
#
 | 
			
		||||
CROSS_COMPILER_PREFIX=""
 | 
			
		||||
UCLIBC_EXTRA_CFLAGS=""
 | 
			
		||||
# DODEBUG is not set
 | 
			
		||||
# DODEBUG_PT is not set
 | 
			
		||||
DOSTRIP=y
 | 
			
		||||
# DOASSERTS is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG is not set
 | 
			
		||||
# SUPPORT_LD_DEBUG_EARLY is not set
 | 
			
		||||
# UCLIBC_MALLOC_DEBUGGING is not set
 | 
			
		||||
WARNINGS="-Wall"
 | 
			
		||||
# EXTRA_WARNINGS is not set
 | 
			
		||||
# DOMULTI is not set
 | 
			
		||||
# UCLIBC_MJN3_ONLY is not set
 | 
			
		||||
UCLIBC_HAS_FPU=y
 | 
			
		||||
UCLIBC_HAS_LONG_DOUBLE_MATH=y
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user