summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2008-08-04Add a new tool to renumber a patch directory.Yann E. MORIN"1-0/+32
Eases maintenance when old patches are removed, or new patches added. /trunk/tools/patch-renumber.sh | 32 32 0 0 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+)
2008-08-04Michael ABBOTT reported that populate is not relocatable.Yann E. MORIN"1-2/+4
Fix this by determining both the cross-readelf and the sys-root at runtime, not at build time. /trunk/configure | 1 1 0 0 + /trunk/scripts/crosstool.sh | 14 6 8 0 ++++++-------- /trunk/tools/populate.in | 6 4 2 0 ++++-- 3 files changed, 11 insertions(+), 10 deletions(-)
2008-07-19It's been a long time that the gcc libraries are all installed in the sys-root.Yann E. MORIN"1-6/+3
Thus populate does not need to look above to find the libraries. /trunk/tools/populate.in | 9 3 6 0 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)
2008-06-20Update config.sub.Yann E. MORIN"1-2/+6
/trunk/tools/config.sub | 8 6 2 0 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
2008-06-09addToolVersion.sh: remove debug code.Yann E. MORIN"1-2/+0
/trunk/tools/addToolVersion.sh | 2 0 2 0 -- 1 file changed, 2 deletions(-)
2008-06-09Fix addToolVersion.sh after breakage with support for gcc-4.3 (stupid ↵Yann E. MORIN"1-8/+10
anyway...). /trunk/tools/addToolVersion.sh | 18 10 8 0 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-)
2008-06-09Add support for the up-coming gcc-4.3.Yann E. MORIN"1-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(-)
2008-05-20Get rid of all `command` (which is a bashism), and replace them with ↵Yann E. MORIN"2-13/+13
$(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(-)
2008-05-08Update tools/config.{guess,sub}.Yann E. MORIN"2-25/+78
/trunk/tools/config.guess | 38 24 14 0 ++++++++++++++++++++----------- /trunk/tools/config.sub | 65 54 11 0 ++++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 78 insertions(+), 25 deletions(-)
2008-05-08Update the URLs where to retrieve config.guess and config.sub from.Yann E. MORIN"1-2/+2
/trunk/tools/tools.mk | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
2008-05-02Eye-candy in the addToolVersion.sh script.Yann E. MORIN"1-1/+1
/trunk/tools/addToolVersion.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-04-30Merge the fortran stuff to trunk now it works!Yann E. MORIN"1-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(-)
2008-04-17Moving around the files in config/ broke the tools/addToolVersion.sh script.Yann E. MORIN"1-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(-)
2008-02-14Argh! Kill latest (hopefuly) remnants of core/final gcc versions.Yann E. MORIN"1-17/+5
2007-09-12Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash!Yann E. MORIN"2-2/+2
Don't hardcode ncurses include and link flags.
2007-08-15Add the possibility to force the number of // jobs without reconfiguring.Yann E. MORIN"1-1/+1
2007-08-11When adding a new experimental/obsolete version, mark it as so in the prompt.Yann E. MORIN"1-4/+5
2007-08-07Make use of setsid to spawn removal processes: we don't want the rm's to ↵Yann E. MORIN"1-1/+1
stop if the main script fails and ends before all directories were removed.
2007-08-07Revert previous spurious commit.Yann E. MORIN"1-1/+1
2007-08-07Fix the Makefile.in to correctly remove generated documentation.Yann E. MORIN"1-1/+1
2007-07-27Update tools/config.guess.Yann E. MORIN"1-3/+3
2007-07-17Revisit the extract-config way of working: ct-ng is the sole entry point to ↵Yann E. MORIN"1-2/+2
crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
2007-07-15Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"1-0/+0
2007-07-14Sanitise populate a little bit.Yann E. MORIN"1-8/+8
2007-07-14Re-order help entries in populate.Yann E. MORIN"1-3/+3
2007-07-14Upgrade populate.in:Yann E. MORIN"1-9/+4
- systematically make paths absolute, - somewhat beautify the help ;essage, - explain why ../ is to be seatrched for.
2007-07-14Update config.sub.Yann E. MORIN"1-3/+3
2007-07-13Add ltrace (and libelf) utilities.Yann E. MORIN"1-1/+3
Marked as BROKEN for others to debug that if they need it.
2007-07-12Add strace debugging aid.Yann E. MORIN"1-1/+2
2007-07-12Add D.U.M.A., the Electric Fence successor.Yann E. MORIN"1-1/+2
2007-07-08Fix the install procedure:Yann E. MORIN"1-0/+0
- remove useless script tools/addToolVersion.sh: it is not needed when running crosstool-NG, only for developpers, - create a symlink to the configuration extract script, so that it is in the PATH if ct-ng is.
2007-07-08Add a utility to populate a root directory with libraries from the toolchain.Yann E. MORIN"1-0/+124
2007-07-02Get rid of eclipse fiels once and for all.Yann E. MORIN"1-2/+2
Homogenise the references to crosstool-NG: - the project is named "crosstool-NG" - the front-end is named "ct-ng" - don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG") Default action is to print help. Don't speak of make rules when dumping help, just speak of actions.
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-3/+23
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
2007-06-17Rework the help system. For now, this is mostly a no-op (it only re-organise ↵Yann E. MORIN"1-2/+1
the help entries), but later, that may come in handy when we want ct-ng to be installable).
2007-05-27Update tools/config.guess.Yann E. MORIN"1-2/+2
2007-05-19Fix adding versions for the core C compiler.Yann E. MORIN"1-2/+2
2007-05-18Add dmalloc debug library facility.Yann E. MORIN"1-1/+3
Add patches for dmalloc. Ignore the generated config/debug.in
2007-05-17Debug facilities:Yann E. MORIN"1-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.
2007-05-07Merge the save-sample branch to trunk:Yann E. MORIN"1-0/+1
- reorder most of the environment setup, - geting, extracting and patching are now components' sub-actions, - save the current config as a sample to be used as a pre-configured target.
2007-05-01Update tools/config.sub to latest from gnu.orgYann E. MORIN"1-1/+5
2007-04-21Merge first shot from the MIPS branch.Yann E. MORIN"1-0/+23
2007-04-18When adding a new tool version, allow it to be EXPERIMENTAL.Yann E. MORIN"1-26/+35
2007-04-10Update config.guess.Yann E. MORIN"1-7/+10
Minor comment fix.
2007-03-12Auto-detect Darwin (MacOS-X) and disable libintl for during build for this ↵Yann E. MORIN"1-1/+1
platform. A bit of help tweaking.
2007-03-04Add sanity checks.Yann E. MORIN"1-2/+4
2007-02-24Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"4-0/+3245
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... :-(