aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc
Commit message (Collapse)AuthorAgeFilesLines
...
* uClibc config for AVR32Ulf Samuelsson2007-07-291-1/+3
|
* Add AVR32 needs to uClibc def configUlf Samuelsson2007-07-291-1/+7
|
* - put dependency checking right to the start where any later stages can rely ↵Bernhard Reutner-Fischer2007-07-271-1/+1
| | | | on the being ok.
* - add missing dependencyBernhard Reutner-Fischer2007-07-231-1/+1
|
* Add uclibc wchar default configurationUlf Samuelsson2007-07-201-0/+215
|
* - provide default for vfprintfBernhard Reutner-Fischer2007-07-081-0/+1
|
* - forgot to adjust the pathBernhard Reutner-Fischer2007-07-071-12/+6
|
* - pull in missing hunks from the arm-mmap fix.Bernhard Reutner-Fischer2007-07-072-10/+85
|
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"2007-07-061-2/+0
| | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
* Do not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. ↵"Steven J. Hill"2007-07-051-1/+4
| | | | Also, pass only the TARGET_CONFIGURE options that are necessary for building the utilities so that CFLAGS are not passed.
* - pull arm mmap fix from trunkBernhard Reutner-Fischer2007-06-281-0/+22
|
* - fix typo in sed exprBernhard Reutner-Fischer2007-06-261-8/+8
|
* - add BR2_INET_IPV6 and BR2_INET_RPCBernhard Reutner-Fischer2007-06-261-1/+18
| | | | TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
* - add patch for the 0.9.29 release that fixes the visibility of ↵Bernhard Reutner-Fischer2007-06-251-0/+51
| | | | internal_function
* - yet another hunk that should have been part of r18904Bernhard Reutner-Fischer2007-06-241-1/+1
|
* - add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer2007-06-201-34/+56
| | | | - start to separate usr/lib and lib to match normal system-layout
* - allow for patching snapshots. Files are named uClibc.*.patch which is ↵Bernhard Reutner-Fischer2007-06-131-0/+2
| | | | | | unambiguous wrt release patches. sjhill, this "reverts" your r18601. I *need* to be able to test patches in a convenient manner. Please ping me if you are uncomfortable with this change so we can discuss it, thanks.
* - forgot to supply a default for UCLIBC_EXTRA_CFLAGSBernhard Reutner-Fischer2007-06-071-0/+1
|
* - adjust sample configBernhard Reutner-Fischer2007-06-071-1/+8
|
* - store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfigBernhard Reutner-Fischer2007-05-122-6/+29
|
* If we are using snapshot, don't even attempt to try and patch anything."Steven J. Hill"2007-05-101-0/+2
|
* Re-create patches for released 0.9.29 version."Steven J. Hill"2007-05-103-235/+209
|
* Get rid of blank line."Steven J. Hill"2007-04-281-1/+0
|
* - recommend linuxthreads.oldBernhard Reutner-Fischer2007-04-151-0/+3
|
* install hostutils (i.e. 'ldd' and 'ldconfig') into $STAGING_DIREric Andersen2007-03-221-0/+6
|
* - s/HOST_SED_TARGET/HOST_SED_BINARY/g for clarityBernhard Reutner-Fischer2007-03-141-1/+1
| | | | - make sure that we have a working sed for the uclibc-menuconfig target
* update to uClibc 0.9.28.3Eric Andersen2007-02-283-26/+4
|
* 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..