aboutsummaryrefslogtreecommitdiff
path: root/scripts/build
Commit message (Expand)AuthorAgeFilesLines
* Use 'gawk', not plain 'awk'.Yann E. MORIN"2008-10-291-1/+1
* Finally enable the PPC-8xx memset workaround, by Nye Liu.Yann E. MORIN"2008-10-291-0/+9
* Make a relative symlink from ${CT_TARGET}-cc to ${CT_TARGET}-gcc.Yann E. MORIN"2008-10-281-1/+1
* ltrace: remove lingering ".Yann E. MORIN"2008-10-261-1/+1
* ltrace does not build out-of-tree: use copied sources to configure.Yann E. MORIN"2008-10-261-4/+4
* Make ltrace finally build:Yann E. MORIN"2008-10-241-2/+3
* Push the calculation of the tuple's kernel part down to kernel's build scripts:Yann E. MORIN"2008-10-232-0/+10
* Architecture API change:Yann E. MORIN"2008-10-238-8/+8
* Correctly handle the minimum supported kernel version in glibc.Yann E. MORIN"2008-10-201-39/+39
* Add alternate locations where to retrieve binutils snapshots.Yann E. MORIN"2008-10-151-2/+3
* Generate the choice menu for C libraries, the same way arch and kernels are g...Yann E. MORIN"2008-10-131-1/+1
* Simplify the Tools and Debug facilities menu entries:Yann E. MORIN"2008-10-1011-44/+18
* Separate the architecture config file and function script.Yann E. MORIN"2008-10-058-0/+126
* Better handle the second pass core gcc build, differentiating between gcc pri...Yann E. MORIN"2008-09-301-9/+13
* Restore the ability to build gcc older than 4.3. At last!Yann E. MORIN"2008-09-291-1/+1
* In the glibc and eglibc trees, the 'configure' files may be older than their ...Yann E. MORIN"2008-09-282-1/+11
* 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