summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Expand)AuthorFilesLines
2009-08-02[complib:mpfr] Fix building MPFR in some weird casesOron Peled1-0/+9
2009-05-181.4: backport #1519 from /trunk:Yann E. MORIN"1-3/+8
2009-04-20There's no longer any reason to require GNU awk:Yann E. MORIN"3-3/+2
2009-04-19Get rid of the proxy settings, once and for all.Yann E. MORIN"1-1/+0
2009-04-06Use "${awk}", not gawk.Yann E. MORIN"2-2/+2
2009-03-30Cleanup the tic build used for native ncurses build, itself needed for native...Yann E. MORIN"2-13/+12
2009-03-27Only create the state dir if asked for a restartable build:Yann E. MORIN"1-3/+3
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-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-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-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"2-2/+2
2009-03-08Use the common functions (CT_GetSVN, CT_Extract and CT_Patch) to retrieve,Yann E. MORIN"1-13/+3
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-04Move do_finish from scripts/functions to its own file in scipts/build/interna...Yann E. MORIN"1-0/+52
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"5-9/+9
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-02-07Make MPFR build under Cygwin.Yann E. MORIN"1-4/+20
2009-01-31Add support for powerpc64, along with an EXPERIMENTAL sample.Yann E. MORIN"3-20/+26
2009-01-28Add a missing line continuation '\' in the gcc retrieval function.Yann E. MORIN"1-1/+1
2009-01-27The gcc team seems to no longer make releases available at the ftp.gnu.org si...Yann E. MORIN"1-0/+1
2009-01-25On 20090120.2203+0100, Andy Johnson <ajohnson@aecno.com> wrote:Yann E. MORIN"1-4/+4
2009-01-20Fix building ltrace on PowerPC.Yann E. MORIN"1-0/+5
2009-01-11The uClibc site has been overhauled lately, so the URL to retrieve sstrip has...Yann E. MORIN"1-3/+10
2009-01-06Add the Eclipse Java Compiler to be able to compile Java.Yann E. MORIN"1-0/+12
2009-01-05Split CT_ExtractAndPatch in two: CT_Extract and CT_Patch:Yann E. MORIN"17-37/+72
2009-01-05Fix building DUMA:Yann E. MORIN"1-1/+2
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"4-61/+69
2009-01-04Get rid of CT_CC_FILE.Yann E. MORIN"1-26/+26
2009-01-04Remove support for gcc-2.95.3, it has never ever been tested.Yann E. MORIN"2-8/+0
2009-01-04Get rid of CT_GMP_FILE and CT_MPFR_FILE.Yann E. MORIN"2-35/+35
2009-01-04A small layout enhancement in the Linux kernel build script.Yann E. MORIN"1-1/+2
2009-01-04Get rid of CT_BINUTILS_FILE.Yann E. MORIN"1-28/+28
2009-01-04Get rid off CT_KERNEL_FILE.Yann E. MORIN"1-15/+15
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"19-119/+1
2009-01-03Remove spurious line in gcc script (probably a bad copy-paste with the mouse....Yann E. MORIN"1-1/+0
2008-12-24Enable C++ for baremetal.Yann E. MORIN"1-2/+5
2008-11-24Build dmalloc with -fPIC to sucessfully build the shared library with newer b...Yann E. MORIN"1-0/+1
2008-11-20MPFR: correctly re-install config.{guess,sub} with autotools >=2.0.0.Yann E. MORIN"1-1/+13
2008-11-17Build and install a uClibc cross-ldd.Yann E. MORIN"1-1/+27