diff -r ef8ef3493392 -r 5f7fec79ca88 config/global/download_extract.in --- a/config/global/download_extract.in Tue May 06 20:30:49 2008 +0000 +++ b/config/global/download_extract.in Wed May 21 21:52:31 2008 +0000 @@ -209,6 +209,26 @@ Usefull if you suspect a previous extract did not complete (eg. broken tarball), or you added a new set of patches for this component. +config OVERIDE_CONFIG_GUESS_SUB + bool + prompt "Override config.{guess,sub}" + default y + help + Override tools' versions of config.guess and config.sub with the ones + from crosstool-NG. This means that all instances of config.guess and + config.sub in gcc, binutils, glibc, etc... will be replaced. + + Most of the time, the versions of those scripts found in packages are old + versions, thus lacking some target definitions. This is the case for + uClibc-based tuples in old versions of gcc and gdb, for example. + + Also, doing so will guarantee that all components have the same tuples + definitions for your target, and not diverging ones. + + You can update the ones provided with crosstool-NG by first running: + ct-ng updatetools + in the directory where you want to run crosstool-NG prior to the build. + config ONLY_EXTRACT bool prompt "Stop after extracting tarballs"