summaryrefslogtreecommitdiff
path: root/scripts/build/libc
AgeCommit message (Expand)AuthorFilesLines
2009-10-02libc/eglibc: fix building for seemingly native toolchainsYann E. MORIN"1-1/+1
2009-10-02libc/glibc: fix building for seemingly native toolchainsYann E. MORIN"1-4/+4
2009-09-11libc/eglibc: fix downloadYann E. MORIN"1-1/+1
2009-08-24glibc: fix build error caused by incorrect variable assignmentJim F1-2/+2
2009-08-19Merge the bash_array branch.Yann E. MORIN"2-55/+69
2009-08-19Make glibc's extra_config an array containing ./configure optionsYann E. MORIN"1-34/+44
2009-08-19Make eglibc's extra_config an array containing ./configure optionsYann E. MORIN"1-12/+14
2009-07-27[libc-eglibc] Rewrite part of the codeYann E. MORIN"1-9/+11
2009-07-27[libc-eglibc] Fix testing for existing filesYann E. MORIN"1-8/+8
2009-08-08Merge the AVR32 support branch to the default branch.Yann E. MORIN"1-0/+82
2009-06-20Removed debug lineMartin Lund1-2/+0
2009-06-20Fix libc configMartin Lund1-3/+4
2009-06-20Misc AVR32 cleanups.Martin Lund1-4/+0
2009-06-14Changed copyrightMartin Lund1-2/+2
2009-06-01/devel/gcc-4.4:Yann E. MORIN"1-8/+17
2009-05-23Added support for Atmel AVR32 headersMartin Lund"1-2/+17
2009-05-22Temp fix for newlib configure. Updated avr32 crosstool.config.Martin Lund"1-3/+4
2009-05-22Added initial AVR32 support (bare-metal,newlib)Martin Lund"1-0/+71
2009-05-11Fix building uClibc:Yann E. MORIN"1-1/+1
2009-05-07Workaround for "PowerPC-8xx CPU15 errata" (whatever that might be).Yann E. MORIN"1-1/+9
2009-05-07Fix installing uClibc headers for versions prior to 0.9.30.Yann E. MORIN"1-9/+23
2009-04-19Get rid of the proxy settings, once and for all.Yann E. MORIN"1-1/+0
2009-03-27Only create the state dir if asked for a restartable build:Yann E. MORIN"1-3/+3
2009-03-15Sanitise using glibc cvs exports:Yann E. MORIN"1-59/+76
2009-03-08Use "grep -E" instead of the deprecated "egrep".Yann E. MORIN"1-1/+1
2009-03-05Re-instate the glibc/eglibc config option LIBC_GLIBC_CONFIGPARMS for use by S...Yann E. MORIN"1-7/+7
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-25On 20090120.2203+0100, Andy Johnson <ajohnson@aecno.com> wrote:Yann E. MORIN"1-4/+4
2009-01-05Split CT_ExtractAndPatch in two: CT_Extract and CT_Patch:Yann E. MORIN"3-8/+33
2009-01-05Fix C library addons extraction:Yann E. MORIN"2-2/+0
2009-01-04Get rid of CT_LIBC_FILE, remove useless CT_MakeAbsolutePath.Yann E. MORIN"3-57/+68
2009-01-04Remove support for gcc-2.95.3, it has never ever been tested.Yann E. MORIN"2-8/+0
2009-01-04Enable using glibc post 2.8:Yann E. MORIN"1-11/+39
2009-01-03Get rid of all stuff related to building a /delivery' traball:Yann E. MORIN"4-31/+0
2008-11-17Build and install a uClibc cross-ldd.Yann E. MORIN"1-1/+27
2008-11-13Merge #1195, #1196 and #1203 from /devel/YEM-build_host_target_cleanup:Yann E. MORIN"2-9/+9
2008-11-07Do not take lib64/ in account when fixing the glibc linker scripts:Yann E. MORIN"1-1/+3
2008-11-01Enable uClibc parallel build for those versions supporting it.Yann E. MORIN"1-5/+7
2008-11-01Enablelocales when requested to do so.Yann E. MORIN"1-1/+9
2008-11-01Only install headers when installing uClibc headers.Yann E. MORIN"1-5/+5
2008-10-29Finally enable the PPC-8xx memset workaround, by Nye Liu.Yann E. MORIN"1-0/+9
2008-10-20Correctly handle the minimum supported kernel version in glibc.Yann E. MORIN"1-39/+39
2008-10-13Generate the choice menu for C libraries, the same way arch and kernels are g...Yann E. MORIN"1-1/+1
2008-09-28In the glibc and eglibc trees, the 'configure' files may be older than their ...Yann E. MORIN"2-1/+11
2008-09-23Bart De VOS pointed out that removing absolute paths from the libc linker scr...Yann E. MORIN"1-12/+2
2008-09-22Rework the eglibc download so as to be a little bit saner.Yann E. MORIN"1-10/+15
2008-09-14Enhance setting the minimum kernel version glibc will run against.Yann E. MORIN"1-5/+33
2008-09-14Introduce a new EXPERIMENTAL feature: BARE_METAL.Yann E. MORIN"4-0/+1163