Update this ARM sample to use uClibc-0.9.30.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Nov 17 10:01:14 2008 +0000 (2008-11-17)
changeset 1050ae0e7caa52f6
parent 1049 50e04e05cfa1
child 1051 0d2177613476
Update this ARM sample to use uClibc-0.9.30.

/trunk/samples/arm-unknown-linux-uclibcgnueabi/uClibc-0.9.30.config | 253 253 0 0 +++++++++++
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 34 24 10 0 +
2 files changed, 277 insertions(+), 10 deletions(-)
samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
samples/arm-unknown-linux-uclibcgnueabi/uClibc-0.9.30.config
samples/arm-unknown-linux-uclibcgnueabi/uClibc-20080801.config
     1.1 --- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config	Mon Nov 17 09:01:38 2008 +0000
     1.2 +++ b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config	Mon Nov 17 10:01:14 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #
     1.5  # Automatically generated make config: don't edit
     1.6 -# crosstool-NG version: 1.2.0+svn_trunk@1144
     1.7 -# Sun Oct 26 16:22:35 2008
     1.8 +# crosstool-NG version: 1.2.0+svn_trunk@1213
     1.9 +# Mon Nov 17 10:33:18 2008
    1.10  #
    1.11  
    1.12  #
    1.13 @@ -40,6 +40,7 @@
    1.14  CT_MIRROR_SCHEME="http"
    1.15  CT_MIRROR_HOSTNAME="ymorin.is-a-geek.org"
    1.16  CT_MIRROR_BASE="/mirrors"
    1.17 +# CT_MIRROR_LS_R is not set
    1.18  CT_CONNECT_TIMEOUT=10
    1.19  # CT_ONLY_DOWNLOAD is not set
    1.20  
    1.21 @@ -78,6 +79,7 @@
    1.22  # Target options
    1.23  #
    1.24  CT_ARCH="arm"
    1.25 +# CT_ARCH_64 is not set
    1.26  CT_ARCH_SUPPORT_ARCH=y
    1.27  # CT_ARCH_SUPPORT_ABI is not set
    1.28  CT_ARCH_SUPPORT_CPU=y
    1.29 @@ -135,15 +137,20 @@
    1.30  # CT_CROSS_NATIVE is not set
    1.31  # CT_CANADIAN is not set
    1.32  CT_TOOLCHAIN_TYPE="cross"
    1.33 +
    1.34 +#
    1.35 +# Build system
    1.36 +#
    1.37  CT_BUILD=""
    1.38 -CT_CC_NATIVE="gcc"
    1.39 +CT_BUILD_PREFIX=""
    1.40 +CT_BUILD_SUFFIX=""
    1.41  
    1.42  #
    1.43  # Operating System
    1.44  #
    1.45  # CT_BARE_METAL is not set
    1.46  CT_KERNEL="linux"
    1.47 -CT_KERNEL_VERSION="2.6.26.7"
    1.48 +CT_KERNEL_VERSION="2.6.26.8"
    1.49  # CT_KERNEL_bare_metal is not set
    1.50  CT_KERNEL_linux=y
    1.51  CT_KERNEL_LINUX_INSTALL=y
    1.52 @@ -155,7 +162,7 @@
    1.53  # CT_KERNEL_V_2_6_22_19 is not set
    1.54  # CT_KERNEL_V_2_6_23_17 is not set
    1.55  # CT_KERNEL_V_2_6_24_7 is not set
    1.56 -# CT_KERNEL_V_2_6_25_19 is not set
    1.57 +# CT_KERNEL_V_2_6_25_20 is not set
    1.58  # CT_KERNEL_V_2_6_26 is not set
    1.59  # CT_KERNEL_V_2_6_26_1 is not set
    1.60  # CT_KERNEL_V_2_6_26_2 is not set
    1.61 @@ -163,11 +170,15 @@
    1.62  # CT_KERNEL_V_2_6_26_4 is not set
    1.63  # CT_KERNEL_V_2_6_26_5 is not set
    1.64  # CT_KERNEL_V_2_6_26_6 is not set
    1.65 -CT_KERNEL_V_2_6_26_7=y
    1.66 +# CT_KERNEL_V_2_6_26_7 is not set
    1.67 +CT_KERNEL_V_2_6_26_8=y
    1.68  # CT_KERNEL_V_2_6_27 is not set
    1.69  # CT_KERNEL_V_2_6_27_1 is not set
    1.70  # CT_KERNEL_V_2_6_27_2 is not set
    1.71  # CT_KERNEL_V_2_6_27_3 is not set
    1.72 +# CT_KERNEL_V_2_6_27_4 is not set
    1.73 +# CT_KERNEL_V_2_6_27_5 is not set
    1.74 +# CT_KERNEL_V_2_6_27_6 is not set
    1.75  CT_KERNEL_LINUX_VERBOSITY_0=y
    1.76  # CT_KERNEL_LINUX_VERBOSITY_1 is not set
    1.77  # CT_KERNEL_LINUX_VERBOSITY_2 is not set
    1.78 @@ -269,7 +280,7 @@
    1.79  #
    1.80  # C-library
    1.81  #
    1.82 -CT_LIBC_VERSION="20080801"
    1.83 +CT_LIBC_VERSION="0.9.30"
    1.84  # CT_LIBC_eglibc is not set
    1.85  # CT_LIBC_glibc is not set
    1.86  CT_LIBC_uClibc=y
    1.87 @@ -278,8 +289,10 @@
    1.88  # CT_LIBC_V_0_9_28_2 is not set
    1.89  # CT_LIBC_V_0_9_28_3 is not set
    1.90  # CT_LIBC_V_0_9_29 is not set
    1.91 +CT_LIBC_V_0_9_30=y
    1.92  # CT_LIBC_V_snapshot is not set
    1.93 -CT_LIBC_V_specific_date=y
    1.94 +# CT_LIBC_V_specific_date is not set
    1.95 +# CT_LIBC_UCLIBC_PARALLEL is not set
    1.96  CT_LIBC_UCLIBC_VERBOSITY_0=y
    1.97  # CT_LIBC_UCLIBC_VERBOSITY_1 is not set
    1.98  CT_LIBC_UCLIBC_VERBOSITY=""
    1.99 @@ -350,8 +363,9 @@
   1.100  CT_NCURSES_V_5_6=y
   1.101  CT_NCURSES_VERSION="5.6"
   1.102  CT_DEBUG_ltrace=y
   1.103 -CT_LTRACE_V_0_4=y
   1.104 -CT_LTRACE_VERSION="0.4"
   1.105 +# CT_LTRACE_V_0_4 is not set
   1.106 +CT_LTRACE_V_0_5=y
   1.107 +CT_LTRACE_VERSION="0.5"
   1.108  CT_DEBUG_strace=y
   1.109  # CT_STRACE_V_4_5 is not set
   1.110  # CT_STRACE_V_4_5_14 is not set
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/samples/arm-unknown-linux-uclibcgnueabi/uClibc-0.9.30.config	Mon Nov 17 10:01:14 2008 +0000
     2.3 @@ -0,0 +1,253 @@
     2.4 +#
     2.5 +# Automatically generated make config: don't edit
     2.6 +# Version: 0.9.30
     2.7 +# Mon Nov 17 10:32:53 2008
     2.8 +#
     2.9 +# TARGET_alpha is not set
    2.10 +TARGET_arm=y
    2.11 +# TARGET_avr32 is not set
    2.12 +# TARGET_bfin is not set
    2.13 +# TARGET_cris is not set
    2.14 +# TARGET_e1 is not set
    2.15 +# TARGET_frv is not set
    2.16 +# TARGET_h8300 is not set
    2.17 +# TARGET_hppa is not set
    2.18 +# TARGET_i386 is not set
    2.19 +# TARGET_i960 is not set
    2.20 +# TARGET_ia64 is not set
    2.21 +# TARGET_m68k is not set
    2.22 +# TARGET_microblaze is not set
    2.23 +# TARGET_mips is not set
    2.24 +# TARGET_nios is not set
    2.25 +# TARGET_nios2 is not set
    2.26 +# TARGET_powerpc is not set
    2.27 +# TARGET_sh is not set
    2.28 +# TARGET_sh64 is not set
    2.29 +# TARGET_sparc is not set
    2.30 +# TARGET_v850 is not set
    2.31 +# TARGET_vax is not set
    2.32 +# TARGET_x86_64 is not set
    2.33 +# TARGET_xtensa is not set
    2.34 +
    2.35 +#
    2.36 +# Target Architecture Features and Options
    2.37 +#
    2.38 +TARGET_ARCH="arm"
    2.39 +FORCE_OPTIONS_FOR_ARCH=y
    2.40 +CONFIG_ARM_OABI=y
    2.41 +# CONFIG_ARM_EABI is not set
    2.42 +CONFIG_GENERIC_ARM=y
    2.43 +# CONFIG_ARM610 is not set
    2.44 +# CONFIG_ARM710 is not set
    2.45 +# CONFIG_ARM7TDMI is not set
    2.46 +# CONFIG_ARM720T is not set
    2.47 +# CONFIG_ARM920T is not set
    2.48 +# CONFIG_ARM922T is not set
    2.49 +# CONFIG_ARM926T is not set
    2.50 +# CONFIG_ARM10T is not set
    2.51 +# CONFIG_ARM1136JF_S is not set
    2.52 +# CONFIG_ARM1176JZ_S is not set
    2.53 +# CONFIG_ARM1176JZF_S is not set
    2.54 +# CONFIG_ARM_CORTEX_M3 is not set
    2.55 +# CONFIG_ARM_CORTEX_M1 is not set
    2.56 +# CONFIG_ARM_SA110 is not set
    2.57 +# CONFIG_ARM_SA1100 is not set
    2.58 +# CONFIG_ARM_XSCALE is not set
    2.59 +# CONFIG_ARM_IWMMXT is not set
    2.60 +# CONFIG_MIPS_O32_ABI is not set
    2.61 +# CONFIG_MIPS_N32_ABI is not set
    2.62 +# CONFIG_MIPS_N64_ABI is not set
    2.63 +# CONFIG_MIPS_ISA_1 is not set
    2.64 +# CONFIG_MIPS_ISA_2 is not set
    2.65 +# CONFIG_MIPS_ISA_3 is not set
    2.66 +# CONFIG_MIPS_ISA_4 is not set
    2.67 +# CONFIG_MIPS_ISA_MIPS32 is not set
    2.68 +# CONFIG_MIPS_ISA_MIPS32R2 is not set
    2.69 +# CONFIG_MIPS_ISA_MIPS64 is not set
    2.70 +TARGET_SUBARCH=""
    2.71 +
    2.72 +#
    2.73 +# Using ELF file format
    2.74 +#
    2.75 +ARCH_ANY_ENDIAN=y
    2.76 +ARCH_BIG_ENDIAN=y
    2.77 +ARCH_WANTS_BIG_ENDIAN=y
    2.78 +# ARCH_WANTS_LITTLE_ENDIAN is not set
    2.79 +ARCH_HAS_MMU=y
    2.80 +ARCH_USE_MMU=y
    2.81 +UCLIBC_HAS_FLOATS=y
    2.82 +# UCLIBC_HAS_FPU is not set
    2.83 +UCLIBC_HAS_SOFT_FLOAT=y
    2.84 +DO_C99_MATH=y
    2.85 +UCLIBC_HAS_FENV=y
    2.86 +KERNEL_HEADERS="/usr/include"
    2.87 +HAVE_DOT_CONFIG=y
    2.88 +
    2.89 +#
    2.90 +# General Library Settings
    2.91 +#
    2.92 +# HAVE_NO_PIC is not set
    2.93 +DOPIC=y
    2.94 +# ARCH_HAS_NO_SHARED is not set
    2.95 +# ARCH_HAS_NO_LDSO is not set
    2.96 +HAVE_SHARED=y
    2.97 +# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
    2.98 +LDSO_LDD_SUPPORT=y
    2.99 +LDSO_CACHE_SUPPORT=y
   2.100 +# LDSO_PRELOAD_FILE_SUPPORT is not set
   2.101 +LDSO_BASE_FILENAME="ld.so"
   2.102 +UCLIBC_STATIC_LDCONFIG=y
   2.103 +# LDSO_RUNPATH is not set
   2.104 +UCLIBC_CTOR_DTOR=y
   2.105 +# LDSO_GNU_HASH_SUPPORT is not set
   2.106 +# HAS_NO_THREADS is not set
   2.107 +UCLIBC_HAS_THREADS=y
   2.108 +# PTHREADS_DEBUG_SUPPORT is not set
   2.109 +LINUXTHREADS_OLD=y
   2.110 +UCLIBC_HAS_SYSLOG=y
   2.111 +UCLIBC_HAS_LFS=y
   2.112 +# MALLOC is not set
   2.113 +# MALLOC_SIMPLE is not set
   2.114 +MALLOC_STANDARD=y
   2.115 +# MALLOC_GLIBC_COMPAT is not set
   2.116 +UCLIBC_DYNAMIC_ATEXIT=y
   2.117 +# COMPAT_ATEXIT is not set
   2.118 +# UCLIBC_SUSV3_LEGACY is not set
   2.119 +# UCLIBC_SUSV3_LEGACY_MACROS is not set
   2.120 +# UCLIBC_HAS_STUBS is not set
   2.121 +UCLIBC_HAS_SHADOW=y
   2.122 +# UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
   2.123 +UCLIBC_HAS_PTY=y
   2.124 +ASSUME_DEVPTS=y
   2.125 +UNIX98PTY_ONLY=y
   2.126 +# UCLIBC_HAS_GETPT is not set
   2.127 +UCLIBC_HAS_TM_EXTENSIONS=y
   2.128 +UCLIBC_HAS_TZ_CACHING=y
   2.129 +UCLIBC_HAS_TZ_FILE=y
   2.130 +UCLIBC_HAS_TZ_FILE_READ_MANY=y
   2.131 +UCLIBC_TZ_FILE_PATH="/etc/TZ"
   2.132 +
   2.133 +#
   2.134 +# Advanced Library Settings
   2.135 +#
   2.136 +UCLIBC_PWD_BUFFER_SIZE=256
   2.137 +UCLIBC_GRP_BUFFER_SIZE=256
   2.138 +
   2.139 +#
   2.140 +# Support various families of functions
   2.141 +#
   2.142 +UCLIBC_LINUX_MODULE_24=y
   2.143 +UCLIBC_LINUX_SPECIFIC=y
   2.144 +UCLIBC_HAS_GNU_ERROR=y
   2.145 +# UCLIBC_BSD_SPECIFIC is not set
   2.146 +UCLIBC_HAS_BSD_ERR=y
   2.147 +# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
   2.148 +# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
   2.149 +# UCLIBC_NTP_LEGACY is not set
   2.150 +# UCLIBC_SV4_DEPRECATED is not set
   2.151 +UCLIBC_HAS_REALTIME=y
   2.152 +UCLIBC_HAS_ADVANCED_REALTIME=y
   2.153 +UCLIBC_HAS_EPOLL=y
   2.154 +UCLIBC_HAS_XATTR=y
   2.155 +UCLIBC_HAS_PROFILING=y
   2.156 +UCLIBC_HAS_CRYPT_IMPL=y
   2.157 +UCLIBC_HAS_CRYPT=y
   2.158 +UCLIBC_HAS_NETWORK_SUPPORT=y
   2.159 +UCLIBC_HAS_SOCKET=y
   2.160 +UCLIBC_HAS_IPV4=y
   2.161 +# UCLIBC_HAS_IPV6 is not set
   2.162 +UCLIBC_HAS_RPC=y
   2.163 +UCLIBC_HAS_FULL_RPC=y
   2.164 +UCLIBC_HAS_REENTRANT_RPC=y
   2.165 +UCLIBC_USE_NETLINK=y
   2.166 +UCLIBC_SUPPORT_AI_ADDRCONFIG=y
   2.167 +# UCLIBC_HAS_BSD_RES_CLOSE is not set
   2.168 +
   2.169 +#
   2.170 +# String and Stdio Support
   2.171 +#
   2.172 +UCLIBC_HAS_STRING_GENERIC_OPT=y
   2.173 +UCLIBC_HAS_STRING_ARCH_OPT=y
   2.174 +UCLIBC_HAS_CTYPE_TABLES=y
   2.175 +UCLIBC_HAS_CTYPE_SIGNED=y
   2.176 +# UCLIBC_HAS_CTYPE_UNSAFE is not set
   2.177 +# UCLIBC_HAS_CTYPE_CHECKED is not set
   2.178 +UCLIBC_HAS_CTYPE_ENFORCED=y
   2.179 +# UCLIBC_HAS_WCHAR is not set
   2.180 +# UCLIBC_HAS_LOCALE is not set
   2.181 +# UCLIBC_HAS_HEXADECIMAL_FLOATS is not set
   2.182 +UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
   2.183 +# USE_OLD_VFPRINTF is not set
   2.184 +UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
   2.185 +# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set
   2.186 +# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
   2.187 +# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
   2.188 +# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
   2.189 +# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
   2.190 +# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
   2.191 +UCLIBC_HAS_STDIO_BUFSIZ_4096=y
   2.192 +# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
   2.193 +UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
   2.194 +# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
   2.195 +# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
   2.196 +# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
   2.197 +UCLIBC_HAS_STDIO_GETC_MACRO=y
   2.198 +UCLIBC_HAS_STDIO_PUTC_MACRO=y
   2.199 +UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
   2.200 +# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
   2.201 +# UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE is not set
   2.202 +# UCLIBC_HAS_GLIBC_CUSTOM_STREAMS is not set
   2.203 +UCLIBC_HAS_PRINTF_M_SPEC=y
   2.204 +UCLIBC_HAS_ERRNO_MESSAGES=y
   2.205 +# UCLIBC_HAS_SYS_ERRLIST is not set
   2.206 +UCLIBC_HAS_SIGNUM_MESSAGES=y
   2.207 +# UCLIBC_HAS_SYS_SIGLIST is not set
   2.208 +UCLIBC_HAS_GNU_GETOPT=y
   2.209 +UCLIBC_HAS_GNU_GETSUBOPT=y
   2.210 +
   2.211 +#
   2.212 +# Big and Tall
   2.213 +#
   2.214 +UCLIBC_HAS_REGEX=y
   2.215 +UCLIBC_HAS_REGEX_OLD=y
   2.216 +UCLIBC_HAS_FNMATCH=y
   2.217 +UCLIBC_HAS_FNMATCH_OLD=y
   2.218 +# UCLIBC_HAS_WORDEXP is not set
   2.219 +# UCLIBC_HAS_FTW is not set
   2.220 +UCLIBC_HAS_GLOB=y
   2.221 +UCLIBC_HAS_GNU_GLOB=y
   2.222 +
   2.223 +#
   2.224 +# Library Installation Options
   2.225 +#
   2.226 +SHARED_LIB_LOADER_PREFIX="$(RUNTIME_PREFIX)lib"
   2.227 +RUNTIME_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc/"
   2.228 +DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc/usr/"
   2.229 +
   2.230 +#
   2.231 +# Security options
   2.232 +#
   2.233 +# UCLIBC_BUILD_PIE is not set
   2.234 +# UCLIBC_HAS_ARC4RANDOM is not set
   2.235 +# HAVE_NO_SSP is not set
   2.236 +# UCLIBC_HAS_SSP is not set
   2.237 +UCLIBC_BUILD_RELRO=y
   2.238 +# UCLIBC_BUILD_NOW is not set
   2.239 +UCLIBC_BUILD_NOEXECSTACK=y
   2.240 +
   2.241 +#
   2.242 +# uClibc development/debugging options
   2.243 +#
   2.244 +CROSS_COMPILER_PREFIX=""
   2.245 +UCLIBC_EXTRA_CFLAGS=""
   2.246 +# DODEBUG is not set
   2.247 +# DODEBUG_PT is not set
   2.248 +# DOSTRIP is not set
   2.249 +# DOASSERTS is not set
   2.250 +# SUPPORT_LD_DEBUG is not set
   2.251 +# SUPPORT_LD_DEBUG_EARLY is not set
   2.252 +# UCLIBC_MALLOC_DEBUGGING is not set
   2.253 +WARNINGS="-Wall"
   2.254 +# EXTRA_WARNINGS is not set
   2.255 +# DOMULTI is not set
   2.256 +# UCLIBC_MJN3_ONLY is not set
     3.1 --- a/samples/arm-unknown-linux-uclibcgnueabi/uClibc-20080801.config	Mon Nov 17 09:01:38 2008 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,243 +0,0 @@
     3.4 -#
     3.5 -# Automatically generated make config: don't edit
     3.6 -# Sat Aug  2 17:55:51 2008
     3.7 -#
     3.8 -# TARGET_alpha is not set
     3.9 -TARGET_arm=y
    3.10 -# TARGET_avr32 is not set
    3.11 -# TARGET_bfin is not set
    3.12 -# TARGET_cris is not set
    3.13 -# TARGET_e1 is not set
    3.14 -# TARGET_frv is not set
    3.15 -# TARGET_h8300 is not set
    3.16 -# TARGET_hppa is not set
    3.17 -# TARGET_i386 is not set
    3.18 -# TARGET_i960 is not set
    3.19 -# TARGET_ia64 is not set
    3.20 -# TARGET_m68k is not set
    3.21 -# TARGET_microblaze is not set
    3.22 -# TARGET_mips is not set
    3.23 -# TARGET_nios is not set
    3.24 -# TARGET_nios2 is not set
    3.25 -# TARGET_powerpc is not set
    3.26 -# TARGET_sh is not set
    3.27 -# TARGET_sh64 is not set
    3.28 -# TARGET_sparc is not set
    3.29 -# TARGET_v850 is not set
    3.30 -# TARGET_vax is not set
    3.31 -# TARGET_x86_64 is not set
    3.32 -# TARGET_xtensa is not set
    3.33 -
    3.34 -#
    3.35 -# Target Architecture Features and Options
    3.36 -#
    3.37 -TARGET_ARCH="arm"
    3.38 -FORCE_OPTIONS_FOR_ARCH=y
    3.39 -# CONFIG_ARM_OABI is not set
    3.40 -CONFIG_ARM_EABI=y
    3.41 -USE_BX=y
    3.42 -# CONFIG_GENERIC_ARM is not set
    3.43 -# CONFIG_ARM610 is not set
    3.44 -# CONFIG_ARM710 is not set
    3.45 -# CONFIG_ARM7TDMI is not set
    3.46 -# CONFIG_ARM720T is not set
    3.47 -# CONFIG_ARM920T is not set
    3.48 -# CONFIG_ARM922T is not set
    3.49 -# CONFIG_ARM926T is not set
    3.50 -# CONFIG_ARM10T is not set
    3.51 -# CONFIG_ARM1136JF_S is not set
    3.52 -# CONFIG_ARM1176JZ_S is not set
    3.53 -# CONFIG_ARM1176JZF_S is not set
    3.54 -# CONFIG_ARM_CORTEX_M3 is not set
    3.55 -# CONFIG_ARM_CORTEX_M1 is not set
    3.56 -# CONFIG_ARM_SA110 is not set
    3.57 -# CONFIG_ARM_SA1100 is not set
    3.58 -CONFIG_ARM_XSCALE=y
    3.59 -# CONFIG_ARM_IWMMXT is not set
    3.60 -TARGET_SUBARCH=""
    3.61 -
    3.62 -#
    3.63 -# Using ELF file format
    3.64 -#
    3.65 -ARCH_ANY_ENDIAN=y
    3.66 -ARCH_LITTLE_ENDIAN=y
    3.67 -# ARCH_WANTS_BIG_ENDIAN is not set
    3.68 -ARCH_WANTS_LITTLE_ENDIAN=y
    3.69 -ARCH_HAS_MMU=y
    3.70 -ARCH_USE_MMU=y
    3.71 -UCLIBC_HAS_FLOATS=y
    3.72 -# UCLIBC_HAS_FPU is not set
    3.73 -UCLIBC_HAS_SOFT_FLOAT=y
    3.74 -DO_C99_MATH=y
    3.75 -UCLIBC_HAS_FENV=y
    3.76 -KERNEL_HEADERS="/usr/include"
    3.77 -HAVE_DOT_CONFIG=y
    3.78 -
    3.79 -#
    3.80 -# General Library Settings
    3.81 -#
    3.82 -# HAVE_NO_PIC is not set
    3.83 -DOPIC=y
    3.84 -# ARCH_HAS_NO_SHARED is not set
    3.85 -# ARCH_HAS_NO_LDSO is not set
    3.86 -HAVE_SHARED=y
    3.87 -# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
    3.88 -LDSO_LDD_SUPPORT=y
    3.89 -LDSO_CACHE_SUPPORT=y
    3.90 -# LDSO_PRELOAD_FILE_SUPPORT is not set
    3.91 -LDSO_BASE_FILENAME="ld.so"
    3.92 -UCLIBC_STATIC_LDCONFIG=y
    3.93 -# LDSO_RUNPATH is not set
    3.94 -UCLIBC_CTOR_DTOR=y
    3.95 -# LDSO_GNU_HASH_SUPPORT is not set
    3.96 -# HAS_NO_THREADS is not set
    3.97 -UCLIBC_HAS_THREADS=y
    3.98 -# PTHREADS_DEBUG_SUPPORT is not set
    3.99 -LINUXTHREADS_OLD=y
   3.100 -UCLIBC_HAS_SYSLOG=y
   3.101 -UCLIBC_HAS_LFS=y
   3.102 -# MALLOC is not set
   3.103 -# MALLOC_SIMPLE is not set
   3.104 -MALLOC_STANDARD=y
   3.105 -# MALLOC_GLIBC_COMPAT is not set
   3.106 -UCLIBC_DYNAMIC_ATEXIT=y
   3.107 -# COMPAT_ATEXIT is not set
   3.108 -# UCLIBC_SUSV3_LEGACY is not set
   3.109 -# UCLIBC_SUSV3_LEGACY_MACROS is not set
   3.110 -# UCLIBC_HAS_STUBS is not set
   3.111 -UCLIBC_HAS_SHADOW=y
   3.112 -# UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
   3.113 -UCLIBC_HAS_PTY=y
   3.114 -ASSUME_DEVPTS=y
   3.115 -UNIX98PTY_ONLY=y
   3.116 -# UCLIBC_HAS_GETPT is not set
   3.117 -UCLIBC_HAS_TM_EXTENSIONS=y
   3.118 -UCLIBC_HAS_TZ_CACHING=y
   3.119 -UCLIBC_HAS_TZ_FILE=y
   3.120 -UCLIBC_HAS_TZ_FILE_READ_MANY=y
   3.121 -UCLIBC_TZ_FILE_PATH="/etc/TZ"
   3.122 -
   3.123 -#
   3.124 -# Advanced Library Settings
   3.125 -#
   3.126 -UCLIBC_PWD_BUFFER_SIZE=256
   3.127 -UCLIBC_GRP_BUFFER_SIZE=256
   3.128 -
   3.129 -#
   3.130 -# Support various families of functions
   3.131 -#
   3.132 -UCLIBC_LINUX_MODULE_24=y
   3.133 -UCLIBC_LINUX_SPECIFIC=y
   3.134 -UCLIBC_HAS_GNU_ERROR=y
   3.135 -# UCLIBC_BSD_SPECIFIC is not set
   3.136 -# UCLIBC_HAS_BSD_ERR is not set
   3.137 -# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
   3.138 -# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
   3.139 -# UCLIBC_NTP_LEGACY is not set
   3.140 -# UCLIBC_SV4_DEPRECATED is not set
   3.141 -UCLIBC_HAS_REALTIME=y
   3.142 -UCLIBC_HAS_ADVANCED_REALTIME=y
   3.143 -UCLIBC_HAS_EPOLL=y
   3.144 -UCLIBC_HAS_XATTR=y
   3.145 -UCLIBC_HAS_PROFILING=y
   3.146 -UCLIBC_HAS_CRYPT_IMPL=y
   3.147 -UCLIBC_HAS_CRYPT=y
   3.148 -UCLIBC_HAS_NETWORK_SUPPORT=y
   3.149 -UCLIBC_HAS_SOCKET=y
   3.150 -UCLIBC_HAS_IPV4=y
   3.151 -# UCLIBC_HAS_IPV6 is not set
   3.152 -UCLIBC_HAS_RPC=y
   3.153 -UCLIBC_HAS_FULL_RPC=y
   3.154 -UCLIBC_HAS_REENTRANT_RPC=y
   3.155 -UCLIBC_USE_NETLINK=y
   3.156 -UCLIBC_SUPPORT_AI_ADDRCONFIG=y
   3.157 -# UCLIBC_HAS_BSD_RES_CLOSE is not set
   3.158 -
   3.159 -#
   3.160 -# String and Stdio Support
   3.161 -#
   3.162 -UCLIBC_HAS_STRING_GENERIC_OPT=y
   3.163 -UCLIBC_HAS_STRING_ARCH_OPT=y
   3.164 -UCLIBC_HAS_CTYPE_TABLES=y
   3.165 -# UCLIBC_HAS_CTYPE_SIGNED is not set
   3.166 -UCLIBC_HAS_CTYPE_UNSAFE=y
   3.167 -# UCLIBC_HAS_CTYPE_CHECKED is not set
   3.168 -# UCLIBC_HAS_CTYPE_ENFORCED is not set
   3.169 -# UCLIBC_HAS_WCHAR is not set
   3.170 -# UCLIBC_HAS_LOCALE is not set
   3.171 -# UCLIBC_HAS_HEXADECIMAL_FLOATS is not set
   3.172 -# UCLIBC_HAS_GLIBC_CUSTOM_PRINTF is not set
   3.173 -# USE_OLD_VFPRINTF is not set
   3.174 -UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
   3.175 -# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set
   3.176 -# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
   3.177 -# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
   3.178 -# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
   3.179 -# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
   3.180 -# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
   3.181 -UCLIBC_HAS_STDIO_BUFSIZ_4096=y
   3.182 -# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
   3.183 -UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
   3.184 -# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
   3.185 -# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
   3.186 -# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
   3.187 -UCLIBC_HAS_STDIO_GETC_MACRO=y
   3.188 -UCLIBC_HAS_STDIO_PUTC_MACRO=y
   3.189 -UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
   3.190 -# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
   3.191 -# UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE is not set
   3.192 -# UCLIBC_HAS_GLIBC_CUSTOM_STREAMS is not set
   3.193 -# UCLIBC_HAS_PRINTF_M_SPEC is not set
   3.194 -UCLIBC_HAS_ERRNO_MESSAGES=y
   3.195 -# UCLIBC_HAS_SYS_ERRLIST is not set
   3.196 -UCLIBC_HAS_SIGNUM_MESSAGES=y
   3.197 -# UCLIBC_HAS_SYS_SIGLIST is not set
   3.198 -UCLIBC_HAS_GNU_GETOPT=y
   3.199 -UCLIBC_HAS_GNU_GETSUBOPT=y
   3.200 -
   3.201 -#
   3.202 -# Big and Tall
   3.203 -#
   3.204 -UCLIBC_HAS_REGEX=y
   3.205 -# UCLIBC_HAS_REGEX_OLD is not set
   3.206 -UCLIBC_HAS_FNMATCH=y
   3.207 -UCLIBC_HAS_FNMATCH_OLD=y
   3.208 -# UCLIBC_HAS_WORDEXP is not set
   3.209 -# UCLIBC_HAS_FTW is not set
   3.210 -UCLIBC_HAS_GLOB=y
   3.211 -# UCLIBC_HAS_GNU_GLOB is not set
   3.212 -
   3.213 -#
   3.214 -# Library Installation Options
   3.215 -#
   3.216 -SHARED_LIB_LOADER_PREFIX="$(RUNTIME_PREFIX)lib"
   3.217 -RUNTIME_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc/"
   3.218 -DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc/usr/"
   3.219 -
   3.220 -#
   3.221 -# Security options
   3.222 -#
   3.223 -# UCLIBC_BUILD_PIE is not set
   3.224 -# UCLIBC_HAS_ARC4RANDOM is not set
   3.225 -# HAVE_NO_SSP is not set
   3.226 -# UCLIBC_HAS_SSP is not set
   3.227 -UCLIBC_BUILD_RELRO=y
   3.228 -# UCLIBC_BUILD_NOW is not set
   3.229 -UCLIBC_BUILD_NOEXECSTACK=y
   3.230 -
   3.231 -#
   3.232 -# uClibc development/debugging options
   3.233 -#
   3.234 -CROSS_COMPILER_PREFIX=""
   3.235 -UCLIBC_EXTRA_CFLAGS=""
   3.236 -# DODEBUG is not set
   3.237 -# DODEBUG_PT is not set
   3.238 -# DOSTRIP is not set
   3.239 -# DOASSERTS is not set
   3.240 -# SUPPORT_LD_DEBUG is not set
   3.241 -# SUPPORT_LD_DEBUG_EARLY is not set
   3.242 -# UCLIBC_MALLOC_DEBUGGING is not set
   3.243 -WARNINGS="-Wall"
   3.244 -# EXTRA_WARNINGS is not set
   3.245 -# DOMULTI is not set
   3.246 -# UCLIBC_MJN3_ONLY is not set