aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Make the 'updatetools' rule conform to the V={,0,1,2} verbosity level.Yann E. MORIN"2008-11-131-8/+20
| | | | | /trunk/tools/tools.mk | 28 20 8 0 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-)
* Enhance the make fragments:Yann E. MORIN"2008-10-271-2/+15
| | | | | | | | | | | | - comment the different parts - re-order the code so that it is homogeneous amogst fragments - eye-candy in some existing comments /trunk/tools/tools.mk | 17 15 2 0 +++++++++++++++-- /trunk/steps.mk | 38 26 12 0 ++++++++++++++++++++++++++------------ /trunk/samples/samples.mk | 41 28 13 0 ++++++++++++++++++++++++++++------------- /trunk/config/config.mk | 2 1 1 0 +- 4 files changed, 70 insertions(+), 28 deletions(-)
* Eye-candy when {,dist}clean.Yann E. MORIN"2008-10-211-0/+1
| | | | | | /trunk/tools/tools.mk | 1 1 0 0 + /trunk/ct-ng.in | 16 12 4 0 ++++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-)
* Update config.guess.Yann E. MORIN"2008-10-211-2/+5
| | | | | /trunk/tools/config.guess | 7 5 2 0 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
* Cheesy kconfig stuff:Yann E. MORIN"2008-10-151-6/+6
| | | | | | | | | | | | | | | | | | | | | - silent/quiet/verbose build: - ct-ng by default only prints quit messages, such as "CC xxx", - if using V=0, nothing is printed, - if using V=1, the full command lines are printed, - other values are indeterminate, - should help in debugging the kconfig stuff; - complete kconfig/{,m}conf generation: - fully dynamic dependencies on source files, - compilation of .c into .o, then linking (instead of direct linking), - VPATH usage when not --local; Typo + a coment moved. /trunk/kconfig/kconfig.mk | 140 87 53 0 +++++++++++++++++++++++++++++++++-------------------- /trunk/tools/tools.mk | 12 6 6 0 ++-- /trunk/steps.mk | 6 3 3 0 +- /trunk/samples/samples.mk | 30 15 15 0 +++++----- /trunk/ct-ng.in | 40 28 12 0 +++++++++++---- 5 files changed, 139 insertions(+), 89 deletions(-)
* populate:Yann E. MORIN"2008-10-081-22/+104
| | | | | | | | - add an option to force installation of listed libraries, - add an option to read a file listing libraries of which to force installation. /trunk/tools/populate.in | 126 104 22 0 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 104 insertions(+), 22 deletions(-)
* No need for this script now the config is tored in its own file.Yann E. MORIN"2008-10-021-23/+0
|
* Save the toolchain configuration to its own file, as an auto-extracting ↵Yann E. MORIN"2008-10-011-0/+8
| | | | | | | | | | | | | | | | shell script: - get rid of the 'extractconfig' action, it was cumbersome to use, and badly documented, - introduce a skeleton for the config script, - update auto-completion, - document the config script. /trunk/kconfig/kconfig.mk | 9 2 7 0 ++------- /trunk/scripts/crosstool.sh | 6 5 1 0 +++++- /trunk/docs/overview.txt | 21 9 12 0 +++++++++------------ /trunk/tools/toolchain-config.in | 8 8 0 0 ++++++++ /trunk/ct-ng.comp | 2 1 1 0 +- 5 files changed, 25 insertions(+), 21 deletions(-)
* 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(-)
* Update config.sub.Yann E. MORIN"2008-09-111-3/+7
| | | | | /trunk/tools/config.sub | 10 7 3 0 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)
* Fix extracting the configuration from a build log.Yann E. MORIN"2008-08-251-1/+1
| | | | | /trunk/tools/extract-config.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Simplify populate: no need to be too smart.Yann E. MORIN"2008-08-071-1/+1
| | | | | | | | If someone is playing us tricks, let him/her be beaten back. Chances are he/she knows what happens when he/she finds out it does not work any more! /trunk/tools/populate.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Add a new tool to renumber a patch directory.Yann E. MORIN"2008-08-041-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(+)
* Michael ABBOTT reported that populate is not relocatable.Yann E. MORIN"2008-08-041-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(-)
* It's been a long time that the gcc libraries are all installed in the sys-root.Yann E. MORIN"2008-07-191-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(-)
* Update config.sub.Yann E. MORIN"2008-06-201-2/+6
| | | | | /trunk/tools/config.sub | 8 6 2 0 ++++++-- 1 file changed, 6 insertions(+), 2 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-202-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(-)
* Update tools/config.{guess,sub}.Yann E. MORIN"2008-05-082-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(-)
* Update the URLs where to retrieve config.guess and config.sub from.Yann E. MORIN"2008-05-081-2/+2
| | | | | /trunk/tools/tools.mk | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 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-122-2/+2
| | | | Don't hardcode ncurses include and link flags.
* Add the possibility to force the number of // jobs without reconfiguring.Yann E. MORIN"2007-08-151-1/+1
|
* When adding a new experimental/obsolete version, mark it as so in the prompt.Yann E. MORIN"2007-08-111-4/+5
|
* Make use of setsid to spawn removal processes: we don't want the rm's to ↵Yann E. MORIN"2007-08-071-1/+1
| | | | stop if the main script fails and ends before all directories were removed.
* Revert previous spurious commit.Yann E. MORIN"2007-08-071-1/+1
|
* Fix the Makefile.in to correctly remove generated documentation.Yann E. MORIN"2007-08-071-1/+1
|
* Update tools/config.guess.Yann E. MORIN"2007-07-271-3/+3
|
* Revisit the extract-config way of working: ct-ng is the sole entry point to ↵Yann E. MORIN"2007-07-171-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.
* Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"2007-07-151-0/+0
|
* Sanitise populate a little bit.Yann E. MORIN"2007-07-141-8/+8
|
* Re-order help entries in populate.Yann E. MORIN"2007-07-141-3/+3
|
* Upgrade populate.in:Yann E. MORIN"2007-07-141-9/+4
| | | | | | - systematically make paths absolute, - somewhat beautify the help ;essage, - explain why ../ is to be seatrched for.
* Update config.sub.Yann E. MORIN"2007-07-141-3/+3
|
* 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 the install procedure:Yann E. MORIN"2007-07-081-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.
* Add a utility to populate a root directory with libraries from the toolchain.Yann E. MORIN"2007-07-081-0/+124
|
* Get rid of eclipse fiels once and for all.Yann E. MORIN"2007-07-021-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.
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-3/+23
| | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
* Rework the help system. For now, this is mostly a no-op (it only re-organise ↵Yann E. MORIN"2007-06-171-2/+1
| | | | the help entries), but later, that may come in handy when we want ct-ng to be installable).
* Update tools/config.guess.Yann E. MORIN"2007-05-271-2/+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