Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | 2007-07-06 | 1 | -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-05 | 1 | -1/+4 |
| | | | | Also, pass only the TARGET_CONFIGURE options that are necessary for building the utilities so that CFLAGS are not passed. | ||||
* | - fix typo in sed expr | Bernhard Reutner-Fischer | 2007-06-26 | 1 | -8/+8 |
| | |||||
* | - add BR2_INET_IPV6 and BR2_INET_RPC | Bernhard Reutner-Fischer | 2007-06-26 | 1 | -1/+18 |
| | | | | TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there | ||||
* | - yet another hunk that should have been part of r18904 | Bernhard Reutner-Fischer | 2007-06-24 | 1 | -1/+1 |
| | |||||
* | - add full sysroot support for non-ancient toolchains. | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -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-Fischer | 2007-06-13 | 1 | -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. | ||||
* | - store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfig | Bernhard Reutner-Fischer | 2007-05-12 | 1 | -6/+12 |
| | |||||
* | If we are using snapshot, don't even attempt to try and patch anything. | "Steven J. Hill" | 2007-05-10 | 1 | -0/+2 |
| | |||||
* | install hostutils (i.e. 'ldd' and 'ldconfig') into $STAGING_DIR | Eric Andersen | 2007-03-22 | 1 | -0/+6 |
| | |||||
* | - s/HOST_SED_TARGET/HOST_SED_BINARY/g for clarity | Bernhard Reutner-Fischer | 2007-03-14 | 1 | -1/+1 |
| | | | | - make sure that we have a working sed for the uclibc-menuconfig target | ||||
* | update to uClibc 0.9.28.3 | Eric Andersen | 2007-02-28 | 1 | -5/+2 |
| | |||||
* | 0.9.28.2 support | Peter Korsgaard | 2007-02-22 | 1 | -0/+3 |
| | |||||
* | Really propagate BR2_SOFT_FLOAT setting to 0.9.28.1 | Peter Korsgaard | 2007-02-20 | 1 | -1/+1 |
| | |||||
* | - uclibc-menuconfig provides a .config but doesn't provide .configured | Bernhard Reutner-Fischer | 2007-02-15 | 1 | -1/+1 |
| | |||||
* | - allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkout | Bernhard Reutner-Fischer | 2007-02-15 | 1 | -1/+2 |
| | |||||
* | - fix propagation of BR2_SOFT_FLOAT down to uClibc | Bernhard Reutner-Fischer | 2007-02-10 | 1 | -1/+1 |
| | |||||
* | - honor BR2_PTHREAD_DEBUG | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -6/+23 |
| | | | | Stop asking any thread related questions while at it. | ||||
* | - add gcc-4.0.4 | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -0/+2 |
| | | | | - add knob to enable unsupported, deprecated, obsoleted versions of packages | ||||
* | - also wipe the files installed into the target for uclibc_target-clean | Bernhard Reutner-Fischer | 2007-02-06 | 1 | -1/+2 |
| | |||||
* | Support building using an external toolchain. Questions to the mailing list ↵ | "Steven J. Hill" | 2007-02-06 | 1 | -0/+2 |
| | | | | and all other comments to <biteme@devnull.com>. | ||||
* | - fixup setting the UCLIBC_TARGET_ENDIAN | Bernhard Reutner-Fischer | 2007-02-02 | 1 | -4/+12 |
| | |||||
* | - remove the '"install uClibc headers in the target filesystem" without a ↵ | Bernhard Reutner-Fischer | 2007-01-31 | 1 | -26/+0 |
| | | | | native compiler' option. | ||||
* | - add some defaults for arm and set them later on depending on the .config | Bernhard Reutner-Fischer | 2007-01-30 | 1 | -5/+2 |
| | |||||
* | Really disable HAS_FPU when softfloat is enabled | Peter Korsgaard | 2007-01-29 | 1 | -1/+1 |
| | |||||
* | - add 0.9.28.1 | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -4/+15 |
| | |||||
* | - provide means to "install uClibc headers in the target filesystem" without ↵ | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -2/+28 |
| | | | | a native compiler | ||||
* | - copy the _CONFIG_FILES back | Bernhard Reutner-Fischer | 2007-01-19 | 1 | -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-Fischer | 2007-01-16 | 1 | -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/g | Bernhard Reutner-Fischer | 2006-12-15 | 1 | -6/+7 |
| | |||||
* | - Only care about the locale stuff if we have locale in the first place. | Bernhard Reutner-Fischer | 2006-12-15 | 1 | -2/+9 |
| | |||||
* | Ulrich Hecht writes: This patch downloads uClibc-locale-030818.tgz to dl and ↵ | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -1/+9 |
| | | | | | | copies it from there instead of downloading it again for every uClibc build. | ||||
* | don't error out when asm-generic is absent | Eric Andersen | 2006-12-14 | 1 | -6/+12 |
| | |||||
* | install include/asm-generic if it is present | Eric Andersen | 2006-12-13 | 1 | -0/+6 |
| | |||||
* | use a more sensible naming scheme | Eric Andersen | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | oops, typo | Eric Andersen | 2006-12-13 | 1 | -17/+17 |
| | |||||
* | update ordering, automagically handle x86 subtypes | Eric Andersen | 2006-12-13 | 1 | -10/+43 |
| | |||||
* | fix a few little glitches I left in here the other day | Eric Andersen | 2006-12-13 | 1 | -1/+2 |
| | |||||
* | update uClibc config settings and update installation of kernel headers | Eric Andersen | 2006-12-12 | 1 | -13/+37 |
| | |||||
* | - provide a 'make uclibc-config' target to make target specific ↵ | Bernhard Reutner-Fischer | 2006-12-02 | 1 | -1/+14 |
| | | | | configuration easy. | ||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -2/+3 |
| | |||||
* | we use BR2_ENABLE_LOCALE not ENABLE_LOCALE | Eric Andersen | 2006-10-17 | 1 | -3/+5 |
| | |||||
* | kill the separate 'uClibc.config-locale' file, which was generally left ↵ | Eric Andersen | 2006-10-02 | 1 | -4/+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_FLOAT | Peter Korsgaard | 2006-09-25 | 1 | -1/+3 |
| | |||||
* | minor dependancy cleanup | Eric Andersen | 2006-07-19 | 1 | -2/+2 |
| | |||||
* | configuring uClibc depends on first having kernel headers in place | Eric Andersen | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | put sed check in the correct place | Eric Andersen | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | Add support for ARM EABI. | Paul Mundt | 2006-06-05 | 1 | -0/+3 |
| | |||||
* | Update for ARCH_WANTS_{LITTLE,BIG}_ENDIAN and HAS_FPU -> UCLIBC_HAS_FPU. | Paul Mundt | 2006-06-05 | 1 | -1/+5 |
| | | | | | | Also update the uClibc config for some of the recent target and CPU variant additions. | ||||
* | fix target arch check per case 0000688 | David Anders | 2006-02-09 | 1 | -3/+3 |
| |