source: clfs-embedded/patches/uClibc-0.9.31-configs-3.patch@ 885ee0e

Last change on this file since 885ee0e was f6dfa52, checked in by Andrew Bradford <bradfa@…>, 14 years ago

Patch created to handle uClibc EABI configs

  • Property mode set to 100644
File size: 51.8 KB
RevLine 
[f6dfa52]1Submitted By: Andrew Bradford <bradfa@gmail.com>
2Date: 2011-02-15
3Initial Package Version: 0.9.31
4Origin: Joe Ciccone and Andrew Bradford
5Upstream Status: None - CLFS Specific
6Description: Default configurations for CLFS builds of uClibc.
7 Based on Joe's uClibc-0.9.31-configs-2.patch but updated to include
8 EABI configs for ARM (little and big endian).
9diff -Naur uClibc-0.9.31.orig/clfs/config.arm.big uClibc-0.9.31/clfs/config.arm.big
10--- uClibc-0.9.31.orig/clfs/config.arm.big 1969-12-31 19:00:00.000000000 -0500
11+++ uClibc-0.9.31/clfs/config.arm.big 2011-02-15 07:05:15.000000000 -0500
12@@ -0,0 +1,252 @@
13+#
14+# Automatically generated make config: don't edit
15+# Version: 0.9.31
16+# Sun Nov 28 10:27:23 2010
17+#
18+# TARGET_alpha is not set
19+TARGET_arm=y
20+# TARGET_avr32 is not set
21+# TARGET_bfin is not set
22+# TARGET_cris is not set
23+# TARGET_e1 is not set
24+# TARGET_frv is not set
25+# TARGET_h8300 is not set
26+# TARGET_hppa is not set
27+# TARGET_i386 is not set
28+# TARGET_i960 is not set
29+# TARGET_ia64 is not set
30+# TARGET_m68k is not set
31+# TARGET_microblaze is not set
32+# TARGET_mips is not set
33+# TARGET_nios is not set
34+# TARGET_nios2 is not set
35+# TARGET_powerpc is not set
36+# TARGET_sh is not set
37+# TARGET_sh64 is not set
38+# TARGET_sparc is not set
39+# TARGET_v850 is not set
40+# TARGET_vax is not set
41+# TARGET_x86_64 is not set
42+# TARGET_xtensa is not set
43+
44+#
45+# Target Architecture Features and Options
46+#
47+TARGET_ARCH="arm"
48+FORCE_OPTIONS_FOR_ARCH=y
49+CONFIG_ARM_OABI=y
50+# CONFIG_ARM_EABI is not set
51+CONFIG_GENERIC_ARM=y
52+# CONFIG_ARM610 is not set
53+# CONFIG_ARM710 is not set
54+# CONFIG_ARM7TDMI is not set
55+# CONFIG_ARM720T is not set
56+# CONFIG_ARM920T is not set
57+# CONFIG_ARM922T is not set
58+# CONFIG_ARM926T is not set
59+# CONFIG_ARM10T is not set
60+# CONFIG_ARM1136JF_S is not set
61+# CONFIG_ARM1176JZ_S is not set
62+# CONFIG_ARM1176JZF_S is not set
63+# CONFIG_ARM_CORTEX_M3 is not set
64+# CONFIG_ARM_CORTEX_M1 is not set
65+# CONFIG_ARM_SA110 is not set
66+# CONFIG_ARM_SA1100 is not set
67+# CONFIG_ARM_XSCALE is not set
68+# CONFIG_ARM_IWMMXT is not set
69+TARGET_SUBARCH=""
70+
71+#
72+# Using ELF file format
73+#
74+ARCH_ANY_ENDIAN=y
75+ARCH_BIG_ENDIAN=y
76+ARCH_WANTS_BIG_ENDIAN=y
77+# ARCH_WANTS_LITTLE_ENDIAN is not set
78+ARCH_HAS_MMU=y
79+ARCH_USE_MMU=y
80+UCLIBC_HAS_FLOATS=y
81+UCLIBC_HAS_FPU=y
82+DO_C99_MATH=y
83+# DO_XSI_MATH is not set
84+UCLIBC_HAS_FENV=y
85+KERNEL_HEADERS="${CLFS}/usr/include"
86+HAVE_DOT_CONFIG=y
87+
88+#
89+# General Library Settings
90+#
91+# HAVE_NO_PIC is not set
92+DOPIC=y
93+# ARCH_HAS_NO_SHARED is not set
94+# ARCH_HAS_NO_LDSO is not set
95+HAVE_SHARED=y
96+# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
97+LDSO_LDD_SUPPORT=y
98+LDSO_CACHE_SUPPORT=y
99+# LDSO_PRELOAD_FILE_SUPPORT is not set
100+LDSO_BASE_FILENAME="ld.so"
101+UCLIBC_STATIC_LDCONFIG=y
102+LDSO_RUNPATH=y
103+LDSO_SEARCH_INTERP_PATH=y
104+UCLIBC_CTOR_DTOR=y
105+# LDSO_GNU_HASH_SUPPORT is not set
106+# HAS_NO_THREADS is not set
107+LINUXTHREADS_OLD=y
108+# LINUXTHREADS_NEW is not set
109+UCLIBC_HAS_THREADS=y
110+# PTHREADS_DEBUG_SUPPORT is not set
111+UCLIBC_HAS_SYSLOG=y
112+UCLIBC_HAS_LFS=y
113+# MALLOC is not set
114+# MALLOC_SIMPLE is not set
115+MALLOC_STANDARD=y
116+MALLOC_GLIBC_COMPAT=y
117+UCLIBC_DYNAMIC_ATEXIT=y
118+# COMPAT_ATEXIT is not set
119+UCLIBC_SUSV3_LEGACY=y
120+# UCLIBC_SUSV3_LEGACY_MACROS is not set
121+# UCLIBC_SUSV4_LEGACY is not set
122+# UCLIBC_HAS_STUBS is not set
123+UCLIBC_HAS_SHADOW=y
124+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
125+UCLIBC_HAS___PROGNAME=y
126+UCLIBC_HAS_PTY=y
127+ASSUME_DEVPTS=y
128+UNIX98PTY_ONLY=y
129+UCLIBC_HAS_GETPT=y
130+# UCLIBC_HAS_LIBUTIL is not set
131+UCLIBC_HAS_TM_EXTENSIONS=y
132+UCLIBC_HAS_TZ_CACHING=y
133+UCLIBC_HAS_TZ_FILE=y
134+UCLIBC_HAS_TZ_FILE_READ_MANY=y
135+UCLIBC_TZ_FILE_PATH="/etc/TZ"
136+
137+#
138+# Advanced Library Settings
139+#
140+UCLIBC_PWD_BUFFER_SIZE=256
141+UCLIBC_GRP_BUFFER_SIZE=256
142+
143+#
144+# Support various families of functions
145+#
146+UCLIBC_LINUX_MODULE_24=y
147+UCLIBC_LINUX_SPECIFIC=y
148+UCLIBC_HAS_GNU_ERROR=y
149+# UCLIBC_BSD_SPECIFIC is not set
150+# UCLIBC_HAS_BSD_ERR is not set
151+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
152+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
153+# UCLIBC_NTP_LEGACY is not set
154+# UCLIBC_SV4_DEPRECATED is not set
155+UCLIBC_HAS_REALTIME=y
156+UCLIBC_HAS_ADVANCED_REALTIME=y
157+UCLIBC_HAS_EPOLL=y
158+UCLIBC_HAS_XATTR=y
159+UCLIBC_HAS_PROFILING=y
160+UCLIBC_HAS_CRYPT_IMPL=y
161+UCLIBC_HAS_CRYPT=y
162+UCLIBC_HAS_NETWORK_SUPPORT=y
163+UCLIBC_HAS_SOCKET=y
164+UCLIBC_HAS_IPV4=y
165+UCLIBC_HAS_IPV6=y
166+UCLIBC_HAS_RPC=y
167+UCLIBC_HAS_FULL_RPC=y
168+UCLIBC_HAS_REENTRANT_RPC=y
169+UCLIBC_USE_NETLINK=y
170+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
171+# UCLIBC_HAS_BSD_RES_CLOSE is not set
172+UCLIBC_HAS_COMPAT_RES_STATE=y
173+# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
174+# UCLIBC_HAS_LIBRESOLV_STUB is not set
175+# UCLIBC_HAS_LIBNSL_STUB is not set
176+
177+#
178+# String and Stdio Support
179+#
180+# UCLIBC_HAS_STRING_GENERIC_OPT is not set
181+# UCLIBC_HAS_STRING_ARCH_OPT is not set
182+UCLIBC_HAS_CTYPE_TABLES=y
183+UCLIBC_HAS_CTYPE_SIGNED=y
184+# UCLIBC_HAS_CTYPE_UNSAFE is not set
185+# UCLIBC_HAS_CTYPE_CHECKED is not set
186+UCLIBC_HAS_CTYPE_ENFORCED=y
187+UCLIBC_HAS_WCHAR=y
188+# UCLIBC_HAS_LOCALE is not set
189+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
190+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
191+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
192+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
193+# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
194+# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
195+# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
196+# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
197+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
198+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
199+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
200+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
201+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
202+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
203+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
204+UCLIBC_HAS_STDIO_GETC_MACRO=y
205+UCLIBC_HAS_STDIO_PUTC_MACRO=y
206+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
207+UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
208+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
209+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
210+UCLIBC_HAS_PRINTF_M_SPEC=y
211+UCLIBC_HAS_ERRNO_MESSAGES=y
212+UCLIBC_HAS_SYS_ERRLIST=y
213+UCLIBC_HAS_SIGNUM_MESSAGES=y
214+UCLIBC_HAS_SYS_SIGLIST=y
215+UCLIBC_HAS_GNU_GETOPT=y
216+UCLIBC_HAS_GNU_GETSUBOPT=y
217+
218+#
219+# Big and Tall
220+#
221+UCLIBC_HAS_REGEX=y
222+# UCLIBC_HAS_REGEX_OLD is not set
223+UCLIBC_HAS_FNMATCH=y
224+# UCLIBC_HAS_FNMATCH_OLD is not set
225+UCLIBC_HAS_WORDEXP=y
226+# UCLIBC_HAS_NFTW is not set
227+UCLIBC_HAS_GLOB=y
228+UCLIBC_HAS_GNU_GLOB=y
229+
230+#
231+# Library Installation Options
232+#
233+RUNTIME_PREFIX="/"
234+DEVEL_PREFIX="/usr/"
235+MULTILIB_DIR="lib"
236+HARDWIRED_ABSPATH=y
237+
238+#
239+# Security options
240+#
241+# UCLIBC_BUILD_PIE is not set
242+UCLIBC_HAS_ARC4RANDOM=y
243+# HAVE_NO_SSP is not set
244+# UCLIBC_HAS_SSP is not set
245+UCLIBC_BUILD_RELRO=y
246+# UCLIBC_BUILD_NOW is not set
247+UCLIBC_BUILD_NOEXECSTACK=y
248+
249+#
250+# uClibc development/debugging options
251+#
252+CROSS_COMPILER_PREFIX="${CLFS_TARGET}-"
253+UCLIBC_EXTRA_CFLAGS=""
254+# DODEBUG is not set
255+# DODEBUG_PT is not set
256+DOSTRIP=y
257+# DOASSERTS is not set
258+# SUPPORT_LD_DEBUG is not set
259+# SUPPORT_LD_DEBUG_EARLY is not set
260+# UCLIBC_MALLOC_DEBUGGING is not set
261+WARNINGS="-Wall"
262+# EXTRA_WARNINGS is not set
263+# DOMULTI is not set
264+# UCLIBC_MJN3_ONLY is not set
265diff -Naur uClibc-0.9.31.orig/clfs/config.arm.big.EABI uClibc-0.9.31/clfs/config.arm.big.EABI
266--- uClibc-0.9.31.orig/clfs/config.arm.big.EABI 1969-12-31 19:00:00.000000000 -0500
267+++ uClibc-0.9.31/clfs/config.arm.big.EABI 2011-02-15 07:05:15.000000000 -0500
268@@ -0,0 +1,252 @@
269+#
270+# Automatically generated make config: don't edit
271+# Version: 0.9.31
272+# Tue Feb 15 06:55:08 2011
273+#
274+# TARGET_alpha is not set
275+TARGET_arm=y
276+# TARGET_avr32 is not set
277+# TARGET_bfin is not set
278+# TARGET_cris is not set
279+# TARGET_e1 is not set
280+# TARGET_frv is not set
281+# TARGET_h8300 is not set
282+# TARGET_hppa is not set
283+# TARGET_i386 is not set
284+# TARGET_i960 is not set
285+# TARGET_ia64 is not set
286+# TARGET_m68k is not set
287+# TARGET_microblaze is not set
288+# TARGET_mips is not set
289+# TARGET_nios is not set
290+# TARGET_nios2 is not set
291+# TARGET_powerpc is not set
292+# TARGET_sh is not set
293+# TARGET_sh64 is not set
294+# TARGET_sparc is not set
295+# TARGET_v850 is not set
296+# TARGET_vax is not set
297+# TARGET_x86_64 is not set
298+# TARGET_xtensa is not set
299+
300+#
301+# Target Architecture Features and Options
302+#
303+TARGET_ARCH="arm"
304+FORCE_OPTIONS_FOR_ARCH=y
305+# CONFIG_ARM_OABI is not set
306+CONFIG_ARM_EABI=y
307+CONFIG_GENERIC_ARM=y
308+# CONFIG_ARM610 is not set
309+# CONFIG_ARM710 is not set
310+# CONFIG_ARM7TDMI is not set
311+# CONFIG_ARM720T is not set
312+# CONFIG_ARM920T is not set
313+# CONFIG_ARM922T is not set
314+# CONFIG_ARM926T is not set
315+# CONFIG_ARM10T is not set
316+# CONFIG_ARM1136JF_S is not set
317+# CONFIG_ARM1176JZ_S is not set
318+# CONFIG_ARM1176JZF_S is not set
319+# CONFIG_ARM_CORTEX_M3 is not set
320+# CONFIG_ARM_CORTEX_M1 is not set
321+# CONFIG_ARM_SA110 is not set
322+# CONFIG_ARM_SA1100 is not set
323+# CONFIG_ARM_XSCALE is not set
324+# CONFIG_ARM_IWMMXT is not set
325+TARGET_SUBARCH=""
326+
327+#
328+# Using ELF file format
329+#
330+ARCH_ANY_ENDIAN=y
331+ARCH_BIG_ENDIAN=y
332+ARCH_WANTS_BIG_ENDIAN=y
333+# ARCH_WANTS_LITTLE_ENDIAN is not set
334+ARCH_HAS_MMU=y
335+ARCH_USE_MMU=y
336+UCLIBC_HAS_FLOATS=y
337+UCLIBC_HAS_FPU=y
338+DO_C99_MATH=y
339+# DO_XSI_MATH is not set
340+UCLIBC_HAS_FENV=y
341+KERNEL_HEADERS="${CLFS}/usr/include"
342+HAVE_DOT_CONFIG=y
343+
344+#
345+# General Library Settings
346+#
347+# HAVE_NO_PIC is not set
348+DOPIC=y
349+# ARCH_HAS_NO_SHARED is not set
350+# ARCH_HAS_NO_LDSO is not set
351+HAVE_SHARED=y
352+# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
353+LDSO_LDD_SUPPORT=y
354+LDSO_CACHE_SUPPORT=y
355+# LDSO_PRELOAD_FILE_SUPPORT is not set
356+LDSO_BASE_FILENAME="ld.so"
357+UCLIBC_STATIC_LDCONFIG=y
358+LDSO_RUNPATH=y
359+LDSO_SEARCH_INTERP_PATH=y
360+UCLIBC_CTOR_DTOR=y
361+# LDSO_GNU_HASH_SUPPORT is not set
362+# HAS_NO_THREADS is not set
363+LINUXTHREADS_OLD=y
364+# LINUXTHREADS_NEW is not set
365+UCLIBC_HAS_THREADS=y
366+# PTHREADS_DEBUG_SUPPORT is not set
367+UCLIBC_HAS_SYSLOG=y
368+UCLIBC_HAS_LFS=y
369+# MALLOC is not set
370+# MALLOC_SIMPLE is not set
371+MALLOC_STANDARD=y
372+MALLOC_GLIBC_COMPAT=y
373+UCLIBC_DYNAMIC_ATEXIT=y
374+# COMPAT_ATEXIT is not set
375+UCLIBC_SUSV3_LEGACY=y
376+# UCLIBC_SUSV3_LEGACY_MACROS is not set
377+# UCLIBC_SUSV4_LEGACY is not set
378+# UCLIBC_HAS_STUBS is not set
379+UCLIBC_HAS_SHADOW=y
380+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
381+UCLIBC_HAS___PROGNAME=y
382+UCLIBC_HAS_PTY=y
383+ASSUME_DEVPTS=y
384+UNIX98PTY_ONLY=y
385+UCLIBC_HAS_GETPT=y
386+# UCLIBC_HAS_LIBUTIL is not set
387+UCLIBC_HAS_TM_EXTENSIONS=y
388+UCLIBC_HAS_TZ_CACHING=y
389+UCLIBC_HAS_TZ_FILE=y
390+UCLIBC_HAS_TZ_FILE_READ_MANY=y
391+UCLIBC_TZ_FILE_PATH="/etc/TZ"
392+
393+#
394+# Advanced Library Settings
395+#
396+UCLIBC_PWD_BUFFER_SIZE=256
397+UCLIBC_GRP_BUFFER_SIZE=256
398+
399+#
400+# Support various families of functions
401+#
402+UCLIBC_LINUX_MODULE_24=y
403+UCLIBC_LINUX_SPECIFIC=y
404+UCLIBC_HAS_GNU_ERROR=y
405+# UCLIBC_BSD_SPECIFIC is not set
406+# UCLIBC_HAS_BSD_ERR is not set
407+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
408+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
409+# UCLIBC_NTP_LEGACY is not set
410+# UCLIBC_SV4_DEPRECATED is not set
411+UCLIBC_HAS_REALTIME=y
412+UCLIBC_HAS_ADVANCED_REALTIME=y
413+UCLIBC_HAS_EPOLL=y
414+UCLIBC_HAS_XATTR=y
415+UCLIBC_HAS_PROFILING=y
416+UCLIBC_HAS_CRYPT_IMPL=y
417+UCLIBC_HAS_CRYPT=y
418+UCLIBC_HAS_NETWORK_SUPPORT=y
419+UCLIBC_HAS_SOCKET=y
420+UCLIBC_HAS_IPV4=y
421+UCLIBC_HAS_IPV6=y
422+UCLIBC_HAS_RPC=y
423+UCLIBC_HAS_FULL_RPC=y
424+UCLIBC_HAS_REENTRANT_RPC=y
425+UCLIBC_USE_NETLINK=y
426+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
427+# UCLIBC_HAS_BSD_RES_CLOSE is not set
428+UCLIBC_HAS_COMPAT_RES_STATE=y
429+# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
430+# UCLIBC_HAS_LIBRESOLV_STUB is not set
431+# UCLIBC_HAS_LIBNSL_STUB is not set
432+
433+#
434+# String and Stdio Support
435+#
436+# UCLIBC_HAS_STRING_GENERIC_OPT is not set
437+# UCLIBC_HAS_STRING_ARCH_OPT is not set
438+UCLIBC_HAS_CTYPE_TABLES=y
439+UCLIBC_HAS_CTYPE_SIGNED=y
440+# UCLIBC_HAS_CTYPE_UNSAFE is not set
441+# UCLIBC_HAS_CTYPE_CHECKED is not set
442+UCLIBC_HAS_CTYPE_ENFORCED=y
443+UCLIBC_HAS_WCHAR=y
444+# UCLIBC_HAS_LOCALE is not set
445+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
446+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
447+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
448+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
449+# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
450+# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
451+# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
452+# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
453+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
454+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
455+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
456+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
457+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
458+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
459+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
460+UCLIBC_HAS_STDIO_GETC_MACRO=y
461+UCLIBC_HAS_STDIO_PUTC_MACRO=y
462+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
463+UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
464+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
465+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
466+UCLIBC_HAS_PRINTF_M_SPEC=y
467+UCLIBC_HAS_ERRNO_MESSAGES=y
468+UCLIBC_HAS_SYS_ERRLIST=y
469+UCLIBC_HAS_SIGNUM_MESSAGES=y
470+UCLIBC_HAS_SYS_SIGLIST=y
471+UCLIBC_HAS_GNU_GETOPT=y
472+UCLIBC_HAS_GNU_GETSUBOPT=y
473+
474+#
475+# Big and Tall
476+#
477+UCLIBC_HAS_REGEX=y
478+# UCLIBC_HAS_REGEX_OLD is not set
479+UCLIBC_HAS_FNMATCH=y
480+# UCLIBC_HAS_FNMATCH_OLD is not set
481+UCLIBC_HAS_WORDEXP=y
482+# UCLIBC_HAS_NFTW is not set
483+UCLIBC_HAS_GLOB=y
484+UCLIBC_HAS_GNU_GLOB=y
485+
486+#
487+# Library Installation Options
488+#
489+RUNTIME_PREFIX="/"
490+DEVEL_PREFIX="/usr/"
491+MULTILIB_DIR="lib"
492+HARDWIRED_ABSPATH=y
493+
494+#
495+# Security options
496+#
497+# UCLIBC_BUILD_PIE is not set
498+UCLIBC_HAS_ARC4RANDOM=y
499+# HAVE_NO_SSP is not set
500+# UCLIBC_HAS_SSP is not set
501+UCLIBC_BUILD_RELRO=y
502+# UCLIBC_BUILD_NOW is not set
503+UCLIBC_BUILD_NOEXECSTACK=y
504+
505+#
506+# uClibc development/debugging options
507+#
508+CROSS_COMPILER_PREFIX="${CLFS_TARGET}-"
509+UCLIBC_EXTRA_CFLAGS=""
510+# DODEBUG is not set
511+# DODEBUG_PT is not set
512+DOSTRIP=y
513+# DOASSERTS is not set
514+# SUPPORT_LD_DEBUG is not set
515+# SUPPORT_LD_DEBUG_EARLY is not set
516+# UCLIBC_MALLOC_DEBUGGING is not set
517+WARNINGS="-Wall"
518+# EXTRA_WARNINGS is not set
519+# DOMULTI is not set
520+# UCLIBC_MJN3_ONLY is not set
521diff -Naur uClibc-0.9.31.orig/clfs/config.arm.little uClibc-0.9.31/clfs/config.arm.little
522--- uClibc-0.9.31.orig/clfs/config.arm.little 1969-12-31 19:00:00.000000000 -0500
523+++ uClibc-0.9.31/clfs/config.arm.little 2011-02-15 07:05:15.000000000 -0500
524@@ -0,0 +1,252 @@
525+#
526+# Automatically generated make config: don't edit
527+# Version: 0.9.31
528+# Sun Nov 28 10:27:45 2010
529+#
530+# TARGET_alpha is not set
531+TARGET_arm=y
532+# TARGET_avr32 is not set
533+# TARGET_bfin is not set
534+# TARGET_cris is not set
535+# TARGET_e1 is not set
536+# TARGET_frv is not set
537+# TARGET_h8300 is not set
538+# TARGET_hppa is not set
539+# TARGET_i386 is not set
540+# TARGET_i960 is not set
541+# TARGET_ia64 is not set
542+# TARGET_m68k is not set
543+# TARGET_microblaze is not set
544+# TARGET_mips is not set
545+# TARGET_nios is not set
546+# TARGET_nios2 is not set
547+# TARGET_powerpc is not set
548+# TARGET_sh is not set
549+# TARGET_sh64 is not set
550+# TARGET_sparc is not set
551+# TARGET_v850 is not set
552+# TARGET_vax is not set
553+# TARGET_x86_64 is not set
554+# TARGET_xtensa is not set
555+
556+#
557+# Target Architecture Features and Options
558+#
559+TARGET_ARCH="arm"
560+FORCE_OPTIONS_FOR_ARCH=y
561+CONFIG_ARM_OABI=y
562+# CONFIG_ARM_EABI is not set
563+CONFIG_GENERIC_ARM=y
564+# CONFIG_ARM610 is not set
565+# CONFIG_ARM710 is not set
566+# CONFIG_ARM7TDMI is not set
567+# CONFIG_ARM720T is not set
568+# CONFIG_ARM920T is not set
569+# CONFIG_ARM922T is not set
570+# CONFIG_ARM926T is not set
571+# CONFIG_ARM10T is not set
572+# CONFIG_ARM1136JF_S is not set
573+# CONFIG_ARM1176JZ_S is not set
574+# CONFIG_ARM1176JZF_S is not set
575+# CONFIG_ARM_CORTEX_M3 is not set
576+# CONFIG_ARM_CORTEX_M1 is not set
577+# CONFIG_ARM_SA110 is not set
578+# CONFIG_ARM_SA1100 is not set
579+# CONFIG_ARM_XSCALE is not set
580+# CONFIG_ARM_IWMMXT is not set
581+TARGET_SUBARCH=""
582+
583+#
584+# Using ELF file format
585+#
586+ARCH_ANY_ENDIAN=y
587+ARCH_LITTLE_ENDIAN=y
588+# ARCH_WANTS_BIG_ENDIAN is not set
589+ARCH_WANTS_LITTLE_ENDIAN=y
590+ARCH_HAS_MMU=y
591+ARCH_USE_MMU=y
592+UCLIBC_HAS_FLOATS=y
593+UCLIBC_HAS_FPU=y
594+DO_C99_MATH=y
595+# DO_XSI_MATH is not set
596+UCLIBC_HAS_FENV=y
597+KERNEL_HEADERS="${CLFS}/usr/include"
598+HAVE_DOT_CONFIG=y
599+
600+#
601+# General Library Settings
602+#
603+# HAVE_NO_PIC is not set
604+DOPIC=y
605+# ARCH_HAS_NO_SHARED is not set
606+# ARCH_HAS_NO_LDSO is not set
607+HAVE_SHARED=y
608+# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
609+LDSO_LDD_SUPPORT=y
610+LDSO_CACHE_SUPPORT=y
611+# LDSO_PRELOAD_FILE_SUPPORT is not set
612+LDSO_BASE_FILENAME="ld.so"
613+UCLIBC_STATIC_LDCONFIG=y
614+LDSO_RUNPATH=y
615+LDSO_SEARCH_INTERP_PATH=y
616+UCLIBC_CTOR_DTOR=y
617+# LDSO_GNU_HASH_SUPPORT is not set
618+# HAS_NO_THREADS is not set
619+LINUXTHREADS_OLD=y
620+# LINUXTHREADS_NEW is not set
621+UCLIBC_HAS_THREADS=y
622+# PTHREADS_DEBUG_SUPPORT is not set
623+UCLIBC_HAS_SYSLOG=y
624+UCLIBC_HAS_LFS=y
625+# MALLOC is not set
626+# MALLOC_SIMPLE is not set
627+MALLOC_STANDARD=y
628+MALLOC_GLIBC_COMPAT=y
629+UCLIBC_DYNAMIC_ATEXIT=y
630+# COMPAT_ATEXIT is not set
631+UCLIBC_SUSV3_LEGACY=y
632+# UCLIBC_SUSV3_LEGACY_MACROS is not set
633+# UCLIBC_SUSV4_LEGACY is not set
634+# UCLIBC_HAS_STUBS is not set
635+UCLIBC_HAS_SHADOW=y
636+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
637+UCLIBC_HAS___PROGNAME=y
638+UCLIBC_HAS_PTY=y
639+ASSUME_DEVPTS=y
640+UNIX98PTY_ONLY=y
641+UCLIBC_HAS_GETPT=y
642+# UCLIBC_HAS_LIBUTIL is not set
643+UCLIBC_HAS_TM_EXTENSIONS=y
644+UCLIBC_HAS_TZ_CACHING=y
645+UCLIBC_HAS_TZ_FILE=y
646+UCLIBC_HAS_TZ_FILE_READ_MANY=y
647+UCLIBC_TZ_FILE_PATH="/etc/TZ"
648+
649+#
650+# Advanced Library Settings
651+#
652+UCLIBC_PWD_BUFFER_SIZE=256
653+UCLIBC_GRP_BUFFER_SIZE=256
654+
655+#
656+# Support various families of functions
657+#
658+UCLIBC_LINUX_MODULE_24=y
659+UCLIBC_LINUX_SPECIFIC=y
660+UCLIBC_HAS_GNU_ERROR=y
661+# UCLIBC_BSD_SPECIFIC is not set
662+# UCLIBC_HAS_BSD_ERR is not set
663+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
664+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
665+# UCLIBC_NTP_LEGACY is not set
666+# UCLIBC_SV4_DEPRECATED is not set
667+UCLIBC_HAS_REALTIME=y
668+UCLIBC_HAS_ADVANCED_REALTIME=y
669+UCLIBC_HAS_EPOLL=y
670+UCLIBC_HAS_XATTR=y
671+UCLIBC_HAS_PROFILING=y
672+UCLIBC_HAS_CRYPT_IMPL=y
673+UCLIBC_HAS_CRYPT=y
674+UCLIBC_HAS_NETWORK_SUPPORT=y
675+UCLIBC_HAS_SOCKET=y
676+UCLIBC_HAS_IPV4=y
677+UCLIBC_HAS_IPV6=y
678+UCLIBC_HAS_RPC=y
679+UCLIBC_HAS_FULL_RPC=y
680+UCLIBC_HAS_REENTRANT_RPC=y
681+UCLIBC_USE_NETLINK=y
682+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
683+# UCLIBC_HAS_BSD_RES_CLOSE is not set
684+UCLIBC_HAS_COMPAT_RES_STATE=y
685+# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
686+# UCLIBC_HAS_LIBRESOLV_STUB is not set
687+# UCLIBC_HAS_LIBNSL_STUB is not set
688+
689+#
690+# String and Stdio Support
691+#
692+# UCLIBC_HAS_STRING_GENERIC_OPT is not set
693+# UCLIBC_HAS_STRING_ARCH_OPT is not set
694+UCLIBC_HAS_CTYPE_TABLES=y
695+UCLIBC_HAS_CTYPE_SIGNED=y
696+# UCLIBC_HAS_CTYPE_UNSAFE is not set
697+# UCLIBC_HAS_CTYPE_CHECKED is not set
698+UCLIBC_HAS_CTYPE_ENFORCED=y
699+UCLIBC_HAS_WCHAR=y
700+# UCLIBC_HAS_LOCALE is not set
701+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
702+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
703+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
704+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
705+# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
706+# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
707+# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
708+# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
709+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
710+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
711+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
712+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
713+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
714+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
715+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
716+UCLIBC_HAS_STDIO_GETC_MACRO=y
717+UCLIBC_HAS_STDIO_PUTC_MACRO=y
718+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
719+UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
720+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
721+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
722+UCLIBC_HAS_PRINTF_M_SPEC=y
723+UCLIBC_HAS_ERRNO_MESSAGES=y
724+UCLIBC_HAS_SYS_ERRLIST=y
725+UCLIBC_HAS_SIGNUM_MESSAGES=y
726+UCLIBC_HAS_SYS_SIGLIST=y
727+UCLIBC_HAS_GNU_GETOPT=y
728+UCLIBC_HAS_GNU_GETSUBOPT=y
729+
730+#
731+# Big and Tall
732+#
733+UCLIBC_HAS_REGEX=y
734+# UCLIBC_HAS_REGEX_OLD is not set
735+UCLIBC_HAS_FNMATCH=y
736+# UCLIBC_HAS_FNMATCH_OLD is not set
737+UCLIBC_HAS_WORDEXP=y
738+# UCLIBC_HAS_NFTW is not set
739+UCLIBC_HAS_GLOB=y
740+UCLIBC_HAS_GNU_GLOB=y
741+
742+#
743+# Library Installation Options
744+#
745+RUNTIME_PREFIX="/"
746+DEVEL_PREFIX="/usr/"
747+MULTILIB_DIR="lib"
748+HARDWIRED_ABSPATH=y
749+
750+#
751+# Security options
752+#
753+# UCLIBC_BUILD_PIE is not set
754+UCLIBC_HAS_ARC4RANDOM=y
755+# HAVE_NO_SSP is not set
756+# UCLIBC_HAS_SSP is not set
757+UCLIBC_BUILD_RELRO=y
758+# UCLIBC_BUILD_NOW is not set
759+UCLIBC_BUILD_NOEXECSTACK=y
760+
761+#
762+# uClibc development/debugging options
763+#
764+CROSS_COMPILER_PREFIX="${CLFS_TARGET}-"
765+UCLIBC_EXTRA_CFLAGS=""
766+# DODEBUG is not set
767+# DODEBUG_PT is not set
768+DOSTRIP=y
769+# DOASSERTS is not set
770+# SUPPORT_LD_DEBUG is not set
771+# SUPPORT_LD_DEBUG_EARLY is not set
772+# UCLIBC_MALLOC_DEBUGGING is not set
773+WARNINGS="-Wall"
774+# EXTRA_WARNINGS is not set
775+# DOMULTI is not set
776+# UCLIBC_MJN3_ONLY is not set
777diff -Naur uClibc-0.9.31.orig/clfs/config.arm.little.EABI uClibc-0.9.31/clfs/config.arm.little.EABI
778--- uClibc-0.9.31.orig/clfs/config.arm.little.EABI 1969-12-31 19:00:00.000000000 -0500
779+++ uClibc-0.9.31/clfs/config.arm.little.EABI 2011-02-15 07:05:15.000000000 -0500
780@@ -0,0 +1,252 @@
781+#
782+# Automatically generated make config: don't edit
783+# Version: 0.9.31
784+# Tue Feb 15 06:55:53 2011
785+#
786+# TARGET_alpha is not set
787+TARGET_arm=y
788+# TARGET_avr32 is not set
789+# TARGET_bfin is not set
790+# TARGET_cris is not set
791+# TARGET_e1 is not set
792+# TARGET_frv is not set
793+# TARGET_h8300 is not set
794+# TARGET_hppa is not set
795+# TARGET_i386 is not set
796+# TARGET_i960 is not set
797+# TARGET_ia64 is not set
798+# TARGET_m68k is not set
799+# TARGET_microblaze is not set
800+# TARGET_mips is not set
801+# TARGET_nios is not set
802+# TARGET_nios2 is not set
803+# TARGET_powerpc is not set
804+# TARGET_sh is not set
805+# TARGET_sh64 is not set
806+# TARGET_sparc is not set
807+# TARGET_v850 is not set
808+# TARGET_vax is not set
809+# TARGET_x86_64 is not set
810+# TARGET_xtensa is not set
811+
812+#
813+# Target Architecture Features and Options
814+#
815+TARGET_ARCH="arm"
816+FORCE_OPTIONS_FOR_ARCH=y
817+# CONFIG_ARM_OABI is not set
818+CONFIG_ARM_EABI=y
819+CONFIG_GENERIC_ARM=y
820+# CONFIG_ARM610 is not set
821+# CONFIG_ARM710 is not set
822+# CONFIG_ARM7TDMI is not set
823+# CONFIG_ARM720T is not set
824+# CONFIG_ARM920T is not set
825+# CONFIG_ARM922T is not set
826+# CONFIG_ARM926T is not set
827+# CONFIG_ARM10T is not set
828+# CONFIG_ARM1136JF_S is not set
829+# CONFIG_ARM1176JZ_S is not set
830+# CONFIG_ARM1176JZF_S is not set
831+# CONFIG_ARM_CORTEX_M3 is not set
832+# CONFIG_ARM_CORTEX_M1 is not set
833+# CONFIG_ARM_SA110 is not set
834+# CONFIG_ARM_SA1100 is not set
835+# CONFIG_ARM_XSCALE is not set
836+# CONFIG_ARM_IWMMXT is not set
837+TARGET_SUBARCH=""
838+
839+#
840+# Using ELF file format
841+#
842+ARCH_ANY_ENDIAN=y
843+ARCH_LITTLE_ENDIAN=y
844+# ARCH_WANTS_BIG_ENDIAN is not set
845+ARCH_WANTS_LITTLE_ENDIAN=y
846+ARCH_HAS_MMU=y
847+ARCH_USE_MMU=y
848+UCLIBC_HAS_FLOATS=y
849+UCLIBC_HAS_FPU=y
850+DO_C99_MATH=y
851+# DO_XSI_MATH is not set
852+UCLIBC_HAS_FENV=y
853+KERNEL_HEADERS="${CLFS}/usr/include"
854+HAVE_DOT_CONFIG=y
855+
856+#
857+# General Library Settings
858+#
859+# HAVE_NO_PIC is not set
860+DOPIC=y
861+# ARCH_HAS_NO_SHARED is not set
862+# ARCH_HAS_NO_LDSO is not set
863+HAVE_SHARED=y
864+# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
865+LDSO_LDD_SUPPORT=y
866+LDSO_CACHE_SUPPORT=y
867+# LDSO_PRELOAD_FILE_SUPPORT is not set
868+LDSO_BASE_FILENAME="ld.so"
869+UCLIBC_STATIC_LDCONFIG=y
870+LDSO_RUNPATH=y
871+LDSO_SEARCH_INTERP_PATH=y
872+UCLIBC_CTOR_DTOR=y
873+# LDSO_GNU_HASH_SUPPORT is not set
874+# HAS_NO_THREADS is not set
875+LINUXTHREADS_OLD=y
876+# LINUXTHREADS_NEW is not set
877+UCLIBC_HAS_THREADS=y
878+# PTHREADS_DEBUG_SUPPORT is not set
879+UCLIBC_HAS_SYSLOG=y
880+UCLIBC_HAS_LFS=y
881+# MALLOC is not set
882+# MALLOC_SIMPLE is not set
883+MALLOC_STANDARD=y
884+MALLOC_GLIBC_COMPAT=y
885+UCLIBC_DYNAMIC_ATEXIT=y
886+# COMPAT_ATEXIT is not set
887+UCLIBC_SUSV3_LEGACY=y
888+# UCLIBC_SUSV3_LEGACY_MACROS is not set
889+# UCLIBC_SUSV4_LEGACY is not set
890+# UCLIBC_HAS_STUBS is not set
891+UCLIBC_HAS_SHADOW=y
892+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
893+UCLIBC_HAS___PROGNAME=y
894+UCLIBC_HAS_PTY=y
895+ASSUME_DEVPTS=y
896+UNIX98PTY_ONLY=y
897+UCLIBC_HAS_GETPT=y
898+# UCLIBC_HAS_LIBUTIL is not set
899+UCLIBC_HAS_TM_EXTENSIONS=y
900+UCLIBC_HAS_TZ_CACHING=y
901+UCLIBC_HAS_TZ_FILE=y
902+UCLIBC_HAS_TZ_FILE_READ_MANY=y
903+UCLIBC_TZ_FILE_PATH="/etc/TZ"
904+
905+#
906+# Advanced Library Settings
907+#
908+UCLIBC_PWD_BUFFER_SIZE=256
909+UCLIBC_GRP_BUFFER_SIZE=256
910+
911+#
912+# Support various families of functions
913+#
914+UCLIBC_LINUX_MODULE_24=y
915+UCLIBC_LINUX_SPECIFIC=y
916+UCLIBC_HAS_GNU_ERROR=y
917+# UCLIBC_BSD_SPECIFIC is not set
918+# UCLIBC_HAS_BSD_ERR is not set
919+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
920+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
921+# UCLIBC_NTP_LEGACY is not set
922+# UCLIBC_SV4_DEPRECATED is not set
923+UCLIBC_HAS_REALTIME=y
924+UCLIBC_HAS_ADVANCED_REALTIME=y
925+UCLIBC_HAS_EPOLL=y
926+UCLIBC_HAS_XATTR=y
927+UCLIBC_HAS_PROFILING=y
928+UCLIBC_HAS_CRYPT_IMPL=y
929+UCLIBC_HAS_CRYPT=y
930+UCLIBC_HAS_NETWORK_SUPPORT=y
931+UCLIBC_HAS_SOCKET=y
932+UCLIBC_HAS_IPV4=y
933+UCLIBC_HAS_IPV6=y
934+UCLIBC_HAS_RPC=y
935+UCLIBC_HAS_FULL_RPC=y
936+UCLIBC_HAS_REENTRANT_RPC=y
937+UCLIBC_USE_NETLINK=y
938+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
939+# UCLIBC_HAS_BSD_RES_CLOSE is not set
940+UCLIBC_HAS_COMPAT_RES_STATE=y
941+# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
942+# UCLIBC_HAS_LIBRESOLV_STUB is not set
943+# UCLIBC_HAS_LIBNSL_STUB is not set
944+
945+#
946+# String and Stdio Support
947+#
948+# UCLIBC_HAS_STRING_GENERIC_OPT is not set
949+# UCLIBC_HAS_STRING_ARCH_OPT is not set
950+UCLIBC_HAS_CTYPE_TABLES=y
951+UCLIBC_HAS_CTYPE_SIGNED=y
952+# UCLIBC_HAS_CTYPE_UNSAFE is not set
953+# UCLIBC_HAS_CTYPE_CHECKED is not set
954+UCLIBC_HAS_CTYPE_ENFORCED=y
955+UCLIBC_HAS_WCHAR=y
956+# UCLIBC_HAS_LOCALE is not set
957+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
958+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
959+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
960+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
961+# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
962+# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
963+# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
964+# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
965+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
966+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
967+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
968+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
969+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
970+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
971+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
972+UCLIBC_HAS_STDIO_GETC_MACRO=y
973+UCLIBC_HAS_STDIO_PUTC_MACRO=y
974+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
975+UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
976+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
977+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
978+UCLIBC_HAS_PRINTF_M_SPEC=y
979+UCLIBC_HAS_ERRNO_MESSAGES=y
980+UCLIBC_HAS_SYS_ERRLIST=y
981+UCLIBC_HAS_SIGNUM_MESSAGES=y
982+UCLIBC_HAS_SYS_SIGLIST=y
983+UCLIBC_HAS_GNU_GETOPT=y
984+UCLIBC_HAS_GNU_GETSUBOPT=y
985+
986+#
987+# Big and Tall
988+#
989+UCLIBC_HAS_REGEX=y
990+# UCLIBC_HAS_REGEX_OLD is not set
991+UCLIBC_HAS_FNMATCH=y
992+# UCLIBC_HAS_FNMATCH_OLD is not set
993+UCLIBC_HAS_WORDEXP=y
994+# UCLIBC_HAS_NFTW is not set
995+UCLIBC_HAS_GLOB=y
996+UCLIBC_HAS_GNU_GLOB=y
997+
998+#
999+# Library Installation Options
1000+#
1001+RUNTIME_PREFIX="/"
1002+DEVEL_PREFIX="/usr/"
1003+MULTILIB_DIR="lib"
1004+HARDWIRED_ABSPATH=y
1005+
1006+#
1007+# Security options
1008+#
1009+# UCLIBC_BUILD_PIE is not set
1010+UCLIBC_HAS_ARC4RANDOM=y
1011+# HAVE_NO_SSP is not set
1012+# UCLIBC_HAS_SSP is not set
1013+UCLIBC_BUILD_RELRO=y
1014+# UCLIBC_BUILD_NOW is not set
1015+UCLIBC_BUILD_NOEXECSTACK=y
1016+
1017+#
1018+# uClibc development/debugging options
1019+#
1020+CROSS_COMPILER_PREFIX="${CLFS_TARGET}-"
1021+UCLIBC_EXTRA_CFLAGS=""
1022+# DODEBUG is not set
1023+# DODEBUG_PT is not set
1024+DOSTRIP=y
1025+# DOASSERTS is not set
1026+# SUPPORT_LD_DEBUG is not set
1027+# SUPPORT_LD_DEBUG_EARLY is not set
1028+# UCLIBC_MALLOC_DEBUGGING is not set
1029+WARNINGS="-Wall"
1030+# EXTRA_WARNINGS is not set
1031+# DOMULTI is not set
1032+# UCLIBC_MJN3_ONLY is not set
1033diff -Naur uClibc-0.9.31.orig/clfs/config.i386.little uClibc-0.9.31/clfs/config.i386.little
1034--- uClibc-0.9.31.orig/clfs/config.i386.little 1969-12-31 19:00:00.000000000 -0500
1035+++ uClibc-0.9.31/clfs/config.i386.little 2011-02-15 07:05:15.000000000 -0500
1036@@ -0,0 +1,256 @@
1037+#
1038+# Automatically generated make config: don't edit
1039+# Version: 0.9.31
1040+# Sun Nov 28 10:23:29 2010
1041+#
1042+# TARGET_alpha is not set
1043+# TARGET_arm is not set
1044+# TARGET_avr32 is not set
1045+# TARGET_bfin is not set
1046+# TARGET_cris is not set
1047+# TARGET_e1 is not set
1048+# TARGET_frv is not set
1049+# TARGET_h8300 is not set
1050+# TARGET_hppa is not set
1051+TARGET_i386=y
1052+# TARGET_i960 is not set
1053+# TARGET_ia64 is not set
1054+# TARGET_m68k is not set
1055+# TARGET_microblaze is not set
1056+# TARGET_mips is not set
1057+# TARGET_nios is not set
1058+# TARGET_nios2 is not set
1059+# TARGET_powerpc is not set
1060+# TARGET_sh is not set
1061+# TARGET_sh64 is not set
1062+# TARGET_sparc is not set
1063+# TARGET_v850 is not set
1064+# TARGET_vax is not set
1065+# TARGET_x86_64 is not set
1066+# TARGET_xtensa is not set
1067+
1068+#
1069+# Target Architecture Features and Options
1070+#
1071+TARGET_ARCH="i386"
1072+FORCE_OPTIONS_FOR_ARCH=y
1073+CONFIG_GENERIC_386=y
1074+# CONFIG_386 is not set
1075+# CONFIG_486 is not set
1076+# CONFIG_586 is not set
1077+# CONFIG_586MMX is not set
1078+# CONFIG_686 is not set
1079+# CONFIG_PENTIUMII is not set
1080+# CONFIG_PENTIUMIII is not set
1081+# CONFIG_PENTIUM4 is not set
1082+# CONFIG_K6 is not set
1083+# CONFIG_K7 is not set
1084+# CONFIG_ELAN is not set
1085+# CONFIG_CRUSOE is not set
1086+# CONFIG_WINCHIPC6 is not set
1087+# CONFIG_WINCHIP2 is not set
1088+# CONFIG_CYRIXIII is not set
1089+# CONFIG_NEHEMIAH is not set
1090+TARGET_SUBARCH=""
1091+
1092+#
1093+# Using ELF file format
1094+#
1095+ARCH_LITTLE_ENDIAN=y
1096+
1097+#
1098+# Using Little Endian
1099+#
1100+ARCH_HAS_MMU=y
1101+ARCH_USE_MMU=y
1102+UCLIBC_HAS_FLOATS=y
1103+UCLIBC_HAS_FPU=y
1104+DO_C99_MATH=y
1105+# DO_XSI_MATH is not set
1106+UCLIBC_HAS_FENV=y
1107+UCLIBC_HAS_LONG_DOUBLE_MATH=y
1108+KERNEL_HEADERS="${CLFS}/usr/include"
1109+HAVE_DOT_CONFIG=y
1110+
1111+#
1112+# General Library Settings
1113+#
1114+# HAVE_NO_PIC is not set
1115+DOPIC=y
1116+# ARCH_HAS_NO_SHARED is not set
1117+# ARCH_HAS_NO_LDSO is not set
1118+HAVE_SHARED=y
1119+# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
1120+LDSO_LDD_SUPPORT=y
1121+LDSO_CACHE_SUPPORT=y
1122+LDSO_PRELOAD_FILE_SUPPORT=y
1123+LDSO_BASE_FILENAME="ld.so"
1124+# UCLIBC_STATIC_LDCONFIG is not set
1125+LDSO_RUNPATH=y
1126+LDSO_SEARCH_INTERP_PATH=y
1127+UCLIBC_CTOR_DTOR=y
1128+LDSO_GNU_HASH_SUPPORT=y
1129+# HAS_NO_THREADS is not set
1130+LINUXTHREADS_OLD=y
1131+# LINUXTHREADS_NEW is not set
1132+UCLIBC_HAS_THREADS=y
1133+# PTHREADS_DEBUG_SUPPORT is not set
1134+UCLIBC_HAS_SYSLOG=y
1135+UCLIBC_HAS_LFS=y
1136+# MALLOC is not set
1137+# MALLOC_SIMPLE is not set
1138+MALLOC_STANDARD=y
1139+MALLOC_GLIBC_COMPAT=y
1140+UCLIBC_DYNAMIC_ATEXIT=y
1141+# COMPAT_ATEXIT is not set
1142+UCLIBC_SUSV3_LEGACY=y
1143+# UCLIBC_SUSV3_LEGACY_MACROS is not set
1144+# UCLIBC_SUSV4_LEGACY is not set
1145+# UCLIBC_HAS_STUBS is not set
1146+UCLIBC_HAS_SHADOW=y
1147+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
1148+UCLIBC_HAS___PROGNAME=y
1149+UCLIBC_HAS_PTY=y
1150+ASSUME_DEVPTS=y
1151+UNIX98PTY_ONLY=y
1152+UCLIBC_HAS_GETPT=y
1153+# UCLIBC_HAS_LIBUTIL is not set
1154+UCLIBC_HAS_TM_EXTENSIONS=y
1155+UCLIBC_HAS_TZ_CACHING=y
1156+UCLIBC_HAS_TZ_FILE=y
1157+UCLIBC_HAS_TZ_FILE_READ_MANY=y
1158+UCLIBC_TZ_FILE_PATH="/etc/TZ"
1159+
1160+#
1161+# Advanced Library Settings
1162+#
1163+UCLIBC_PWD_BUFFER_SIZE=256
1164+UCLIBC_GRP_BUFFER_SIZE=256
1165+
1166+#
1167+# Support various families of functions
1168+#
1169+UCLIBC_LINUX_MODULE_24=y
1170+UCLIBC_LINUX_SPECIFIC=y
1171+UCLIBC_HAS_GNU_ERROR=y
1172+# UCLIBC_BSD_SPECIFIC is not set
1173+# UCLIBC_HAS_BSD_ERR is not set
1174+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
1175+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
1176+# UCLIBC_NTP_LEGACY is not set
1177+# UCLIBC_SV4_DEPRECATED is not set
1178+UCLIBC_HAS_REALTIME=y
1179+UCLIBC_HAS_ADVANCED_REALTIME=y
1180+UCLIBC_HAS_EPOLL=y
1181+UCLIBC_HAS_XATTR=y
1182+UCLIBC_HAS_PROFILING=y
1183+UCLIBC_HAS_CRYPT_IMPL=y
1184+UCLIBC_HAS_CRYPT=y
1185+UCLIBC_HAS_NETWORK_SUPPORT=y
1186+UCLIBC_HAS_SOCKET=y
1187+UCLIBC_HAS_IPV4=y
1188+UCLIBC_HAS_IPV6=y
1189+UCLIBC_HAS_RPC=y
1190+UCLIBC_HAS_FULL_RPC=y
1191+UCLIBC_HAS_REENTRANT_RPC=y
1192+UCLIBC_USE_NETLINK=y
1193+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
1194+# UCLIBC_HAS_BSD_RES_CLOSE is not set
1195+UCLIBC_HAS_COMPAT_RES_STATE=y
1196+# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
1197+# UCLIBC_HAS_LIBRESOLV_STUB is not set
1198+# UCLIBC_HAS_LIBNSL_STUB is not set
1199+
1200+#
1201+# String and Stdio Support
1202+#
1203+# UCLIBC_HAS_STRING_GENERIC_OPT is not set
1204+# UCLIBC_HAS_STRING_ARCH_OPT is not set
1205+UCLIBC_HAS_CTYPE_TABLES=y
1206+UCLIBC_HAS_CTYPE_SIGNED=y
1207+# UCLIBC_HAS_CTYPE_UNSAFE is not set
1208+# UCLIBC_HAS_CTYPE_CHECKED is not set
1209+UCLIBC_HAS_CTYPE_ENFORCED=y
1210+UCLIBC_HAS_WCHAR=y
1211+# UCLIBC_HAS_LOCALE is not set
1212+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
1213+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
1214+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
1215+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
1216+# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
1217+# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
1218+# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
1219+# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
1220+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
1221+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
1222+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
1223+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
1224+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
1225+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
1226+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
1227+UCLIBC_HAS_STDIO_GETC_MACRO=y
1228+UCLIBC_HAS_STDIO_PUTC_MACRO=y
1229+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
1230+UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
1231+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
1232+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
1233+UCLIBC_HAS_PRINTF_M_SPEC=y
1234+UCLIBC_HAS_ERRNO_MESSAGES=y
1235+UCLIBC_HAS_SYS_ERRLIST=y
1236+UCLIBC_HAS_SIGNUM_MESSAGES=y
1237+UCLIBC_HAS_SYS_SIGLIST=y
1238+UCLIBC_HAS_GNU_GETOPT=y
1239+UCLIBC_HAS_GNU_GETSUBOPT=y
1240+
1241+#
1242+# Big and Tall
1243+#
1244+UCLIBC_HAS_REGEX=y
1245+# UCLIBC_HAS_REGEX_OLD is not set
1246+UCLIBC_HAS_FNMATCH=y
1247+# UCLIBC_HAS_FNMATCH_OLD is not set
1248+UCLIBC_HAS_WORDEXP=y
1249+# UCLIBC_HAS_NFTW is not set
1250+UCLIBC_HAS_GLOB=y
1251+UCLIBC_HAS_GNU_GLOB=y
1252+
1253+#
1254+# Library Installation Options
1255+#
1256+RUNTIME_PREFIX="/"
1257+DEVEL_PREFIX="/usr/"
1258+MULTILIB_DIR="lib"
1259+HARDWIRED_ABSPATH=y
1260+
1261+#
1262+# Security options
1263+#
1264+# UCLIBC_BUILD_PIE is not set
1265+UCLIBC_HAS_ARC4RANDOM=y
1266+# HAVE_NO_SSP is not set
1267+UCLIBC_HAS_SSP=y
1268+UCLIBC_HAS_SSP_COMPAT=y
1269+SSP_QUICK_CANARY=y
1270+PROPOLICE_BLOCK_ABRT=y
1271+# PROPOLICE_BLOCK_SEGV is not set
1272+UCLIBC_BUILD_SSP=y
1273+UCLIBC_BUILD_RELRO=y
1274+UCLIBC_BUILD_NOW=y
1275+UCLIBC_BUILD_NOEXECSTACK=y
1276+
1277+#
1278+# uClibc development/debugging options
1279+#
1280+CROSS_COMPILER_PREFIX="${CLFS_TARGET}-"
1281+UCLIBC_EXTRA_CFLAGS=""
1282+# DODEBUG is not set
1283+# DODEBUG_PT is not set
1284+DOSTRIP=y
1285+# DOASSERTS is not set
1286+# SUPPORT_LD_DEBUG is not set
1287+# SUPPORT_LD_DEBUG_EARLY is not set
1288+# UCLIBC_MALLOC_DEBUGGING is not set
1289+WARNINGS="-Wall"
1290+# EXTRA_WARNINGS is not set
1291+# DOMULTI is not set
1292+# UCLIBC_MJN3_ONLY is not set
1293diff -Naur uClibc-0.9.31.orig/clfs/config.mips.big uClibc-0.9.31/clfs/config.mips.big
1294--- uClibc-0.9.31.orig/clfs/config.mips.big 1969-12-31 19:00:00.000000000 -0500
1295+++ uClibc-0.9.31/clfs/config.mips.big 2011-02-15 07:05:15.000000000 -0500
1296@@ -0,0 +1,242 @@
1297+#
1298+# Automatically generated make config: don't edit
1299+# Version: 0.9.31
1300+# Sun Nov 28 10:28:31 2010
1301+#
1302+# TARGET_alpha is not set
1303+# TARGET_arm is not set
1304+# TARGET_avr32 is not set
1305+# TARGET_bfin is not set
1306+# TARGET_cris is not set
1307+# TARGET_e1 is not set
1308+# TARGET_frv is not set
1309+# TARGET_h8300 is not set
1310+# TARGET_hppa is not set
1311+# TARGET_i386 is not set
1312+# TARGET_i960 is not set
1313+# TARGET_ia64 is not set
1314+# TARGET_m68k is not set
1315+# TARGET_microblaze is not set
1316+TARGET_mips=y
1317+# TARGET_nios is not set
1318+# TARGET_nios2 is not set
1319+# TARGET_powerpc is not set
1320+# TARGET_sh is not set
1321+# TARGET_sh64 is not set
1322+# TARGET_sparc is not set
1323+# TARGET_v850 is not set
1324+# TARGET_vax is not set
1325+# TARGET_x86_64 is not set
1326+# TARGET_xtensa is not set
1327+
1328+#
1329+# Target Architecture Features and Options
1330+#
1331+TARGET_ARCH="mips"
1332+FORCE_OPTIONS_FOR_ARCH=y
1333+CONFIG_MIPS_O32_ABI=y
1334+# CONFIG_MIPS_N32_ABI is not set
1335+# CONFIG_MIPS_N64_ABI is not set
1336+CONFIG_MIPS_ISA_1=y
1337+# CONFIG_MIPS_ISA_2 is not set
1338+# CONFIG_MIPS_ISA_3 is not set
1339+# CONFIG_MIPS_ISA_4 is not set
1340+# CONFIG_MIPS_ISA_MIPS32 is not set
1341+# CONFIG_MIPS_ISA_MIPS32R2 is not set
1342+# CONFIG_MIPS_ISA_MIPS64 is not set
1343+TARGET_SUBARCH=""
1344+
1345+#
1346+# Using ELF file format
1347+#
1348+ARCH_ANY_ENDIAN=y
1349+ARCH_BIG_ENDIAN=y
1350+ARCH_WANTS_BIG_ENDIAN=y
1351+# ARCH_WANTS_LITTLE_ENDIAN is not set
1352+ARCH_HAS_MMU=y
1353+ARCH_USE_MMU=y
1354+UCLIBC_HAS_FLOATS=y
1355+UCLIBC_HAS_FPU=y
1356+DO_C99_MATH=y
1357+# DO_XSI_MATH is not set
1358+UCLIBC_HAS_FENV=y
1359+KERNEL_HEADERS="${CLFS}/usr/include"
1360+HAVE_DOT_CONFIG=y
1361+
1362+#
1363+# General Library Settings
1364+#
1365+# HAVE_NO_PIC is not set
1366+DOPIC=y
1367+# ARCH_HAS_NO_SHARED is not set
1368+# ARCH_HAS_NO_LDSO is not set
1369+HAVE_SHARED=y
1370+# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
1371+LDSO_LDD_SUPPORT=y
1372+LDSO_CACHE_SUPPORT=y
1373+# LDSO_PRELOAD_FILE_SUPPORT is not set
1374+LDSO_BASE_FILENAME="ld.so"
1375+UCLIBC_STATIC_LDCONFIG=y
1376+LDSO_RUNPATH=y
1377+LDSO_SEARCH_INTERP_PATH=y
1378+UCLIBC_CTOR_DTOR=y
1379+# LDSO_GNU_HASH_SUPPORT is not set
1380+# HAS_NO_THREADS is not set
1381+LINUXTHREADS_OLD=y
1382+# LINUXTHREADS_NEW is not set
1383+UCLIBC_HAS_THREADS=y
1384+# PTHREADS_DEBUG_SUPPORT is not set
1385+UCLIBC_HAS_SYSLOG=y
1386+UCLIBC_HAS_LFS=y
1387+# MALLOC is not set
1388+# MALLOC_SIMPLE is not set
1389+MALLOC_STANDARD=y
1390+MALLOC_GLIBC_COMPAT=y
1391+UCLIBC_DYNAMIC_ATEXIT=y
1392+# COMPAT_ATEXIT is not set
1393+UCLIBC_SUSV3_LEGACY=y
1394+# UCLIBC_SUSV3_LEGACY_MACROS is not set
1395+# UCLIBC_SUSV4_LEGACY is not set
1396+# UCLIBC_HAS_STUBS is not set
1397+UCLIBC_HAS_SHADOW=y
1398+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
1399+UCLIBC_HAS___PROGNAME=y
1400+UCLIBC_HAS_PTY=y
1401+ASSUME_DEVPTS=y
1402+UNIX98PTY_ONLY=y
1403+UCLIBC_HAS_GETPT=y
1404+# UCLIBC_HAS_LIBUTIL is not set
1405+UCLIBC_HAS_TM_EXTENSIONS=y
1406+UCLIBC_HAS_TZ_CACHING=y
1407+UCLIBC_HAS_TZ_FILE=y
1408+UCLIBC_HAS_TZ_FILE_READ_MANY=y
1409+UCLIBC_TZ_FILE_PATH="/etc/TZ"
1410+
1411+#
1412+# Advanced Library Settings
1413+#
1414+UCLIBC_PWD_BUFFER_SIZE=256
1415+UCLIBC_GRP_BUFFER_SIZE=256
1416+
1417+#
1418+# Support various families of functions
1419+#
1420+UCLIBC_LINUX_MODULE_24=y
1421+UCLIBC_LINUX_SPECIFIC=y
1422+UCLIBC_HAS_GNU_ERROR=y
1423+# UCLIBC_BSD_SPECIFIC is not set
1424+# UCLIBC_HAS_BSD_ERR is not set
1425+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
1426+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
1427+# UCLIBC_NTP_LEGACY is not set
1428+# UCLIBC_SV4_DEPRECATED is not set
1429+UCLIBC_HAS_REALTIME=y
1430+UCLIBC_HAS_ADVANCED_REALTIME=y
1431+UCLIBC_HAS_EPOLL=y
1432+UCLIBC_HAS_XATTR=y
1433+UCLIBC_HAS_PROFILING=y
1434+UCLIBC_HAS_CRYPT_IMPL=y
1435+UCLIBC_HAS_CRYPT=y
1436+UCLIBC_HAS_NETWORK_SUPPORT=y
1437+UCLIBC_HAS_SOCKET=y
1438+UCLIBC_HAS_IPV4=y
1439+UCLIBC_HAS_IPV6=y
1440+UCLIBC_HAS_RPC=y
1441+UCLIBC_HAS_FULL_RPC=y
1442+UCLIBC_HAS_REENTRANT_RPC=y
1443+UCLIBC_USE_NETLINK=y
1444+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
1445+# UCLIBC_HAS_BSD_RES_CLOSE is not set
1446+UCLIBC_HAS_COMPAT_RES_STATE=y
1447+# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
1448+# UCLIBC_HAS_LIBRESOLV_STUB is not set
1449+# UCLIBC_HAS_LIBNSL_STUB is not set
1450+
1451+#
1452+# String and Stdio Support
1453+#
1454+# UCLIBC_HAS_STRING_GENERIC_OPT is not set
1455+# UCLIBC_HAS_STRING_ARCH_OPT is not set
1456+UCLIBC_HAS_CTYPE_TABLES=y
1457+UCLIBC_HAS_CTYPE_SIGNED=y
1458+# UCLIBC_HAS_CTYPE_UNSAFE is not set
1459+# UCLIBC_HAS_CTYPE_CHECKED is not set
1460+UCLIBC_HAS_CTYPE_ENFORCED=y
1461+UCLIBC_HAS_WCHAR=y
1462+# UCLIBC_HAS_LOCALE is not set
1463+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
1464+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
1465+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
1466+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
1467+# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
1468+# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
1469+# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
1470+# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
1471+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
1472+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
1473+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
1474+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
1475+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
1476+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
1477+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
1478+UCLIBC_HAS_STDIO_GETC_MACRO=y
1479+UCLIBC_HAS_STDIO_PUTC_MACRO=y
1480+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
1481+UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
1482+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
1483+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
1484+UCLIBC_HAS_PRINTF_M_SPEC=y
1485+UCLIBC_HAS_ERRNO_MESSAGES=y
1486+UCLIBC_HAS_SYS_ERRLIST=y
1487+UCLIBC_HAS_SIGNUM_MESSAGES=y
1488+UCLIBC_HAS_SYS_SIGLIST=y
1489+UCLIBC_HAS_GNU_GETOPT=y
1490+UCLIBC_HAS_GNU_GETSUBOPT=y
1491+
1492+#
1493+# Big and Tall
1494+#
1495+UCLIBC_HAS_REGEX=y
1496+# UCLIBC_HAS_REGEX_OLD is not set
1497+UCLIBC_HAS_FNMATCH=y
1498+# UCLIBC_HAS_FNMATCH_OLD is not set
1499+UCLIBC_HAS_WORDEXP=y
1500+# UCLIBC_HAS_NFTW is not set
1501+UCLIBC_HAS_GLOB=y
1502+UCLIBC_HAS_GNU_GLOB=y
1503+
1504+#
1505+# Library Installation Options
1506+#
1507+RUNTIME_PREFIX="/"
1508+DEVEL_PREFIX="/usr/"
1509+MULTILIB_DIR="lib"
1510+HARDWIRED_ABSPATH=y
1511+
1512+#
1513+# Security options
1514+#
1515+# UCLIBC_BUILD_PIE is not set
1516+UCLIBC_HAS_ARC4RANDOM=y
1517+# HAVE_NO_SSP is not set
1518+# UCLIBC_HAS_SSP is not set
1519+UCLIBC_BUILD_RELRO=y
1520+# UCLIBC_BUILD_NOW is not set
1521+UCLIBC_BUILD_NOEXECSTACK=y
1522+
1523+#
1524+# uClibc development/debugging options
1525+#
1526+CROSS_COMPILER_PREFIX="${CLFS_TARGET}-"
1527+UCLIBC_EXTRA_CFLAGS=""
1528+# DODEBUG is not set
1529+# DODEBUG_PT is not set
1530+DOSTRIP=y
1531+# DOASSERTS is not set
1532+# SUPPORT_LD_DEBUG is not set
1533+# SUPPORT_LD_DEBUG_EARLY is not set
1534+# UCLIBC_MALLOC_DEBUGGING is not set
1535+WARNINGS="-Wall"
1536+# EXTRA_WARNINGS is not set
1537+# DOMULTI is not set
1538+# UCLIBC_MJN3_ONLY is not set
1539diff -Naur uClibc-0.9.31.orig/clfs/config.mips.little uClibc-0.9.31/clfs/config.mips.little
1540--- uClibc-0.9.31.orig/clfs/config.mips.little 1969-12-31 19:00:00.000000000 -0500
1541+++ uClibc-0.9.31/clfs/config.mips.little 2011-02-15 07:05:15.000000000 -0500
1542@@ -0,0 +1,262 @@
1543+#
1544+# Automatically generated make config: don't edit
1545+# Version: 0.9.31
1546+# Sun Nov 28 10:28:04 2010
1547+#
1548+# TARGET_alpha is not set
1549+# TARGET_arm is not set
1550+# TARGET_avr32 is not set
1551+# TARGET_bfin is not set
1552+# TARGET_cris is not set
1553+# TARGET_e1 is not set
1554+# TARGET_frv is not set
1555+# TARGET_h8300 is not set
1556+# TARGET_hppa is not set
1557+# TARGET_i386 is not set
1558+# TARGET_i960 is not set
1559+# TARGET_ia64 is not set
1560+# TARGET_m68k is not set
1561+# TARGET_microblaze is not set
1562+TARGET_mips=y
1563+# TARGET_nios is not set
1564+# TARGET_nios2 is not set
1565+# TARGET_powerpc is not set
1566+# TARGET_sh is not set
1567+# TARGET_sh64 is not set
1568+# TARGET_sparc is not set
1569+# TARGET_v850 is not set
1570+# TARGET_vax is not set
1571+# TARGET_x86_64 is not set
1572+# TARGET_xtensa is not set
1573+
1574+#
1575+# Target Architecture Features and Options
1576+#
1577+TARGET_ARCH="mips"
1578+FORCE_OPTIONS_FOR_ARCH=y
1579+# CONFIG_ARM_OABI is not set
1580+# CONFIG_ARM_EABI is not set
1581+# CONFIG_GENERIC_ARM is not set
1582+# CONFIG_ARM610 is not set
1583+# CONFIG_ARM710 is not set
1584+# CONFIG_ARM7TDMI is not set
1585+# CONFIG_ARM720T is not set
1586+# CONFIG_ARM920T is not set
1587+# CONFIG_ARM922T is not set
1588+# CONFIG_ARM926T is not set
1589+# CONFIG_ARM10T is not set
1590+# CONFIG_ARM1136JF_S is not set
1591+# CONFIG_ARM1176JZ_S is not set
1592+# CONFIG_ARM1176JZF_S is not set
1593+# CONFIG_ARM_CORTEX_M3 is not set
1594+# CONFIG_ARM_CORTEX_M1 is not set
1595+# CONFIG_ARM_SA110 is not set
1596+# CONFIG_ARM_SA1100 is not set
1597+# CONFIG_ARM_XSCALE is not set
1598+# CONFIG_ARM_IWMMXT is not set
1599+CONFIG_MIPS_O32_ABI=y
1600+# CONFIG_MIPS_N32_ABI is not set
1601+# CONFIG_MIPS_N64_ABI is not set
1602+CONFIG_MIPS_ISA_1=y
1603+# CONFIG_MIPS_ISA_2 is not set
1604+# CONFIG_MIPS_ISA_3 is not set
1605+# CONFIG_MIPS_ISA_4 is not set
1606+# CONFIG_MIPS_ISA_MIPS32 is not set
1607+# CONFIG_MIPS_ISA_MIPS32R2 is not set
1608+# CONFIG_MIPS_ISA_MIPS64 is not set
1609+TARGET_SUBARCH=""
1610+
1611+#
1612+# Using ELF file format
1613+#
1614+ARCH_ANY_ENDIAN=y
1615+ARCH_LITTLE_ENDIAN=y
1616+# ARCH_WANTS_BIG_ENDIAN is not set
1617+ARCH_WANTS_LITTLE_ENDIAN=y
1618+ARCH_HAS_MMU=y
1619+ARCH_USE_MMU=y
1620+UCLIBC_HAS_FLOATS=y
1621+UCLIBC_HAS_FPU=y
1622+DO_C99_MATH=y
1623+# DO_XSI_MATH is not set
1624+UCLIBC_HAS_FENV=y
1625+KERNEL_HEADERS="${CLFS}/usr/include"
1626+HAVE_DOT_CONFIG=y
1627+
1628+#
1629+# General Library Settings
1630+#
1631+# HAVE_NO_PIC is not set
1632+DOPIC=y
1633+# ARCH_HAS_NO_SHARED is not set
1634+# ARCH_HAS_NO_LDSO is not set
1635+HAVE_SHARED=y
1636+# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
1637+LDSO_LDD_SUPPORT=y
1638+LDSO_CACHE_SUPPORT=y
1639+# LDSO_PRELOAD_FILE_SUPPORT is not set
1640+LDSO_BASE_FILENAME="ld.so"
1641+UCLIBC_STATIC_LDCONFIG=y
1642+LDSO_RUNPATH=y
1643+LDSO_SEARCH_INTERP_PATH=y
1644+UCLIBC_CTOR_DTOR=y
1645+# LDSO_GNU_HASH_SUPPORT is not set
1646+# HAS_NO_THREADS is not set
1647+LINUXTHREADS_OLD=y
1648+# LINUXTHREADS_NEW is not set
1649+UCLIBC_HAS_THREADS=y
1650+# PTHREADS_DEBUG_SUPPORT is not set
1651+UCLIBC_HAS_SYSLOG=y
1652+UCLIBC_HAS_LFS=y
1653+# MALLOC is not set
1654+# MALLOC_SIMPLE is not set
1655+MALLOC_STANDARD=y
1656+MALLOC_GLIBC_COMPAT=y
1657+UCLIBC_DYNAMIC_ATEXIT=y
1658+# COMPAT_ATEXIT is not set
1659+UCLIBC_SUSV3_LEGACY=y
1660+# UCLIBC_SUSV3_LEGACY_MACROS is not set
1661+# UCLIBC_SUSV4_LEGACY is not set
1662+# UCLIBC_HAS_STUBS is not set
1663+UCLIBC_HAS_SHADOW=y
1664+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
1665+UCLIBC_HAS___PROGNAME=y
1666+UCLIBC_HAS_PTY=y
1667+ASSUME_DEVPTS=y
1668+UNIX98PTY_ONLY=y
1669+UCLIBC_HAS_GETPT=y
1670+# UCLIBC_HAS_LIBUTIL is not set
1671+UCLIBC_HAS_TM_EXTENSIONS=y
1672+UCLIBC_HAS_TZ_CACHING=y
1673+UCLIBC_HAS_TZ_FILE=y
1674+UCLIBC_HAS_TZ_FILE_READ_MANY=y
1675+UCLIBC_TZ_FILE_PATH="/etc/TZ"
1676+
1677+#
1678+# Advanced Library Settings
1679+#
1680+UCLIBC_PWD_BUFFER_SIZE=256
1681+UCLIBC_GRP_BUFFER_SIZE=256
1682+
1683+#
1684+# Support various families of functions
1685+#
1686+UCLIBC_LINUX_MODULE_24=y
1687+UCLIBC_LINUX_SPECIFIC=y
1688+UCLIBC_HAS_GNU_ERROR=y
1689+# UCLIBC_BSD_SPECIFIC is not set
1690+# UCLIBC_HAS_BSD_ERR is not set
1691+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
1692+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
1693+# UCLIBC_NTP_LEGACY is not set
1694+# UCLIBC_SV4_DEPRECATED is not set
1695+UCLIBC_HAS_REALTIME=y
1696+UCLIBC_HAS_ADVANCED_REALTIME=y
1697+UCLIBC_HAS_EPOLL=y
1698+UCLIBC_HAS_XATTR=y
1699+UCLIBC_HAS_PROFILING=y
1700+UCLIBC_HAS_CRYPT_IMPL=y
1701+UCLIBC_HAS_CRYPT=y
1702+UCLIBC_HAS_NETWORK_SUPPORT=y
1703+UCLIBC_HAS_SOCKET=y
1704+UCLIBC_HAS_IPV4=y
1705+UCLIBC_HAS_IPV6=y
1706+UCLIBC_HAS_RPC=y
1707+UCLIBC_HAS_FULL_RPC=y
1708+UCLIBC_HAS_REENTRANT_RPC=y
1709+UCLIBC_USE_NETLINK=y
1710+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
1711+# UCLIBC_HAS_BSD_RES_CLOSE is not set
1712+UCLIBC_HAS_COMPAT_RES_STATE=y
1713+# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
1714+# UCLIBC_HAS_LIBRESOLV_STUB is not set
1715+# UCLIBC_HAS_LIBNSL_STUB is not set
1716+
1717+#
1718+# String and Stdio Support
1719+#
1720+# UCLIBC_HAS_STRING_GENERIC_OPT is not set
1721+# UCLIBC_HAS_STRING_ARCH_OPT is not set
1722+UCLIBC_HAS_CTYPE_TABLES=y
1723+UCLIBC_HAS_CTYPE_SIGNED=y
1724+# UCLIBC_HAS_CTYPE_UNSAFE is not set
1725+# UCLIBC_HAS_CTYPE_CHECKED is not set
1726+UCLIBC_HAS_CTYPE_ENFORCED=y
1727+UCLIBC_HAS_WCHAR=y
1728+# UCLIBC_HAS_LOCALE is not set
1729+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
1730+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
1731+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
1732+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
1733+# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
1734+# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
1735+# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
1736+# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
1737+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
1738+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
1739+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
1740+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
1741+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
1742+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
1743+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
1744+UCLIBC_HAS_STDIO_GETC_MACRO=y
1745+UCLIBC_HAS_STDIO_PUTC_MACRO=y
1746+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
1747+UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
1748+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
1749+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
1750+UCLIBC_HAS_PRINTF_M_SPEC=y
1751+UCLIBC_HAS_ERRNO_MESSAGES=y
1752+UCLIBC_HAS_SYS_ERRLIST=y
1753+UCLIBC_HAS_SIGNUM_MESSAGES=y
1754+UCLIBC_HAS_SYS_SIGLIST=y
1755+UCLIBC_HAS_GNU_GETOPT=y
1756+UCLIBC_HAS_GNU_GETSUBOPT=y
1757+
1758+#
1759+# Big and Tall
1760+#
1761+UCLIBC_HAS_REGEX=y
1762+# UCLIBC_HAS_REGEX_OLD is not set
1763+UCLIBC_HAS_FNMATCH=y
1764+# UCLIBC_HAS_FNMATCH_OLD is not set
1765+UCLIBC_HAS_WORDEXP=y
1766+# UCLIBC_HAS_NFTW is not set
1767+UCLIBC_HAS_GLOB=y
1768+UCLIBC_HAS_GNU_GLOB=y
1769+
1770+#
1771+# Library Installation Options
1772+#
1773+RUNTIME_PREFIX="/"
1774+DEVEL_PREFIX="/usr/"
1775+MULTILIB_DIR="lib"
1776+HARDWIRED_ABSPATH=y
1777+
1778+#
1779+# Security options
1780+#
1781+# UCLIBC_BUILD_PIE is not set
1782+UCLIBC_HAS_ARC4RANDOM=y
1783+# HAVE_NO_SSP is not set
1784+# UCLIBC_HAS_SSP is not set
1785+UCLIBC_BUILD_RELRO=y
1786+# UCLIBC_BUILD_NOW is not set
1787+UCLIBC_BUILD_NOEXECSTACK=y
1788+
1789+#
1790+# uClibc development/debugging options
1791+#
1792+CROSS_COMPILER_PREFIX="${CLFS_TARGET}-"
1793+UCLIBC_EXTRA_CFLAGS=""
1794+# DODEBUG is not set
1795+# DODEBUG_PT is not set
1796+DOSTRIP=y
1797+# DOASSERTS is not set
1798+# SUPPORT_LD_DEBUG is not set
1799+# SUPPORT_LD_DEBUG_EARLY is not set
1800+# UCLIBC_MALLOC_DEBUGGING is not set
1801+WARNINGS="-Wall"
1802+# EXTRA_WARNINGS is not set
1803+# DOMULTI is not set
1804+# UCLIBC_MJN3_ONLY is not set
1805diff -Naur uClibc-0.9.31.orig/clfs/config.x86_64.little uClibc-0.9.31/clfs/config.x86_64.little
1806--- uClibc-0.9.31.orig/clfs/config.x86_64.little 1969-12-31 19:00:00.000000000 -0500
1807+++ uClibc-0.9.31/clfs/config.x86_64.little 2011-02-15 07:05:15.000000000 -0500
1808@@ -0,0 +1,245 @@
1809+#
1810+# Automatically generated make config: don't edit
1811+# Version: 0.9.31
1812+# Sun Nov 28 10:28:53 2010
1813+#
1814+# TARGET_alpha is not set
1815+# TARGET_arm is not set
1816+# TARGET_avr32 is not set
1817+# TARGET_bfin is not set
1818+# TARGET_cris is not set
1819+# TARGET_e1 is not set
1820+# TARGET_frv is not set
1821+# TARGET_h8300 is not set
1822+# TARGET_hppa is not set
1823+# TARGET_i386 is not set
1824+# TARGET_i960 is not set
1825+# TARGET_ia64 is not set
1826+# TARGET_m68k is not set
1827+# TARGET_microblaze is not set
1828+# TARGET_mips is not set
1829+# TARGET_nios is not set
1830+# TARGET_nios2 is not set
1831+# TARGET_powerpc is not set
1832+# TARGET_sh is not set
1833+# TARGET_sh64 is not set
1834+# TARGET_sparc is not set
1835+# TARGET_v850 is not set
1836+# TARGET_vax is not set
1837+TARGET_x86_64=y
1838+# TARGET_xtensa is not set
1839+
1840+#
1841+# Target Architecture Features and Options
1842+#
1843+TARGET_ARCH="x86_64"
1844+FORCE_OPTIONS_FOR_ARCH=y
1845+# CONFIG_MIPS_O32_ABI is not set
1846+# CONFIG_MIPS_N32_ABI is not set
1847+# CONFIG_MIPS_N64_ABI is not set
1848+# CONFIG_MIPS_ISA_1 is not set
1849+# CONFIG_MIPS_ISA_2 is not set
1850+# CONFIG_MIPS_ISA_3 is not set
1851+# CONFIG_MIPS_ISA_4 is not set
1852+# CONFIG_MIPS_ISA_MIPS32 is not set
1853+# CONFIG_MIPS_ISA_MIPS32R2 is not set
1854+# CONFIG_MIPS_ISA_MIPS64 is not set
1855+TARGET_SUBARCH=""
1856+
1857+#
1858+# Using ELF file format
1859+#
1860+ARCH_LITTLE_ENDIAN=y
1861+# ARCH_WANTS_BIG_ENDIAN is not set
1862+# ARCH_WANTS_LITTLE_ENDIAN is not set
1863+
1864+#
1865+# Using Little Endian
1866+#
1867+ARCH_HAS_MMU=y
1868+ARCH_USE_MMU=y
1869+UCLIBC_HAS_FLOATS=y
1870+UCLIBC_HAS_FPU=y
1871+DO_C99_MATH=y
1872+# DO_XSI_MATH is not set
1873+UCLIBC_HAS_FENV=y
1874+UCLIBC_HAS_LONG_DOUBLE_MATH=y
1875+KERNEL_HEADERS="${CLFS}/usr/include"
1876+HAVE_DOT_CONFIG=y
1877+
1878+#
1879+# General Library Settings
1880+#
1881+# HAVE_NO_PIC is not set
1882+DOPIC=y
1883+# ARCH_HAS_NO_SHARED is not set
1884+# ARCH_HAS_NO_LDSO is not set
1885+HAVE_SHARED=y
1886+# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
1887+LDSO_LDD_SUPPORT=y
1888+LDSO_CACHE_SUPPORT=y
1889+# LDSO_PRELOAD_FILE_SUPPORT is not set
1890+LDSO_BASE_FILENAME="ld.so"
1891+UCLIBC_STATIC_LDCONFIG=y
1892+LDSO_RUNPATH=y
1893+LDSO_SEARCH_INTERP_PATH=y
1894+UCLIBC_CTOR_DTOR=y
1895+# LDSO_GNU_HASH_SUPPORT is not set
1896+# HAS_NO_THREADS is not set
1897+LINUXTHREADS_OLD=y
1898+# LINUXTHREADS_NEW is not set
1899+UCLIBC_HAS_THREADS=y
1900+# PTHREADS_DEBUG_SUPPORT is not set
1901+UCLIBC_HAS_SYSLOG=y
1902+UCLIBC_HAS_LFS=y
1903+# MALLOC is not set
1904+# MALLOC_SIMPLE is not set
1905+MALLOC_STANDARD=y
1906+MALLOC_GLIBC_COMPAT=y
1907+UCLIBC_DYNAMIC_ATEXIT=y
1908+# COMPAT_ATEXIT is not set
1909+UCLIBC_SUSV3_LEGACY=y
1910+# UCLIBC_SUSV3_LEGACY_MACROS is not set
1911+# UCLIBC_SUSV4_LEGACY is not set
1912+# UCLIBC_HAS_STUBS is not set
1913+UCLIBC_HAS_SHADOW=y
1914+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
1915+UCLIBC_HAS___PROGNAME=y
1916+UCLIBC_HAS_PTY=y
1917+ASSUME_DEVPTS=y
1918+UNIX98PTY_ONLY=y
1919+UCLIBC_HAS_GETPT=y
1920+# UCLIBC_HAS_LIBUTIL is not set
1921+UCLIBC_HAS_TM_EXTENSIONS=y
1922+UCLIBC_HAS_TZ_CACHING=y
1923+UCLIBC_HAS_TZ_FILE=y
1924+UCLIBC_HAS_TZ_FILE_READ_MANY=y
1925+UCLIBC_TZ_FILE_PATH="/etc/TZ"
1926+
1927+#
1928+# Advanced Library Settings
1929+#
1930+UCLIBC_PWD_BUFFER_SIZE=256
1931+UCLIBC_GRP_BUFFER_SIZE=256
1932+
1933+#
1934+# Support various families of functions
1935+#
1936+UCLIBC_LINUX_MODULE_24=y
1937+UCLIBC_LINUX_SPECIFIC=y
1938+UCLIBC_HAS_GNU_ERROR=y
1939+# UCLIBC_BSD_SPECIFIC is not set
1940+# UCLIBC_HAS_BSD_ERR is not set
1941+# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
1942+# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
1943+# UCLIBC_NTP_LEGACY is not set
1944+# UCLIBC_SV4_DEPRECATED is not set
1945+UCLIBC_HAS_REALTIME=y
1946+UCLIBC_HAS_ADVANCED_REALTIME=y
1947+UCLIBC_HAS_EPOLL=y
1948+UCLIBC_HAS_XATTR=y
1949+UCLIBC_HAS_PROFILING=y
1950+UCLIBC_HAS_CRYPT_IMPL=y
1951+UCLIBC_HAS_CRYPT=y
1952+UCLIBC_HAS_NETWORK_SUPPORT=y
1953+UCLIBC_HAS_SOCKET=y
1954+UCLIBC_HAS_IPV4=y
1955+UCLIBC_HAS_IPV6=y
1956+UCLIBC_HAS_RPC=y
1957+UCLIBC_HAS_FULL_RPC=y
1958+UCLIBC_HAS_REENTRANT_RPC=y
1959+UCLIBC_USE_NETLINK=y
1960+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
1961+# UCLIBC_HAS_BSD_RES_CLOSE is not set
1962+UCLIBC_HAS_COMPAT_RES_STATE=y
1963+# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
1964+# UCLIBC_HAS_LIBRESOLV_STUB is not set
1965+# UCLIBC_HAS_LIBNSL_STUB is not set
1966+
1967+#
1968+# String and Stdio Support
1969+#
1970+# UCLIBC_HAS_STRING_GENERIC_OPT is not set
1971+# UCLIBC_HAS_STRING_ARCH_OPT is not set
1972+UCLIBC_HAS_CTYPE_TABLES=y
1973+UCLIBC_HAS_CTYPE_SIGNED=y
1974+# UCLIBC_HAS_CTYPE_UNSAFE is not set
1975+# UCLIBC_HAS_CTYPE_CHECKED is not set
1976+UCLIBC_HAS_CTYPE_ENFORCED=y
1977+UCLIBC_HAS_WCHAR=y
1978+# UCLIBC_HAS_LOCALE is not set
1979+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
1980+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
1981+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
1982+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
1983+# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
1984+# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
1985+# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
1986+# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
1987+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
1988+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
1989+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
1990+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
1991+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
1992+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
1993+# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
1994+UCLIBC_HAS_STDIO_GETC_MACRO=y
1995+UCLIBC_HAS_STDIO_PUTC_MACRO=y
1996+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
1997+UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
1998+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
1999+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
2000+UCLIBC_HAS_PRINTF_M_SPEC=y
2001+UCLIBC_HAS_ERRNO_MESSAGES=y
2002+UCLIBC_HAS_SYS_ERRLIST=y
2003+UCLIBC_HAS_SIGNUM_MESSAGES=y
2004+UCLIBC_HAS_SYS_SIGLIST=y
2005+UCLIBC_HAS_GNU_GETOPT=y
2006+UCLIBC_HAS_GNU_GETSUBOPT=y
2007+
2008+#
2009+# Big and Tall
2010+#
2011+UCLIBC_HAS_REGEX=y
2012+# UCLIBC_HAS_REGEX_OLD is not set
2013+UCLIBC_HAS_FNMATCH=y
2014+# UCLIBC_HAS_FNMATCH_OLD is not set
2015+UCLIBC_HAS_WORDEXP=y
2016+# UCLIBC_HAS_NFTW is not set
2017+UCLIBC_HAS_GLOB=y
2018+UCLIBC_HAS_GNU_GLOB=y
2019+
2020+#
2021+# Library Installation Options
2022+#
2023+RUNTIME_PREFIX="/"
2024+DEVEL_PREFIX="/usr/"
2025+MULTILIB_DIR="lib"
2026+HARDWIRED_ABSPATH=y
2027+
2028+#
2029+# Security options
2030+#
2031+UCLIBC_HAS_ARC4RANDOM=y
2032+# HAVE_NO_SSP is not set
2033+# UCLIBC_HAS_SSP is not set
2034+UCLIBC_BUILD_RELRO=y
2035+# UCLIBC_BUILD_NOW is not set
2036+UCLIBC_BUILD_NOEXECSTACK=y
2037+
2038+#
2039+# uClibc development/debugging options
2040+#
2041+CROSS_COMPILER_PREFIX="${CLFS_TARGET}-"
2042+UCLIBC_EXTRA_CFLAGS=""
2043+# DODEBUG is not set
2044+# DODEBUG_PT is not set
2045+DOSTRIP=y
2046+# DOASSERTS is not set
2047+# SUPPORT_LD_DEBUG is not set
2048+# SUPPORT_LD_DEBUG_EARLY is not set
2049+# UCLIBC_MALLOC_DEBUGGING is not set
2050+WARNINGS="-Wall"
2051+# EXTRA_WARNINGS is not set
2052+# DOMULTI is not set
2053+# UCLIBC_MJN3_ONLY is not set
Note: See TracBrowser for help on using the repository browser.