summaryrefslogtreecommitdiff
path: root/scripts/build/libc/uClibc.sh
AgeCommit message (Expand)AuthorFilesLines
2015-11-13uClibc: Fall back to default configs if not providedBryan Hundven1-1/+4
2015-11-13uClibc: Add support for uClibc-ngBryan Hundven1-10/+17
2015-11-13uClibc: rewrite mungeuClibcConfig to manage_uClibc_configBryan Hundven1-219/+177
2015-11-11uClibc: Reduce supported versionsBryan Hundven1-8/+1
2015-11-10blackfin: Remove blackfin supportBryan Hundven1-1/+0
2015-11-03uClibc: Don't use CROSS, use CROSS_COMPILE insteadBryan Hundven1-9/+9
2015-06-21avr-libc: add support for avr-libc C libraryErico Nunes1-0/+4
2014-01-04libc/uClibc: add option to enable fenvYann E. MORIN"1-7/+5
2014-01-04libc-uclibc: enable fenv for x86 32-bitYann E. MORIN"1-0/+7
2013-01-10libc: get rid of libc_finishYann E. MORIN"1-5/+0
2012-10-31libc/uClibc: remove use of snapshots and specific dateYann E. MORIN"1-15/+7
2012-10-11libc/uClibc: Add CUSTOM version and CUSTOM_LOCATION config options and GetCustomDavid Holsgrove1-1/+11
2012-02-24libc/uClibc: add additional debug level between "minimal" and "all"Johannes Stezenbach1-0/+10
2011-11-20libc/uClibc: use endian string in testsYann E. MORIN"1-3/+5
2011-11-14libc/uClibc: use the floating-point string option in testsYann E. MORIN"1-3/+5
2011-08-12libc/uClibc: force use of ctor/dtorYann E. MORIN"1-1/+5
2011-07-31libc/uclibc: fix src dir locationYann E. MORIN"1-13/+3
2011-04-24libc/uClibc: use MMU settingsYann E. MORIN"1-0/+13
2011-01-22libc: remove now unneeded do_libc_headersYann E. MORIN"1-4/+0
2011-01-22scripts: PARALLELMFLAGS is evil, renameYann E. MORIN"1-3/+3
2011-01-22libc/uClibc: move content of do_libc_headers into do_libc_start_filesYann E. MORIN"1-6/+5
2011-01-03libc/uClibc: normalize uclibc hidden version namesBryan Hundven1-4/+4
2010-10-22scripts: add "FILE" and "CFG" debug levels.Anthony Foiani1-1/+1
2010-09-12libc/uClibc: use the MIPS ABI selectionYann E. MORIN"1-0/+34
2010-09-10libc/uClibc: change munging code based on target archYann E. MORIN"1-14/+16
2010-08-11libc/uClibc: fix downloading pregen localesYann E. MORIN"1-1/+1
2010-07-27libc/uClibc: fix space damageYann E. MORIN"1-37/+37
2010-07-27libc/uClibc: fix using pre-generated locale dataYann E. MORIN"1-4/+19
2010-07-27libc/uClibc: do not systematically use pre-generated locale dataYann E. MORIN"1-12/+27
2010-07-22libc/uClibc: do not install cross-lddYann E. MORIN"1-11/+0
2010-07-02libc/uClibc: enable NPTL for snapshotsYann E. MORIN"1-5/+73
2010-07-02libc/uClibc: fix snapshotsYann E. MORIN"1-4/+19
2010-07-02libc/uClibc: fix munging .config for LT old/newYann E. MORIN"1-7/+4
2010-06-08libc/uClibc: apply the threading model to the configurationYann E. MORIN"1-0/+30
2010-04-07Add basic support for the Blackfin architectureThomas Petazzoni1-5/+6
2010-04-11scripts/functions: make CT_Patch dumberYann E. MORIN"1-2/+2
2010-01-12scripts/functions: change handling of nochdirYann E. MORIN"1-2/+2
2010-01-23libc/uClibc: fix the breakage for x86 and Super-H, after the 32/64 mergeYann E. MORIN"1-2/+9
2010-01-23libc/uclibc: use CT_ARCH, in place of CT_KERNEL_ARCHYann E. MORIN"1-2/+2
2010-01-02misc: do not use "tar cf - |tar xf -"Yann E. MORIN"1-12/+10
2010-01-01libc/uClibc: do not mangle ARM {E,O}ABI when ARCH != ARMYann E. MORIN"1-11/+13
2010-01-01libc/uClibc: beautify the munge functionYann E. MORIN"1-91/+100
2009-11-06libc/uClibc: add wchar supportSimon Pasch1-2/+11
2009-05-11Fix building uClibc:Yann E. MORIN"1-1/+1
2009-05-07Fix installing uClibc headers for versions prior to 0.9.30.Yann E. MORIN"1-9/+23
2009-03-27Only create the state dir if asked for a restartable build:Yann E. MORIN"1-3/+3
2009-03-08Use "grep -E" instead of the deprecated "egrep".Yann E. MORIN"1-1/+1
2009-02-11On some hosts (eg. Cygwin), it's not possible to build the uClibc hostutils. ...Yann E. MORIN"1-27/+12
2009-02-08Put the uclibc munged config file in the "state" directory, so it survives a ...Yann E. MORIN"1-4/+4
2009-01-05Split CT_ExtractAndPatch in two: CT_Extract and CT_Patch:Yann E. MORIN"1-4/+9