Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-15 | toolchain: add uclibc 0.9.30.2 | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-12-15 | uclibc: get rid of avr32 special version since upstream works | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-12-14 | uclibc: do not allow selection of non-avr32 versions on AVR32 | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-12-14 | uclibc: add avr32 special version | Thomas Petazzoni | |
* Add a new 0.9.30-avr32-2.1.5 version of uClibc in Config.in * Add a patch for 0.9.20-avr32-2.1.5 * Select a different UCLIBC_SITE for avr32 versions in uclibc.mk * Add the LINKRELAX=y configuration option to the uClibc .config file in uclibc.mk Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-07-31 | Fix PROGRAM_INVOCATION handling with external toolchains | Thomas Petazzoni | |
BR2_UCLIBC_PROGRAM_INVOCATION is a toolchain configuration option, like BR2_INET_IPV6, BR2_INET_RPC, on which some packages depend. Therefore, it should be handled like BR2_INET_IPV6 and BR2_INET_RPC in order to work properly with external toolchains. Since we move it out of toolchain/uClibc/Config.in into toolchain/Config.in.2, we rename the option to BR2_PROGRAM_INVOCATION (since BR2_INET_RPC and others don't have UCLIBC in their name). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-03-03 | uclibc: cleanup version handling | Peter Korsgaard | |
Based on 0171c72 in Bernhards' tree. | |||
2009-03-03 | uclibc: add 0.9.30.1 | Peter Korsgaard | |
2009-01-30 | Extend External Toolchain options (match buildroot built toolchain): | Daniel Laird | |
Have added options that mean you can set the same BR2_XXXX variables for external toolchain and internal (buildroot built) toolchain. This means the same set of packages can be built now me as for you..... Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-18 | Kconfig: remove 'default n' and 'default no' (see r22874) | Peter Korsgaard | |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2009-01-16 | toolchain/uClibc: mark 0.9.29 as recent | Peter Korsgaard | |
2009-01-02 | toolchain: revert "Allow creating a script for external use of Buildroot ↵ | Peter Korsgaard | |
toolchain" It's been 10 days now without any reply from Ulf, so revert r24480+r24481. | |||
2008-12-23 | toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED option | Peter Korsgaard | |
Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree. | |||
2008-12-21 | Allow creating a script for external use of Buildroot toolchain | Ulf Samuelsson | |
2008-12-01 | uClibc: set 0.9.30 as default | Hans-Christian Egtvedt | |
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-12-01 | uClibc: add a default config for 0.9.30 | Hans-Christian Egtvedt | |
Courtesy Bernhard Reutner-Fischer GIT repository at http://repo.or.cz/w/buildroot.git Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-12-01 | uClibc: add uClibc 0.9.30 to kconfig and Makefile | Hans-Christian Egtvedt | |
This patch adds uClibc versino 0.9.30 to the list of selectable versions. The version identification for snapshot is also updated to reflect 0.9.30. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-10-07 | uclibc: add kconfig option and make stuff for installing the uClibc test suite | Hans-Christian Egtvedt | |
This patch adds the possibility to install the uClibc test suite to the target file system. This is useful if you need to debug or test your uClibc. The option is defaulted to no, and is not needed for a normal running Linux system. The test suite is installed to /root/uClibc Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-04-17 | * Added uclibc snapshot config, differes from the stable and kept asking ↵ | Nigel Kukard | |
questions for config * Added ARM config options to makefile just like the other arch's | |||
2008-03-06 | added and removed uclibc patches | John Voltz | |
2007-10-13 | Update AVR32 toolchain with new binutils and uClibc, This time it works ↵ | Ulf Samuelsson | |
(cross-fingers) | |||
2007-10-12 | Add AVR32 support for uclibc-0-9-29 | Ulf Samuelsson | |
2007-09-25 | - Schedule removal of ancient versions (configuration part). | Bernhard Reutner-Fischer | |
2007-09-22 | - default to 0.9.29 | Bernhard Reutner-Fischer | |
2007-08-15 | Allow user to configure PROGRAM_INVOCATION_NAME | Ulf Samuelsson | |
2007-07-29 | uClibc config for AVR32 | Ulf Samuelsson | |
2007-05-12 | - store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfig | Bernhard Reutner-Fischer | |
2007-04-28 | Get rid of blank line. | "Steven J. Hill" | |
2007-04-15 | - recommend linuxthreads.old | Bernhard Reutner-Fischer | |
2007-02-28 | update to uClibc 0.9.28.3 | Eric Andersen | |
2007-02-22 | 0.9.28.2 support | Peter Korsgaard | |
2007-02-09 | - add gcc-4.0.4 | Bernhard Reutner-Fischer | |
- add knob to enable unsupported, deprecated, obsoleted versions of packages | |||
2007-01-28 | - add 0.9.28.1 | Bernhard Reutner-Fischer | |
2006-12-13 | fix a few little glitches I left in here the other day | Eric Andersen | |
2006-12-12 | update uClibc config settings and update installation of kernel headers | Eric Andersen | |
2005-12-07 | add more threading options | Mike Frysinger | |
2005-10-01 | control pthread support since some arches like x86_64 dont yet support it in ↵ | Mike Frysinger | |
uClibc | |||
2005-07-29 | Add in options for NPTL in uClibc. Users can select, but since NPTL is | "Steven J. Hill" | |
on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options. | |||
2005-07-27 | Minor updates | Eric Andersen | |
2004-10-09 | Add some seperators | Eric Andersen | |
2004-10-09 | Major buildroot facelift, step one. | Eric Andersen | |
-Erik |