summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.in
Commit message (Collapse)AuthorAgeFilesLines
...
* libnsl: add knob to disable itBernhard Reutner-Fischer2009-11-191-0/+6
| | | | | | It's a dummy either way. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* fixup working in helptextsBernhard Reutner-Fischer2009-11-191-3/+4
| | | | | | and spell out suggested defaults for LDSO_RUNPATH Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Simplify kconfig wording of thread supportBernhard Reutner-Fischer2009-10-281-46/+47
| | | | | | Use a choice for thread support selection. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* remove wrong default for choiceBernhard Reutner-Fischer2009-10-281-3/+0
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* support selecting which locales to buildBernhard Reutner-Fischer2009-10-281-1/+37
| | | | | | | | | | Introduce UCLIBC_BUILD_MINIMAL_LOCALES and if selected build only those locales. Based on a patch by Bernhard Reutner-Fischer. Signed-off-by: Marc Andre Tanner <mat@brain-dump.org> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-081-3/+15
| | | | | | Apps should switch to nftw() Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Config.in: enable TLS config option only for nptlAustin Foxley2009-09-261-1/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* No need for a libresolv stubBernhard Reutner-Fischer2009-09-171-0/+6
| | | | | | libresolv is just a stub anyway, default to not building it. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* handle make ARCH= configBernhard Reutner-Fischer2009-09-161-0/+29
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Revert "default ?conf to native arch"Bernhard Reutner-Fischer2009-09-141-0/+2181
| | | | | | This reverts commit 6625518cd6894338937a74ca6b9187b7b8167b03. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* default ?conf to native archBernhard Reutner-Fischer2009-08-251-2181/+0
| | | | | | | Default is now the native arch, you can start a fresh .config via 'make ARCH=ia64 menuconfig'. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Rules.mak: Fix references to svn.Khem Raj2009-08-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* default linux-2.4 module support to off for Blackfin targetsMike Frysinger2009-03-141-2/+3
|
* Fix thinko in svn 25434.Rob Landley2009-02-241-1/+1
|
* Make HARDWIRED_ABSPATH a config option.Rob Landley2009-02-241-0/+20
|
* Linuxthreads_old and NPTL must be mutually exclusive.Carmelo Amoroso2009-02-201-2/+2
| | | | | | | | TLS support cannot be enabled when using Linuxthreads_old (at least until Linuxthreads and Linuxthreads_old will not me merged togheter) Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - explicitely discourage to use pregenerated locale data.Bernhard Reutner-Fischer2009-02-181-7/+2
| | | | | | Rob Landley promised to provide them for all arches but didn't do that yet so disable it for now since they just do not exist right now (and furthermore cause more pain than gain).
* Make TLS configure time variable. Enable it along with NPTL.Khem Raj2009-02-051-0/+11
|
* Merge some pre-work from branch, needed by NPTL.Khem Raj2008-12-311-1/+30
|
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-1/+34
| | | | - SUSv4_LEGACY part #1 (non-networking)
* - mark capset() as linux specificBernhard Reutner-Fischer2008-12-221-1/+1
|
* - capget() is linux specific; Sync helptext with current exclude list.Bernhard Reutner-Fischer2008-12-221-2/+7
|
* fixing resolver part 2: make _res structure membersDenis Vlasenko2008-11-141-1/+18
| | | | | configurable. we don't use most of it anyway.
* - update recommendation for pregenerated locales.Bernhard Reutner-Fischer2008-11-111-6/+8
| | | | - update name of locale-tarball. We will retroactively fill them in, eventually
* - helper config symbol has to depend on thread supportBernhard Reutner-Fischer2008-10-301-1/+1
|
* Explain what malloc simple is good for, and what it isn't good for.Rob Landley2008-10-271-7/+10
|
* - add helpful help stringBernhard Reutner-Fischer2008-10-271-1/+1
|
* - fix toggling thread implementation.Bernhard Reutner-Fischer2008-10-171-0/+4
| | | | | | | | | Previously the old headers were left in include/ leading to spurious compile failures. This is ugly as it can get (we resort to sneaking -L in for the moment) but good enough for now. The worst thing which can happen is that we ln these headers once per invocation of make, nothing more. If some installation of make(1) complains about the "-L" then wrap it in ifneq ($(findstring check-symlink,$(.FEATURES)),)
* - fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer2008-10-141-1/+1
| | | | The verbosity can be set to the previous level by passing V=2 to make.
* - wrap overlong linesBernhard Reutner-Fischer2008-10-061-72/+99
|
* - move helptexts to their config symbols so that they are actually displayedBernhard Reutner-Fischer2008-10-061-10/+10
| | | | TODO: trick kconfig into displaying choice help properly
* - disentangle REALTIME from ADVANCED_REALTIME (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-2/+0
|
* - RPC support currently requires either IPv4 and/or IPv6 supportBernhard Reutner-Fischer2008-09-251-0/+2
|
* - adjust helptextBernhard Reutner-Fischer2008-09-251-3/+2
|
* Make menuconfig help bigger and fluffier.Rob Landley2008-09-151-20/+79
|
* - adjust range of valid grp buffer size to match pwd buffer sizeBernhard Reutner-Fischer2008-09-091-1/+1
|
* - flesh out helptext of DOMULTI.Bernhard Reutner-Fischer2008-08-271-0/+7
| | | | | Put short, just leave it alone or keep all parts -- alternatively go help with lto if you have time.
* New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMUDenis Vlasenko2008-07-081-0/+17
|
* Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ↵Ricard Wanderlof2008-06-271-0/+12
| | | | getaddrinfo(3).
* - if UNIX98PTY_ONLY is not set then we're in legacy land anyway which needsBernhard Reutner-Fischer2008-06-071-13/+24
| | | | UCLIBC_HAS_GETPT unconditionally for __libc_ptyname{1,2}[] and related bloat.
* - make libcrypt optional. Untested.Bernhard Reutner-Fischer2008-06-051-0/+20
|
* - fix keyword "depends on"Bernhard Reutner-Fischer2008-06-051-10/+10
|
* - linuxthreads and linuxthreads.old need nanosleep()Bernhard Reutner-Fischer2008-06-051-0/+2
|
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-5/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like o UCLIBC_HAS_GNU_ERROR o UCLIBC_HAS_BSD_ERR o UCLIBC_HAS_PTY o UCLIBC_HAS_GETPT (1) o UCLIBC_SYSCALL_STUBS o UCLIBC_SYSCALL_STUB_WARNING o UCLIBC_LINUX_SPECIFIC (2) o UCLIBC_BSD_SPECIFIC (3) o UCLIBC_NTP_LEGACY (4) o UCLIBC_SV4_DEPRECATED (5) o UCLIBC_HAVE_REALTIME (6) o UCLIBC_HAVE_ADVANCED_REALTIME (7) o UCLIBC_HAVE_EPOLL (8) o UCLIBC_HAVE_XATTR (9) o UCLIBC_HAVE_PROFILING (10) (1) make non-standard getpt optional and implement standard posix_openpt (2) fstatfs(), inotify_*(), ioperm(), iopl(), madvise(), modify_ldt(), personality() ppoll(), setresuid() (3) mincore(), getdomainname(), setdomainname() (4) ntp_adjtime(), ntp_gettime() aliases (5) ustat() [use statfs(2) in your code instead] (6) All marked as "(REALTIME)" in SUSv3 (7) All marked as "(ADVANCED REALTIME)" in SUSv3 (8) epoll_create(), epoll_ctl(), epoll_wait() (9) all Extended Attributes (10) helpers for gcc's -finstrument-functions - Fixes _dl_exit() - Implements sleep(3) for !UCLIBC_HAVE_REALTIME - Implements usleep(3) for !UCLIBC_HAVE_REALTIME - adds #warning about incorrect posix_fadvise{,64}() - removes unused and unwanted uselib() Net outcome is that an allnoconfig with HAVE_SHARED is now about 88k instead of formerly 130k.
* Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusingDenis Vlasenko2008-06-021-3/+3
| | | | | with HAVE_SHARED
* - default kernel-modules funcs to on.Bernhard Reutner-Fischer2008-05-311-4/+5
|
* - my manpage sais that init_module, create_module, query_module, delete_moduleBernhard Reutner-Fischer2008-05-211-0/+9
| | | | were removed in linux-2.6
* Fix some sh4 specific entriesCarmelo Amoroso2008-04-251-0/+1
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Fix whitespace damage in top level Config.in.Hans-Christian Egtvedt2008-04-241-14/+14
|
* Chris Zankel writes:Mike Frysinger2008-01-051-0/+7
| | | | | | | | | | | | | | | | | | The following patches add support for the Xtensa processor architecture to uClibc. They are based on a recent SVN checkout (12/05/2007). The first patch (attached to this post) adds Xtensa support to various shared configuration and make files. The following patches then include the Xtensa specific files and directories. I welcome any feedback and would appreciate it if you could include the patches into the mainline tree. I am certainly committed to maintain the port. Bob Wilson was kind enough to review the patches. Some notes about the architecture: Xtensa is a configurable and extensible processor architecture developed by Tensilica. For more information, please visit: www.linux-xtensa.org.