aboutsummaryrefslogtreecommitdiff
path: root/scripts/build
Commit message (Expand)AuthorAgeFilesLines
* Bart De VOS pointed out that removing absolute paths from the libc linker scr...Yann E. MORIN"2008-09-231-12/+2
* Rework the eglibc download so as to be a little bit saner.Yann E. MORIN"2008-09-221-10/+15
* Generate the kernel config choice, rather than having it hard-coded:Yann E. MORIN"2008-09-161-0/+0
* Move all the Linux kernel config options to a single file (to ease supporting...Yann E. MORIN"2008-09-151-7/+6
* DUMA: don't log twice through the logger.Yann E. MORIN"2008-09-151-1/+1
* Enhance setting the minimum kernel version glibc will run against.Yann E. MORIN"2008-09-141-5/+33
* Introduce a new EXPERIMENTAL feature: BARE_METAL.Yann E. MORIN"2008-09-146-17/+96
* Remove the now really obsolete Linux kernel headers copy and sanitised.Yann E. MORIN"2008-09-103-209/+84
* Add support for building Insight instead of gdb (only for the cross-gdb).Yann E. MORIN"2008-09-021-7/+55
* Be gentle to older findutils that don't have the "{} +" construct, and simply...Yann E. MORIN"2008-09-011-1/+1
* Enable glibc to include support for kernel versions different than the versio...Yann E. MORIN"2008-08-262-3/+3
* Missed one variable when converting to common options for eglibc and glibc (t...Yann E. MORIN"2008-08-261-1/+1
* Commonalise options common to both glibc and eglibc.Yann E. MORIN"2008-08-261-3/+3
* Fix building older gdb's with newer gcc's.Yann E. MORIN"2008-08-201-0/+2
* Log retrieved file emssages to DEBUG level, not EXTRA.Yann E. MORIN"2008-08-171-1/+1
* MPFR: log autotools files rebuilding to DEBUG level, not EXTRA.Yann E. MORIN"2008-08-171-1/+1
* Fix saving and using local copy of eglibc tarballs.Yann E. MORIN"2008-08-121-5/+5
* Merge the static and shared core gcc builds.Yann E. MORIN"2008-08-121-131/+64
* Merge the branches/eglibc stuff:Yann E. MORIN"2008-08-111-0/+283
* Add a new config knob for gcc: usage of SJLJ to handle exceptions.Yann E. MORIN"2008-08-071-3/+5
* Fix building core C compiler.Yann E. MORIN"2008-08-071-53/+47
* Make gcc-4.3.x able to compile uClibc (snapshot only).Yann E. MORIN"2008-08-041-2/+53
* Have the glibc build use the cross-objdump, rather than the host one.Yann E. MORIN"2008-07-311-16/+21
* Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same ...Yann E. MORIN"2008-07-271-26/+0
* Do log the glibc build commands.Yann E. MORIN"2008-07-261-36/+44
* Build a little bit more of gcc in //.Yann E. MORIN"2008-07-261-1/+1
* Make gcc-4.3.x build.Yann E. MORIN"2008-07-241-4/+22
* Don't check fo lynx, it's no longer used.Yann E. MORIN"2008-07-241-1/+0
* Simplify downloading sstrip, using the common retrieval framework.Yann E. MORIN"2008-07-241-28/+3
* Remove garbage files left behind by downloads from sourceforge.net.Yann E. MORIN"2008-07-222-1/+8
* Allow selecting 'latest' snapshot, as well as 'specific' date snapshot for gl...Yann E. MORIN"2008-07-221-2/+20
* Use POSIX constructs in the DUMA wrapper installed on the target.Yann E. MORIN"2008-07-191-1/+12
* Remove the check for absolutely needed tools now ./configure checks for them.Yann E. MORIN"2008-07-171-0/+1
* Use CT_DoExecLog when building tools and debug utilities.Yann E. MORIN"2008-07-146-31/+38
* Fix CT_DoExecLog usage when building GMP for target.Yann E. MORIN"2008-07-141-4/+4
* Advertise using CT_DoExecLog in the tools and debug templates.Yann E. MORIN"2008-07-142-4/+6
* Use CT_DoExecLog when building libelf.Yann E. MORIN"2008-07-141-3/+4
* Use CT_DoExecLog when building gcc.Yann E. MORIN"2008-07-141-28/+27
* Use CT_DoExecLog when building uClibc.Yann E. MORIN"2008-07-141-8/+11
* Fix CT_DoExecLog usage when building binutils' libraries for target.Yann E. MORIN"2008-07-141-2/+2
* Use CT_DoExecLog in binutils build.Yann E. MORIN"2008-07-141-7/+9
* Use CT_DoExecLog for MPFR build.Yann E. MORIN"2008-07-141-23/+25
* Use CT_DoExecLog for GMP build.Yann E. MORIN"2008-07-141-5/+7
* Use CT_DoExecLog for Linux headers install.Yann E. MORIN"2008-07-141-2/+4
* Ioannis E. VENETIS <venetis@mail.capsl.udel.edu> pointed out that GMP and MPF...Yann E. MORIN"2008-07-133-5/+5
* Although working with bash, 'echo -n' is really non-portable.Yann E. MORIN"2008-07-071-1/+3
* Newer, better, tsocks(1)-like wrapper script for D.U.M.A.Yann E. MORIN"2008-06-302-9/+47
* Native gcc is picky about the CC and LD variables. Set them unconditionally, ...Yann E. MORIN"2008-06-271-2/+3
* Do al ittle bit more jobs in parallel while building gcc.Yann E. MORIN"2008-06-271-5/+5
* Don't force building target GMP and MPFR when a native gdb is built. Rather,Yann E. MORIN"2008-06-251-1/+1