aboutsummaryrefslogtreecommitdiff
path: root/tools/addToolVersion.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move addToolsVersion.sh from tools/ to scripts/Yann E. MORIN"2008-12-111-93/+0
| | | | | /trunk/docs/overview.txt | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Move all the Linux kernel config options to a single file (to ease ↵Yann E. MORIN"2008-09-151-68/+37
| | | | | | | | | | | | supporting more than one kernel). Rename some Linux kernel config options (ditto). Update the addToolsVersion.sh script. /trunk/scripts/build/kernel/linux.sh | 13 6 7 0 +-- /trunk/tools/addToolVersion.sh | 105 37 68 0 +++++++-------------- /trunk/config/kernel/linux.in | 211 189 22 0 ++++++++++++++++++++++++++++++++++++++---- 3 files changed, 232 insertions(+), 97 deletions(-)
* addToolVersion.sh: remove debug code.Yann E. MORIN"2008-06-091-2/+0
| | | | | /trunk/tools/addToolVersion.sh | 2 0 2 0 -- 1 file changed, 2 deletions(-)
* Fix addToolVersion.sh after breakage with support for gcc-4.3 (stupid ↵Yann E. MORIN"2008-06-091-8/+10
| | | | | | | anyway...). /trunk/tools/addToolVersion.sh | 18 10 8 0 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-)
* Add support for the up-coming gcc-4.3.Yann E. MORIN"2008-06-091-4/+16
| | | | | | | | | Two new config options: pkgversion and bugurl. /trunk/scripts/build/cc_gcc.sh | 4 3 1 0 +++- /trunk/tools/addToolVersion.sh | 20 16 4 0 ++++++++++++++++---- /trunk/config/cc/gcc.in | 24 24 0 0 ++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 5 deletions(-)
* Get rid of all `command` (which is a bashism), and replace them with ↵Yann E. MORIN"2008-05-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | $(command), which is POSIX. Get rid of all remaining \"text\" in log messages and replace them with 'text'. Optimise the progress bar, should go un-noticed at log level DEBUG and below. /trunk/scripts/build/tools/200-sstrip.sh | 16 8 8 0 ++-- /trunk/scripts/build/libc_glibc.sh | 50 25 25 0 +++++++------- /trunk/scripts/build/libc_uClibc.sh | 4 2 2 0 /trunk/scripts/build/debug/100-dmalloc.sh | 2 1 1 0 /trunk/scripts/build/debug/400-ltrace.sh | 2 1 1 0 /trunk/scripts/build/debug/300-gdb.sh | 8 4 4 0 +- /trunk/scripts/build/debug/200-duma.sh | 6 3 3 0 +- /trunk/scripts/build/kernel_linux.sh | 30 15 15 0 ++++---- /trunk/scripts/build/cc_gcc.sh | 14 7 7 0 ++-- /trunk/scripts/crosstool.sh | 54 27 27 0 ++++++++-------- /trunk/scripts/functions | 128 64 64 0 ++++++++++++++++++------------------ /trunk/scripts/saveSample.sh | 4 2 2 0 /trunk/scripts/tarball.sh.broken | 20 10 10 0 +++--- /trunk/tools/addToolVersion.sh | 8 4 4 0 +- /trunk/tools/populate.in | 18 9 9 0 ++-- 15 files changed, 182 insertions(+), 182 deletions(-)
* Eye-candy in the addToolVersion.sh script.Yann E. MORIN"2008-05-021-1/+1
| | | | | /trunk/tools/addToolVersion.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Merge the fortran stuff to trunk now it works!Yann E. MORIN"2008-04-301-0/+3
| | | | | | | | | | | | Fortran is not supported for all targets, though. ARM at least does not work. /trunk/scripts/build/binutils.sh | 8 8 0 0 ++++++++ /trunk/scripts/build/cc_gcc.sh | 11 6 5 0 ++++++----- /trunk/scripts/crosstool.sh | 10 9 1 0 +++++++++- /trunk/tools/addToolVersion.sh | 3 3 0 0 +++ /trunk/steps.mk | 2 2 0 0 ++ /trunk/config/cc/gcc.in | 16 16 0 0 ++++++++++++++++ 6 files changed, 44 insertions(+), 6 deletions(-)
* Moving around the files in config/ broke the tools/addToolVersion.sh script.Yann E. MORIN"2008-04-171-13/+13
| | | | | | | | | | | Fix that. /trunk/tools/addToolVersion.sh | 26 13 13 0 +++++++++++++------------- /trunk/config/kernel/linux.in | 6 3 3 0 +++--- /trunk/config/kernel.in | 2 1 1 0 +- /trunk/config/cc.in | 2 1 1 0 +- /trunk/config/libc.in | 4 2 2 0 ++-- 5 files changed, 20 insertions(+), 20 deletions(-)
* Argh! Kill latest (hopefuly) remnants of core/final gcc versions.Yann E. MORIN"2008-02-141-17/+5
|
* Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash!Yann E. MORIN"2007-09-121-1/+1
| | | | Don't hardcode ncurses include and link flags.
* When adding a new experimental/obsolete version, mark it as so in the prompt.Yann E. MORIN"2007-08-111-4/+5
|
* Add ltrace (and libelf) utilities.Yann E. MORIN"2007-07-131-1/+3
| | | | Marked as BROKEN for others to debug that if they need it.
* Add strace debugging aid.Yann E. MORIN"2007-07-121-1/+2
|
* Add D.U.M.A., the Electric Fence successor.Yann E. MORIN"2007-07-121-1/+2
|
* Fix adding versions for the core C compiler.Yann E. MORIN"2007-05-191-2/+2
|
* Add dmalloc debug library facility.Yann E. MORIN"2007-05-181-1/+3
| | | | | Add patches for dmalloc. Ignore the generated config/debug.in
* Debug facilities:Yann E. MORIN"2007-05-171-29/+33
| | | | | | | | | | | | | | | | | | | - add a framework to easily add new ones - add gdb as a first debug facility - add patches for gdb After the kernel checked its installed headers, clean up the mess of .checked.* files. Reorder scripts/crosstool.sh: - dump the configuration early - renice early - get info about build system early, when setting up the environment - when in cross or native, the host tools are those of the build system, and only in this case - elapsed time calculations moved to scripts/functions Remove handling of the color: it's gone once and for all. Update tools/addToolVersion.sh: - handle debug facilities - commonalise some code - remove dead tools (cygwin, tcc) Point to my address for bug reports.
* When adding a new tool version, allow it to be EXPERIMENTAL.Yann E. MORIN"2007-04-181-26/+35
|
* Add sanity checks.Yann E. MORIN"2007-03-041-2/+4
|
* Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"2007-02-241-0/+99
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(