summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc
Commit message (Collapse)AuthorAgeFilesLines
...
* 0.9.28.2 supportPeter Korsgaard2007-02-222-0/+7
|
* Really propagate BR2_SOFT_FLOAT setting to 0.9.28.1Peter Korsgaard2007-02-202-1/+2
|
* - uclibc-menuconfig provides a .config but doesn't provide .configuredBernhard Reutner-Fischer2007-02-151-1/+1
|
* - allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkoutBernhard Reutner-Fischer2007-02-151-1/+2
|
* - sched_{s,g}etaffinity depends on the respective syscalls.Bernhard Reutner-Fischer2007-02-141-0/+55
| | | | Noticed while trying to use ancient 2.4.31 kernel-headers from some bug-report
* - fix propagation of BR2_SOFT_FLOAT down to uClibcBernhard Reutner-Fischer2007-02-101-1/+1
|
* - honor BR2_PTHREAD_DEBUGBernhard Reutner-Fischer2007-02-091-6/+23
| | | | Stop asking any thread related questions while at it.
* - add gcc-4.0.4Bernhard Reutner-Fischer2007-02-092-0/+11
| | | | - add knob to enable unsupported, deprecated, obsoleted versions of packages
* - also wipe the files installed into the target for uclibc_target-cleanBernhard Reutner-Fischer2007-02-061-1/+2
|
* Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"2007-02-061-0/+2
| | | | and all other comments to <biteme@devnull.com>.
* - proposed fix for gethostent_r: if no host was found, return HOST_NOT_FOUND ↵Bernhard Reutner-Fischer2007-02-051-0/+13
| | | | instead of garbage.
* - fixup setting the UCLIBC_TARGET_ENDIANBernhard Reutner-Fischer2007-02-021-4/+12
|
* - remove the '"install uClibc headers in the target filesystem" without a ↵Bernhard Reutner-Fischer2007-01-313-36/+0
| | | | native compiler' option.
* - add some defaults for arm and set them later on depending on the .configBernhard Reutner-Fischer2007-01-302-5/+19
|
* fix broken spot caused by my having checked in the wrong dst patch for 0.9.28Eric Andersen2007-01-291-0/+15
|
* fix patchEric Andersen2007-01-291-10/+12
|
* Really disable HAS_FPU when softfloat is enabledPeter Korsgaard2007-01-291-1/+1
|
* - add 0.9.28.1Bernhard Reutner-Fischer2007-01-282-4/+18
|
* A patch set that should probably become uClibc-0.9.28.1Eric Andersen2007-01-255-0/+14802
|
* - apply vapier's commentsBernhard Reutner-Fischer2007-01-241-3/+3
|
* - update proposed patchletBernhard Reutner-Fischer2007-01-211-93/+14
|
* - provide means to "install uClibc headers in the target filesystem" without ↵Bernhard Reutner-Fischer2007-01-213-2/+38
| | | | a native compiler
* - add proposed, non-cleanup version of the compile fix for disabled ↵Bernhard Reutner-Fischer2007-01-201-0/+498
| | | | | | getc/putc macros for vapier to look at It even creates smaller code as compared to current svn..
* - copy the _CONFIG_FILES backBernhard Reutner-Fischer2007-01-191-1/+2
| | | | - use the BUSYBOX_CONFIG_FILE if specified by the user
* - pass the selected arm variant and ABI setting down to uClibc.Bernhard Reutner-Fischer2007-01-161-4/+11
| | | | | Now does not prompt for the former entered arch variant and ABI setting anymore, but still does for USE_BX (should this be forced to y if supported?) - TODO: add missing variants that are supported by uClibc to buildroot
* - s/UCLIBC_HAS_LOCALE/BR2_ENABLE_LOCALE/gBernhard Reutner-Fischer2006-12-151-6/+7
|
* - Only care about the locale stuff if we have locale in the first place.Bernhard Reutner-Fischer2006-12-151-2/+9
|
* Ulrich Hecht writes: This patch downloads uClibc-locale-030818.tgz to dl and ↵Bernhard Reutner-Fischer2006-12-141-1/+9
| | | | | | copies it from there instead of downloading it again for every uClibc build.
* don't error out when asm-generic is absentEric Andersen2006-12-141-6/+12
|
* install include/asm-generic if it is presentEric Andersen2006-12-131-0/+6
|
* use a more sensible naming schemeEric Andersen2006-12-132-1/+1
|
* Patch in the version agnostic fix_includes in the older uClibc 0.9.28Eric Andersen2006-12-131-23/+316
|
* oops, typoEric Andersen2006-12-131-17/+17
|
* update ordering, automagically handle x86 subtypesEric Andersen2006-12-131-10/+43
|
* fix a few little glitches I left in here the other dayEric Andersen2006-12-132-2/+3
|
* update uClibc config settings and update installation of kernel headersEric Andersen2006-12-125-39/+285
|
* - provide a 'make uclibc-config' target to make target specific ↵Bernhard Reutner-Fischer2006-12-021-1/+14
| | | | configuration easy.
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-2/+3
|
* we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen2006-10-171-3/+5
|
* kill the separate 'uClibc.config-locale' file, which was generally left ↵Eric Andersen2006-10-022-190/+3
| | | | | | | unmaintained and instead just update the installed uClibc config file in place to enable locale when selected
* Set 0.9.28 floating point mode according to BR2_SOFT_FLOATPeter Korsgaard2006-09-251-1/+3
|
* minor dependancy cleanupEric Andersen2006-07-193-4/+4
|
* configuring uClibc depends on first having kernel headers in placeEric Andersen2006-07-181-1/+1
|
* put sed check in the correct placeEric Andersen2006-07-181-1/+1
|
* Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monsterEric Andersen2006-07-042-0/+2
| | | | and should NOT be enabled by default.
* oops, dynamically set...Eric Andersen2006-06-231-3/+4
|
* update config a bitEric Andersen2006-06-231-9/+9
|
* Add support for ARM EABI.Paul Mundt2006-06-053-0/+5
|
* Update for ARCH_WANTS_{LITTLE,BIG}_ENDIAN and HAS_FPU -> UCLIBC_HAS_FPU.Paul Mundt2006-06-053-3/+17
| | | | | | Also update the uClibc config for some of the recent target and CPU variant additions.
* make the locale config mostly match the non-locale configEric Andersen2006-04-111-5/+28
|