diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-17 12:11:16 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-17 12:11:16 +0000 |
commit | ca5213a38750919f6a0dd8d232e206693cf430bf (patch) | |
tree | a5f0141fbea9863e51001ec7c89b8a938552d36a /config/global.in | |
parent | b166f010a257d6cfd27e46ecb6e2ac6b505292c8 (diff) | |
download | crosstool-ng-ca5213a38750919f6a0dd8d232e206693cf430bf.tar.gz crosstool-ng-ca5213a38750919f6a0dd8d232e206693cf430bf.tar.bz2 crosstool-ng-ca5213a38750919f6a0dd8d232e206693cf430bf.zip |
scripts/showSamples.sh:
- revert sample dumping to not show the components versions;
docs/overview.txt:
- reorder docs/overview.txt so that configuring comes before running,
- tell about regtest;
Makefile:
config/global.in:
- point to docs/overview.txt for the list of steps;
Diffstat (limited to 'config/global.in')
-rw-r--r-- | config/global.in | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/config/global.in b/config/global.in index 0523a0cf..521a204f 100644 --- a/config/global.in +++ b/config/global.in @@ -58,22 +58,12 @@ config DEBUG_CT_SAVE_STEPS default n help If you say 'y' here, then you will be able to restart crosstool-NG at - any step by typing: - make RESTART=<step_nane> - - where step_name is one of: - - kernel_hdr - - binutils - - libc_hdr - - cc_core - - libfloat - - libc - - cc - - libc_fin - - debug + any step. It is not currently possible to rstart at any of the debug facility. - They are treated a s a whole. + They are treated as a whole. + + See docs/overview.txt for the list of steps. config DEBUG_CT_SAVE_STEPS_GZIP bool |