summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix PROGRAM_INVOCATION handling with external toolchainsThomas Petazzoni2009-07-311-8/+0Star
| | | | | | | | | | | | | 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>
* uclibc: cleanup version handlingPeter Korsgaard2009-03-031-0/+8
| | | | Based on 0171c72 in Bernhards' tree.
* uclibc: add 0.9.30.1Peter Korsgaard2009-03-031-2/+8
|
* Extend External Toolchain options (match buildroot built toolchain): Daniel Laird2009-01-301-37/+0Star
| | | | | | | | | | 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>
* Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard2009-01-181-1/+0Star
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* toolchain/uClibc: mark 0.9.29 as recentPeter Korsgaard2009-01-161-0/+1
|
* toolchain: revert "Allow creating a script for external use of Buildroot ↵Peter Korsgaard2009-01-021-6/+0Star
| | | | | | toolchain" It's been 10 days now without any reply from Ulf, so revert r24480+r24481.
* toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED optionPeter Korsgaard2008-12-231-1/+11
| | | | | | | Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree.
* Allow creating a script for external use of Buildroot toolchainUlf Samuelsson2008-12-211-0/+6
|
* uClibc: set 0.9.30 as defaultHans-Christian Egtvedt2008-12-011-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* uClibc: add a default config for 0.9.30Hans-Christian Egtvedt2008-12-011-1/+1
| | | | | | | | 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>
* uClibc: add uClibc 0.9.30 to kconfig and MakefileHans-Christian Egtvedt2008-12-011-0/+4
| | | | | | | | 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>
* uclibc: add kconfig option and make stuff for installing the uClibc test suiteHans-Christian Egtvedt2008-10-071-0/+18
| | | | | | | | | | | 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>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-3/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-3/+3
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* * Added uclibc snapshot config, differes from the stable and kept asking ↵Nigel Kukard2008-04-171-1/+1
| | | | | | questions for config * Added ARM config options to makefile just like the other arch's
* added and removed uclibc patchesJohn Voltz2008-03-061-2/+1Star
|
* Update AVR32 toolchain with new binutils and uClibc, This time it works ↵Ulf Samuelsson2007-10-131-1/+3
| | | | (cross-fingers)
* Add AVR32 support for uclibc-0-9-29Ulf Samuelsson2007-10-121-1/+0Star
|
* - Schedule removal of ancient versions (configuration part).Bernhard Reutner-Fischer2007-09-251-5/+0Star
|
* - default to 0.9.29Bernhard Reutner-Fischer2007-09-221-1/+1
|
* Allow user to configure PROGRAM_INVOCATION_NAMEUlf Samuelsson2007-08-161-0/+9
|
* uClibc config for AVR32Ulf Samuelsson2007-07-291-1/+3
|
* - store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfigBernhard Reutner-Fischer2007-05-121-0/+17
|
* Get rid of blank line."Steven J. Hill"2007-04-281-1/+0Star
|
* - recommend linuxthreads.oldBernhard Reutner-Fischer2007-04-151-0/+3
|
* update to uClibc 0.9.28.3Eric Andersen2007-02-281-6/+2Star
|
* 0.9.28.2 supportPeter Korsgaard2007-02-221-0/+4
|
* - add gcc-4.0.4Bernhard Reutner-Fischer2007-02-091-0/+9
| | | | - add knob to enable unsupported, deprecated, obsoleted versions of packages
* - add 0.9.28.1Bernhard Reutner-Fischer2007-01-281-0/+3
|
* fix a few little glitches I left in here the other dayEric Andersen2006-12-131-1/+1
|
* update uClibc config settings and update installation of kernel headersEric Andersen2006-12-121-4/+13
|
* add more threading optionsMike Frysinger2005-12-081-10/+15
|
* control pthread support since some arches like x86_64 dont yet support it in ↵Mike Frysinger2005-10-011-0/+7
| | | | uClibc
* Add in options for NPTL in uClibc. Users can select, but since NPTL is"Steven J. Hill"2005-07-301-0/+5
| | | | | on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options.
* Minor updatesEric Andersen2005-07-271-3/+5
|
* Add some seperatorsEric Andersen2004-10-091-0/+1
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+22
-Erik