aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Build a little bit more of gcc in //.Yann E. MORIN"2008-07-261-1/+1
* In case of error, the error message would be printing in subshells, thus prin...Yann E. MORIN"2008-07-261-0/+2
* Hmmm. The debug pause at each step never ever worked... Sigh...Yann E. MORIN"2008-07-251-1/+1
* Also print the number of samples in the DokuWiki table.Yann E. MORIN"2008-07-251-0/+6
* Woops! It's the kernel v ersion that is /custom/, not the kernel it self!Yann E. MORIN"2008-07-251-2/+2
* When dumping the DokuWiki table of samples, don't leave the kernel headers ve...Yann E. MORIN"2008-07-251-1/+5
* While retrieving files, propagate the preferred extension down to sub-functions.Yann E. MORIN"2008-07-251-3/+5
* 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
* When retrieving a file, allow preferred extension to be whatever starts with ...Yann E. MORIN"2008-07-241-2/+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
* Introduce using a LAN mirror for retrieving tarballs.Yann E. MORIN"2008-07-191-4/+36
* Some eye-candy in the WiKi status table.Yann E. MORIN"2008-07-191-5/+6
* Use POSIX constructs in the DUMA wrapper installed on the target.Yann E. MORIN"2008-07-191-1/+12
* Don't use a progress bar when saving samples, it's ugly.Yann E. MORIN"2008-07-181-2/+5
* Remove the check for absolutely needed tools now ./configure checks for them.Yann E. MORIN"2008-07-172-5/+1
* Move the check for tsocks' availability just before using tsocks: make it cle...Yann E. MORIN"2008-07-161-4/+5
* Use CT_DoExecLog when building tools and debug utilities.Yann E. MORIN"2008-07-146-31/+38
* Catching a double fault is doomed... Don't take action.Yann E. MORIN"2008-07-141-4/+1
* 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
* Don't print double-faults.Yann E. MORIN"2008-07-141-0/+3
* Log the command being run when calling CT_DoExecLog, which is kinda the point...Yann E. MORIN"2008-07-141-1/+1
* 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
* Small eye-candy in the WiKi table dump.Yann E. MORIN"2008-07-131-7/+6
* Also report built-in languages in the status table.Yann E. MORIN"2008-07-131-3/+12
* Also log the command being executed when calling CT_DoExecLog (no user yet).Yann E. MORIN"2008-07-131-2/+3
* Ioannis E. VENETIS <venetis@mail.capsl.udel.edu> pointed out that GMP and MPF...Yann E. MORIN"2008-07-133-5/+5
* Fix wiki table sample output.Yann E. MORIN"2008-07-091-1/+1
* Although working with bash, 'echo -n' is really non-portable.Yann E. MORIN"2008-07-072-40/+42
* 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
* Alloow for reporter without an URL (for privately mailed submissions).Yann E. MORIN"2008-06-251-2/+6
* Allow to store working files outside the build tree (eg. incase the working t...Yann E. MORIN"2008-06-241-4/+5
* Don't build ncurses ADA bindings if an ADA x-compiler was not built.Yann E. MORIN"2008-06-241-0/+1
* Only priunt WARNings when saving the current configuration.Yann E. MORIN"2008-06-221-5/+5
* GMP and MPFR are no longer a sub-component of gcc (config-wise).Yann E. MORIN"2008-06-203-25/+98
* Print "Build completed" only if not in error, not the other way around.Yann E. MORIN"2008-06-201-1/+1
* Really don't re-build MPFR autotools files at each run.Yann E. MORIN"2008-06-202-5/+13