annotate sources/baseconfig-uClibc @ 1719:78050a31d1ee draft

Sigh. Checked in the wrong version of the patch (typo fix).
author Rob Landley <rob@landley.net>
date Tue, 06 Jan 2015 13:15:33 -0600
parents 828d2e318e26
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
888
626288dd5cf3 Lots of comments.
Rob Landley <rob@landley.net>
parents: 871
diff changeset
1 # Common configuration for uClibc.
626288dd5cf3 Lots of comments.
Rob Landley <rob@landley.net>
parents: 871
diff changeset
2
626288dd5cf3 Lots of comments.
Rob Landley <rob@landley.net>
parents: 871
diff changeset
3 # This is a miniconfig (created by running sources/toys/miniconfig.sh on
626288dd5cf3 Lots of comments.
Rob Landley <rob@landley.net>
parents: 871
diff changeset
4 # a full .config file), to which target-specific entries in $UCLIBC_CONFIG
626288dd5cf3 Lots of comments.
Rob Landley <rob@landley.net>
parents: 871
diff changeset
5 # (from the target's settings file) are appended.
626288dd5cf3 Lots of comments.
Rob Landley <rob@landley.net>
parents: 871
diff changeset
6
1122
481386888ace Commemorate symbols 0.9.30 needed, for debugging purposes.
Rob Landley <rob@landley.net>
parents: 1037
diff changeset
7 # Obsolete symbols 0.9.30 needs
481386888ace Commemorate symbols 0.9.30 needed, for debugging purposes.
Rob Landley <rob@landley.net>
parents: 1037
diff changeset
8
481386888ace Commemorate symbols 0.9.30 needed, for debugging purposes.
Rob Landley <rob@landley.net>
parents: 1037
diff changeset
9 #UCLIBC_HAS_THREADS=y
481386888ace Commemorate symbols 0.9.30 needed, for debugging purposes.
Rob Landley <rob@landley.net>
parents: 1037
diff changeset
10 #UCLIBC_HAS_REALTIME=y
481386888ace Commemorate symbols 0.9.30 needed, for debugging purposes.
Rob Landley <rob@landley.net>
parents: 1037
diff changeset
11 #UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
481386888ace Commemorate symbols 0.9.30 needed, for debugging purposes.
Rob Landley <rob@landley.net>
parents: 1037
diff changeset
12
1330
a40fc7f7a778 Update config for uClibc 0.9.32-rc2. Which almost works right.
Rob Landley <rob@landley.net>
parents: 1328
diff changeset
13 # Obsolete symbols for 0.9.31
a40fc7f7a778 Update config for uClibc 0.9.32-rc2. Which almost works right.
Rob Landley <rob@landley.net>
parents: 1328
diff changeset
14
1355
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents: 1340
diff changeset
15 ARCH_HAS_MMU=y
1330
a40fc7f7a778 Update config for uClibc 0.9.32-rc2. Which almost works right.
Rob Landley <rob@landley.net>
parents: 1328
diff changeset
16 #LINUXTHREADS_OLD=y
a40fc7f7a778 Update config for uClibc 0.9.32-rc2. Which almost works right.
Rob Landley <rob@landley.net>
parents: 1328
diff changeset
17
1122
481386888ace Commemorate symbols 0.9.30 needed, for debugging purposes.
Rob Landley <rob@landley.net>
parents: 1037
diff changeset
18 # Baseconfig for 0.9.31
481386888ace Commemorate symbols 0.9.30 needed, for debugging purposes.
Rob Landley <rob@landley.net>
parents: 1037
diff changeset
19
871
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
20 ARCH_USE_MMU=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
21 UCLIBC_HAS_FLOATS=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
22 DO_C99_MATH=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
23 UCLIBC_HAS_FENV=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
24 HAVE_SHARED=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
25 LDSO_CACHE_SUPPORT=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
26 LDSO_BASE_FILENAME="ld-uClibc.so"
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
27 UCLIBC_STATIC_LDCONFIG=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
28 LDSO_RUNPATH=y
1272
b1318c20a66f Config tweak to make uClibc work if you install the cross-compiler at /tools and build with CCWRAP_DYNAMIC_LINKER=/tools/lib/ld-uClibc.so.0 exported.
Rob Landley <rob@landley.net>
parents: 1254
diff changeset
29 LDSO_SEARCH_INTERP_PATH=y
1519
83de80c10db8 Upgrade to uClibc 0.9.33.1 (and use NPTL), and busybox 1.19.4.
Rob Landley <rob@landley.net>
parents: 1506
diff changeset
30 LDSO_LD_LIBRARY_PATH=y
871
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
31 UCLIBC_CTOR_DTOR=y
1519
83de80c10db8 Upgrade to uClibc 0.9.33.1 (and use NPTL), and busybox 1.19.4.
Rob Landley <rob@landley.net>
parents: 1506
diff changeset
32 UCLIBC_HAS_THREADS_NATIVE=y
1703
828d2e318e26 David Halls pointed out we're not actually enabling Thread Local Storage support in the uClibc baseconfig, so do that.
Rob Landley <rob@landley.net>
parents: 1605
diff changeset
33 UCLIBC_HAS_TLS=y
871
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
34 UCLIBC_HAS_SYSLOG=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
35 UCLIBC_HAS_LFS=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
36 MALLOC_GLIBC_COMPAT=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
37 UCLIBC_DYNAMIC_ATEXIT=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
38 UCLIBC_SUSV3_LEGACY=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
39 UCLIBC_SUSV3_LEGACY_MACROS=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
40 UCLIBC_SUSV4_LEGACY=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
41 UCLIBC_HAS_SHADOW=y
1254
9df779cde3e9 Tweak uClibc config to add __progname support and debuggable pthreads.
Rob Landley <rob@landley.net>
parents: 1222
diff changeset
42 UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
9df779cde3e9 Tweak uClibc config to add __progname support and debuggable pthreads.
Rob Landley <rob@landley.net>
parents: 1222
diff changeset
43 UCLIBC_HAS___PROGNAME=y
871
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
44 UCLIBC_HAS_PTY=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
45 ASSUME_DEVPTS=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
46 UNIX98PTY_ONLY=y
1037
3a141d15c503 Update to uClibc 0.9.31.
Rob Landley <rob@landley.net>
parents: 888
diff changeset
47 UCLIBC_HAS_LIBUTIL=y
871
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
48 UCLIBC_HAS_TM_EXTENSIONS=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
49 UCLIBC_HAS_TZ_CACHING=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
50 UCLIBC_HAS_TZ_FILE=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
51 UCLIBC_HAS_TZ_FILE_READ_MANY=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
52 UCLIBC_LINUX_SPECIFIC=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
53 UCLIBC_HAS_GNU_ERROR=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
54 UCLIBC_BSD_SPECIFIC=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
55 UCLIBC_HAS_BSD_ERR=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
56 UCLIBC_HAS_OBSOLETE_BSD_SIGNAL=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
57 UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
58 UCLIBC_NTP_LEGACY=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
59 UCLIBC_SV4_DEPRECATED=y
1330
a40fc7f7a778 Update config for uClibc 0.9.32-rc2. Which almost works right.
Rob Landley <rob@landley.net>
parents: 1328
diff changeset
60 UCLIBC_HAS_REALTIME=y
871
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
61 UCLIBC_HAS_ADVANCED_REALTIME=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
62 UCLIBC_HAS_EPOLL=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
63 UCLIBC_HAS_XATTR=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
64 UCLIBC_HAS_PROFILING=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
65 UCLIBC_HAS_CRYPT_IMPL=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
66 UCLIBC_HAS_NETWORK_SUPPORT=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
67 UCLIBC_HAS_IPV4=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
68 UCLIBC_HAS_IPV6=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
69 UCLIBC_HAS_RPC=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
70 UCLIBC_HAS_FULL_RPC=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
71 UCLIBC_HAS_REENTRANT_RPC=y
1535
2d264744ac3a Fix to busybox ftpd so native-build can upload, and switch on yet another uClibc symbol busybox defconfig grew a dependency on.
Rob Landley <rob@landley.net>
parents: 1523
diff changeset
72 UCLIBC_HAS_RESOLVER_SUPPORT=y
1298
d5f698cc8a10 Building iproute2 needs the libresolv stub.
Rob Landley <rob@landley.net>
parents: 1283
diff changeset
73 UCLIBC_HAS_LIBRESOLV_STUB=y
871
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
74 UCLIBC_HAS_STRING_GENERIC_OPT=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
75 UCLIBC_HAS_STRING_ARCH_OPT=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
76 UCLIBC_HAS_CTYPE_TABLES=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
77 UCLIBC_HAS_CTYPE_SIGNED=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
78 UCLIBC_HAS_WCHAR=y
1037
3a141d15c503 Update to uClibc 0.9.31.
Rob Landley <rob@landley.net>
parents: 888
diff changeset
79 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
871
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
80 UCLIBC_HAS_STDIO_GETC_MACRO=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
81 UCLIBC_HAS_STDIO_PUTC_MACRO=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
82 UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
83 UCLIBC_HAS_PRINTF_M_SPEC=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
84 UCLIBC_HAS_ERRNO_MESSAGES=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
85 UCLIBC_HAS_SIGNUM_MESSAGES=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
86 UCLIBC_HAS_GNU_GETOPT=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
87 UCLIBC_HAS_GNU_GETSUBOPT=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
88 UCLIBC_HAS_REGEX=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
89 UCLIBC_HAS_REGEX_OLD=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
90 UCLIBC_HAS_FNMATCH=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
91 UCLIBC_HAS_FNMATCH_OLD=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
92 UCLIBC_HAS_GLOB=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
93 UCLIBC_HAS_GNU_GLOB=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
94 UCLIBC_BUILD_RELRO=y
b274eb556b50 Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Rob Landley <rob@landley.net>
parents:
diff changeset
95 UCLIBC_BUILD_NOEXECSTACK=y
1328
08d92a215472 Albert Lee spotted that libnsl went away after 0.9.11 due to the baseconfig stuff dropping a uClibc symbol. Put it back.
Rob Landley <rob@landley.net>
parents: 1302
diff changeset
96 UCLIBC_HAS_LIBNSL_STUB=y
1506
9c5f0af9bea7 switch on utmpx.h (it's posix-2008).
Rob Landley <rob@landley.net>
parents: 1355
diff changeset
97 UCLIBC_HAS_UTMPX=y
1519
83de80c10db8 Upgrade to uClibc 0.9.33.1 (and use NPTL), and busybox 1.19.4.
Rob Landley <rob@landley.net>
parents: 1506
diff changeset
98 UCLIBC_LINUX_MODULE_26=y
1283
ba8e5317049c More chipping away at the LFS build. Add basic locale support to uClibc config and hit gettext about the head and shoulders with sed until it compiles despite autoconf still being utterly useless.
Rob Landley <rob@landley.net>
parents: 1272
diff changeset
99
ba8e5317049c More chipping away at the LFS build. Add basic locale support to uClibc config and hit gettext about the head and shoulders with sed until it compiles despite autoconf still being utterly useless.
Rob Landley <rob@landley.net>
parents: 1272
diff changeset
100 # Optional internationalization stuff
ba8e5317049c More chipping away at the LFS build. Add basic locale support to uClibc config and hit gettext about the head and shoulders with sed until it compiles despite autoconf still being utterly useless.
Rob Landley <rob@landley.net>
parents: 1272
diff changeset
101
1302
07852d3a2e50 Rip out uClibc internationalization (doesn't contain any codepages, just copies 'em from the host, so won't build on a host that hasn't got internationalization already installed), use gettext-stub instead of gettext, and fix udev and vim to build.
Rob Landley <rob@landley.net>
parents: 1298
diff changeset
102 #UCLIBC_HAS_LOCALE=y
07852d3a2e50 Rip out uClibc internationalization (doesn't contain any codepages, just copies 'em from the host, so won't build on a host that hasn't got internationalization already installed), use gettext-stub instead of gettext, and fix udev and vim to build.
Rob Landley <rob@landley.net>
parents: 1298
diff changeset
103 #UCLIBC_HAS_XLOCALE=y
07852d3a2e50 Rip out uClibc internationalization (doesn't contain any codepages, just copies 'em from the host, so won't build on a host that hasn't got internationalization already installed), use gettext-stub instead of gettext, and fix udev and vim to build.
Rob Landley <rob@landley.net>
parents: 1298
diff changeset
104 #UCLIBC_BUILD_MINIMAL_LOCALE=y
1539
8bd6056bd7fa Enable some epically obscure functions in uClibc which mdadm needs to auto-scan arrays.
Rob Landley <rob@landley.net>
parents: 1535
diff changeset
105
8bd6056bd7fa Enable some epically obscure functions in uClibc which mdadm needs to auto-scan arrays.
Rob Landley <rob@landley.net>
parents: 1535
diff changeset
106 # These hugely obscure functions are required by mdadm partition scanning.
8bd6056bd7fa Enable some epically obscure functions in uClibc which mdadm needs to auto-scan arrays.
Rob Landley <rob@landley.net>
parents: 1535
diff changeset
107
8bd6056bd7fa Enable some epically obscure functions in uClibc which mdadm needs to auto-scan arrays.
Rob Landley <rob@landley.net>
parents: 1535
diff changeset
108 UCLIBC_HAS_FTW=y
8bd6056bd7fa Enable some epically obscure functions in uClibc which mdadm needs to auto-scan arrays.
Rob Landley <rob@landley.net>
parents: 1535
diff changeset
109 UCLIBC_HAS_NFTW=y
1605
085c2b22ff06 Add UCLIBC_HAS_GETPT=y (somebody needed it).
Rob Landley <rob@landley.net>
parents: 1539
diff changeset
110 UCLIBC_HAS_GETPT=y