summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2009-06-11populate: fix installing dynamic linker 'ld.so'Yann E. MORIN"1-33/+43
2009-05-20Merge the uClinux/noMMU stuff back to /trunk:Yann E. MORIN"6-108/+104
2009-05-13elf2flt:Yann E. MORIN"1-3/+3
2009-05-13Merge the /deve/uclinux branch back to /trunk:Yann E. MORIN"4-99/+176
2009-05-13Add a new action: show-tupleYann E. MORIN"1-0/+30
2009-05-11sstrip:Yann E. MORIN"1-3/+8
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-05-05Add support for building PPL:Yann E. MORIN"4-6/+90
2009-05-03Prepare for gcc-4.4:Yann E. MORIN"4-4/+4
2009-04-27Update the config.{guess,sub} scripts.Yann E. MORIN"2-3/+7
2009-04-20There's no longer any reason to require GNU awk:Yann E. MORIN"5-7/+6
2009-04-20Set the execute bit on generated script at build time, not install time.Yann E. MORIN"1-0/+0
2009-04-19Simplify the mirror settings.Yann E. MORIN"1-4/+3
2009-04-19Get rid of the proxy settings, once and for all.Yann E. MORIN"2-101/+0
2009-04-06Use "${awk}", not gawk.Yann E. MORIN"3-4/+4
2009-03-30Cleanup the tic build used for native ncurses build, itself needed for native...Yann E. MORIN"2-13/+12
2009-03-29Remove test files.Yann E. MORIN"1-2/+4
2009-03-27Only create the state dir if asked for a restartable build:Yann E. MORIN"3-8/+22
2009-03-27Detect and abort on partially patched component.Yann E. MORIN"1-3/+15
2009-03-27Refuse to build/install on file systems that are *not* case-sensitive.Yann E. MORIN"1-0/+9
2009-03-26Merge r1432:1437 from /branches/newlib into /trunk :Yann E. MORIN"1-0/+4
2009-03-26Add support for building toolchains with gcc-4.4 snapshots.Yann E. MORIN"1-12/+22
2009-03-24Finally make ncurses-5.7 corctly build:Yann E. MORIN"1-3/+7
2009-03-24Log the save/restore messages at a level that is always visible.Yann E. MORIN"1-2/+5
2009-03-23Final touch to the ncurses build step:Yann E. MORIN"1-3/+6
2009-03-23xlcwu <xlcwu.taiwan@gmail.com> wrote:Yann E. MORIN"2-2/+34
2009-03-15Update the config.{guess,sub} files.Yann E. MORIN"2-7/+24
2009-03-15Sanitise using glibc cvs exports:Yann E. MORIN"1-59/+76
2009-03-15Do not copy ecj.jar when it's not required.Yann E. MORIN"1-1/+3
2009-03-15When patching, always assume the package has been previously extraacted (don'...Yann E. MORIN"1-8/+3
2009-03-13Correctly use CT_DoExecLog with wget and curl.Yann E. MORIN"1-8/+8
2009-03-08Fix building MPFR >= 2.4.0.Yann E. MORIN"1-22/+29
2009-03-08Use "grep -E" instead of the deprecated "egrep".Yann E. MORIN"3-4/+4
2009-03-08Use the common functions (CT_GetSVN, CT_Extract and CT_Patch) to retrieve,Yann E. MORIN"1-13/+3
2009-03-08Add CT_GetSVN to commonalise retrieval from SVN (ala CT_GetCVS).Yann E. MORIN"1-1/+33
2009-03-06Fix extracting/patching DUMA:Yann E. MORIN"1-0/+1
2009-03-05Re-instate the glibc/eglibc config option LIBC_GLIBC_CONFIGPARMS for use by S...Yann E. MORIN"1-7/+7
2009-03-04Check that a pacakge was previously extracted prior to patching.Yann E. MORIN"1-3/+5
2009-03-04Move do_finish from scripts/functions to its own file in scipts/build/interna...Yann E. MORIN"4-52/+57
2009-03-03Warn the user when he/she tries to save a sample that uses local patchesYann E. MORIN"1-1/+17
2009-03-03Rename the custom header option.Yann E. MORIN"1-6/+6
2009-03-03When using custom Linux kernel headers, allow using a tarball.Yann E. MORIN"1-3/+16
2009-03-03Allow user to add a directory component in the sys-root path.Yann E. MORIN"7-19/+17
2009-02-19Fix extracting tarballs.Yann E. MORIN"1-1/+5
2009-02-11On some hosts (eg. Cygwin), it's not possible to build the uClibc hostutils. ...Yann E. MORIN"1-27/+12
2009-02-10"chmod -R u+w" extracted tarballs, as some may have read-only files in them (...Yann E. MORIN"1-0/+3
2009-02-08Put the uclibc munged config file in the "state" directory, so it survives a ...Yann E. MORIN"1-4/+4
2009-02-07Make MPFR build under Cygwin.Yann E. MORIN"1-4/+20