diff -r 41c2a6716511 -r 2c0ed9ec9a8c docs/overview.txt --- a/docs/overview.txt Sat Jan 23 16:49:56 2010 +0100 +++ b/docs/overview.txt Thu Feb 11 21:28:10 2010 +0100 @@ -331,11 +331,20 @@ to create a new toolchain. That needs a very little bit of effort on your side but is quite easy. The options to build a toolchain are saved with the toolchain, and you can retrieve this configuration by running: - ${CT_TARGET}-config + ${CT_TARGET}-ct-ng.config -This will dump the configuration to stdout, so to rebuild a toolchain with this -configuration, the following is all you need to do: - ${CT_TARGET}-config >.config +An alternate method is to extract the configuration from a build.log file. +This will be necessary if your toolchain was build with crosstool-NG prior +to 1.4.0, but can be used with build.log files from any version: + ct-ng extractconfig .config + +Or, if your build.log file is compressed (most probably!): + bzcat build.log.bz2 |ct-ng extractconfig >.config + +The above commands will dump the configuration to stdout, so to rebuild a +toolchain with this configuration, just redirect the output to the +.config file: + ${CT_TARGET}-ct-ng.config >.config ct-ng oldconfig Then, you can review and change the configuration by running: