summaryrefslogtreecommitdiffstats
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
...
* MAKEALL: find kernel headers betterMike Frysinger2009-07-201-1/+12
| | | | | | | Work with pre-sysroot compilers that have kernel headers available in the standard location, and let people force the location manually. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* unifdef: implement err.h funcs locallyMike Frysinger2009-07-201-1/+7
| | | | | | | | | Since the err.h functions are optional in uClibc, make sure we can rebuild ourselves if support is disabled. URL: https://bugs.busybox.net/show_bug.cgi?id=257 Reported-by: Michael Deutschmann <michael@talamasca.ocis.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* MAKEALL: expand cross-compiler arch searchMike Frysinger2009-07-091-9/+18
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* MAKEALL: start a quick build test helper scriptMike Frysinger2009-07-051-0/+123
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* ignore generated unifdefMike Frysinger2009-07-031-0/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* locale: gen_wc8bit: try to find UTF8 locale automaticallyMike Frysinger2009-06-281-1/+24
| | | | | | | | | | Rather than require everyone to have en_US.UTF-8 when we really need any UTF8 locale, do a scan for possible UTF8 locales if the default en_US does not exist. Hopefully this should make the utility "just work" for most people. Reported-by: Daniel Cordero <theappleman@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* stop installing/screwing with linux-headersMike Frysinger2009-06-281-85/+0
| | | | | | | | | It is not uClibc's business to make sure the user's toolchain is sane and has proper kernel headers configured/installed. If they don't, then they need to fix their toolchain, we don't need to try and magically do it for them. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Reinstate {drm,mtd,rdma,sound,video} directory installtionDenis Vlasenko2009-04-191-11/+11
| | | | | | pending some explanation from gurus. Expanded comment explaining _why_ we try to install these exact directories.
* install_kernel_headers: comment out copying of extra directories,Denis Vlasenko2009-04-181-9/+11
| | | | | this seem to be not needed
* apply getline() fix from linux kernelMike Frysinger2009-04-061-5/+4
|
* default linux-2.4 module support to off for Blackfin targetsMike Frysinger2009-03-141-2/+3
|
* force DOPIC for FDPIC ELF targetsMike Frysinger2009-03-141-0/+1
|
* Make long double support available for sh too.Carmelo Amoroso2009-03-051-1/+1
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* 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>
* Install other linux kernel header subdirectories tooDenis Vlasenko2009-02-191-1/+10
|
* - 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).
* strict POSIX requires a path to specified to `find`Mike Frysinger2009-02-131-1/+1
|
* Make TLS configure time variable. Enable it along with NPTL.Khem Raj2009-02-051-0/+11
|
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-211-1/+1
|
* extra/scripts/relative_path.sh: fix itDenis Vlasenko2009-01-191-1/+4
|
* Merge some pre-work from branch, needed by NPTL.Khem Raj2008-12-312-1/+63
|
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-1/+34
| | | | - SUSv4_LEGACY part #1 (non-networking)
* fix another corner case in unifdefDenis Vlasenko2008-12-282-2/+8
|
* patch up unifdef to recognize and remove "#if defined _LIBC && something"Denis Vlasenko2008-12-282-35/+160
| | | | | blocks too (and similar)
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-1/+6
| | | | | | | | | | | | remove __tolower and __toupper (they existed only in SOME configs!); remove usages of _tolower (some of them clearly buggy) from uclibc code; add a few more -U<define> options to unifdef pass over installed headers; document it on docs/wchar_and_locale.txt text data bss dec hex filename - 514963 2727 15396 533086 8225e lib/libuClibc-0.9.30-svn.so + 514888 2727 15396 533011 82213 lib/libuClibc-0.9.30-svn.so
* - 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
|
* - fix for !GETOPT_LONGBernhard Reutner-Fischer2008-12-221-11/+36
|
* extra/locale/gen_wctype.c: remove __CTYPE_isalnum and friends;Denis Vlasenko2008-12-221-379/+354
| | | | | | | | | stop using macros with hidden parameter - that's evil; reformat broken indenting (it was not matching the number of {}s); fix format warnings (int vs size_t vs long) No code changes (verified with objdump)
* UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko2008-12-223-64/+19
| | | | | | | | | | | | | | | | | | | | | | equal to "include/bits/uClibc_ctype.h" __CTYPE_unclassified and other similar __CTYPE_xxxx constants are moved to separate include file, bits/uClibc_charclass.h Duplicate declaration of these constants is removed from libc/misc/wctype/_wctype.c Ugly re-inclusion trick in extra/locale/gen_wctype.c deleted Large ifdefed-out chunk in extra/locale/gen_wctype.c removed Move __CTYPE_isalnum() etc macros from uClibc_ctype.h to their single user, extra/locale/gen_wctype.c (can be simplified further) Overall, no code changes (verified with objdump)
* more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko2008-12-211-1/+1
|
* extra/locale/locale_mmap.h: fix broken whitespaceDenis Vlasenko2008-12-201-17/+15
|
* libc/misc/locale/locale.c: heed a pile of warningsDenis Vlasenko2008-12-201-2/+2
| | | | | from signed/unsigned char conversions
* libc/misc/locale/locale.c: remove one unneeded static data,Denis Vlasenko2008-12-201-2/+2
| | | | | | | | | | | | rewrite one exceptionally unreadable loop. Heed a few warnings (wrong type for string op params) text data bss dec hex filename - 1164 16 0 1180 49c libc/misc/locale/newlocale.os + 1180 0 0 1180 49c libc/misc/locale/newlocale.os - 494480 2751 15684 512915 7d393 lib/libuClibc-0.9.30-svn.so + 494472 2735 15684 512891 7d37b lib/libuClibc-0.9.30-svn.so
* Do not install libc-XXXX.h files in "make install".Denis Vlasenko2008-12-131-6/+13
| | | | | glibc does not have them, so should be safe.
* - fix args (untested)Bernhard Reutner-Fischer2008-11-231-2/+2
|
* 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-112-7/+9
| | | | - update name of locale-tarball. We will retroactively fill them in, eventually
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+3
|
* - 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
|
* - Print helptexts of choices. If a choice (but not it's children) has help, ↵Bernhard Reutner-Fischer2008-10-272-2/+5
| | | | | | print that. If a choice's child has no help, print parents help.
* - 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-145-282/+390
| | | | The verbosity can be set to the previous level by passing V=2 to make.
* - .. and don't install the config dir, tooBernhard Reutner-Fischer2008-10-101-1/+2
|
* - remove bashism; don't install config/* to the targetBernhard Reutner-Fischer2008-10-101-2/+1
|
* - pull kconfig from linux-2.6.27Bernhard Reutner-Fischer2008-10-1019-404/+538
|