summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.in
Commit message (Collapse)AuthorAgeFilesLines
...
* not everyone is a ninja: explicitly state that people should convert from ↵Mike Frysinger2008-01-051-0/+2
| | | | sys_errlist[] to strerror()
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt ↵Carmelo Amoroso2007-11-161-0/+7
| | | | <hcegtvedt@atmel.com>
* Added support for GNU hash style into dynamic linkerCarmelo Amoroso2007-11-071-0/+15
|
* - spelling fixBernhard Reutner-Fischer2007-09-201-2/+2
|
* bug 1310: drop hidden aliases to data since some arches crap with this due ↵Mike Frysinger2007-09-151-0/+1
| | | | to copy relocs
* - shrink resolver codeBernhard Reutner-Fischer2007-04-171-0/+9
|
* - doesn't make sense to impose a limit that is too narrow. 12 ought to be fine..Bernhard Reutner-Fischer2007-04-141-1/+1
|
* Patch by Ricard Wanderlof <ricardw at axis dot com>:Peter Kjellerstedt2007-04-131-0/+24
| | | | | | * Add configurable buffer sizes for getpwnam() and getgrnam(). The default buffer size is, as before, 256 (glibc seems to use 1024 by default).
* make arch default to hostarchMike Frysinger2007-02-141-1/+0
|
* Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund2007-02-121-0/+5
| | | | | | | in the powerpc arch code and make more code common with classic PowerPC. From Steve Papacharalambous Lets hope I didn't break something.
* Add support for PowerPC e500, libc part only.Joakim Tjernlund2007-02-041-0/+6
| | | | | Math support to be done. From Steve Papacharalambous, stevep@freescale.com
* - s/Attemt/Attempt/Bernhard Reutner-Fischer2007-01-031-1/+1
|
* create new menu so people can select what format they wish to build uClibcMike Frysinger2006-12-111-24/+0
|
* Richard Sandiford writes: add support for init/fini arrays in shared flat ↵Mike Frysinger2006-12-081-0/+24
| | | | libraries
* - introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACYBernhard Reutner-Fischer2006-11-291-0/+8
| | | | stuff, even the fallback defines.
* - fix typoBernhard Reutner-Fischer2006-11-221-2/+2
|
* dont require DOPIC with FORCE_SHAREABLE_TEXT_SEGMENTSMike Frysinger2006-10-221-1/+0
|
* fix from psm: DODEBUG_PT is only meaningful for LINUXTHREADS_OLD, add: ↵Mike Frysinger2006-08-251-1/+1
| | | | depends on LINUXTHREADS_OLD
* fix from psm: makes use of the malloc debug option in malloc-standard as wellMike Frysinger2006-08-251-1/+1
|
* fix from psm: add UCLIBC_ prefix to HAS_SHADOW optionMike Frysinger2006-08-231-1/+1
|
* bfin works againMike Frysinger2006-07-051-1/+1
|
* Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negativesEric Andersen2006-07-041-8/+8
| | | | on i.e. NOSTRIP=n gets a bit confusing.
* cleanup descriptionEric Andersen2006-07-041-2/+3
|
* gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the ↵Eric Andersen2006-07-041-2/+1
| | | | | | | latest and massivly bloated greatest from glibc. And fixes things so the gnu glob interface is no longer the default.
* re-enable global constructors and destructors for bfinMike Frysinger2006-05-151-1/+0
|
* Add new option for SuSv3 legacy functions and use it for ↵Peter S. Mazinger2006-03-231-0/+9
| | | | bcopy/bzero/bcmp/index/rindex
* Enable EXTRA_WARNINGS on DODEBUGPeter S. Mazinger2006-03-221-0/+1
|
* Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger2006-03-071-4/+14
|
* Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger2006-02-271-0/+10
|
* Add Rich Felker's getsubopt, smaller then the glibc copied onePeter S. Mazinger2006-02-271-0/+8
|
* Rich Felker's glob() ported to uClibcPeter S. Mazinger2006-02-271-1/+16
|
* glob depends on fnmatchPeter S. Mazinger2006-02-261-1/+1
|
* Made it possible to build without stripping the binaries.Peter Kjellerstedt2006-02-221-0/+9
|
* Remved the (BROKEN) tag from the CRIS architecture.Peter Kjellerstedt2006-02-221-1/+1
|
* update MMU config options to utilize USE_MMU instead of HAS_MMUMike Frysinger2006-02-191-3/+3
|
* disable ctor/dtor on bfin as binutils doesnt provide init/fini symbolsMike Frysinger2006-02-181-0/+1
|
* thanks to Thomas, nios should be happy again!Mike Frysinger2006-02-061-2/+2
|
* import files from glibc for an ia64/static portMike Frysinger2006-02-041-0/+7
|
* make the extra warnings optionalMike Frysinger2006-01-311-0/+6
|
* First round of VAX patches. This isn't complete right now, there are for"Jan-Benedict Glaw"2006-01-271-0/+7
| | | | | | | | | sure still bugs (properly hidden, of course), a libm is completely missing (I've got one that implements some basic stuff, but that's really not ready for checking in...) I've also got a list of other things that need touch-ups, but that's mostly minor stuff that'll be done during the next days.
* disable -z now by defaultMike Frysinger2006-01-261-1/+1
|
* dont force linuxthreads db if debugging is enabledMike Frysinger2006-01-211-1/+0
|
* Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other ↵Peter S. Mazinger2006-01-201-0/+1
| | | | use within uClibc, depends on fnmatch as well
* fix UCLIBC_STATIC_LDCONFIG location in menus and touchup display for other ↵Mike Frysinger2006-01-181-14/+15
| | | | shared lib options
* import the arc4random() function by ashes in Bug 90Mike Frysinger2006-01-081-0/+13
|
* as weber notes in Bug 99:Mike Frysinger2006-01-061-0/+14
| | | | | | | | | | if_nameindex doesnt list all of my interfaces! this is because we are still using the old style ioctl(SIOCGIFINDEX) for gathering interface names/indexes. while this code is pretty small, the kernel does not return all interfaces via this method. so we import the new style netlink code from glibc and make it optional so those people who need the full functionality can get it.
* tweak __progname handling some more since some [bad] apps actually try and ↵Mike Frysinger2006-01-041-0/+12
| | | | use it
* add optional support for program_invocation_name/program_invocation_short_nameMike Frysinger2006-01-031-0/+14
|
* Add new fnmatch code, for now mbstate_t and mbsrtowcs are depending on ↵Peter S. Mazinger2005-12-241-0/+21
| | | | UCLIBC_HAS_LOCALE, making the new object about 5k, else it would be 10k
* wordexp can't be built w/o globPeter S. Mazinger2005-12-151-0/+1
|