config/global.in
changeset 229 9c5809b7fd23
parent 174 75f3f975e2ad
child 244 d5a7240240c5
     1.1 --- a/config/global.in	Sun Jun 17 14:51:37 2007 +0000
     1.2 +++ b/config/global.in	Mon Jul 09 20:55:32 2007 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  
     1.5  menu "Paths and misc options"
     1.6  
     1.7 -comment "Crosstool-ng behavior"
     1.8 +comment "crosstool-NG behavior"
     1.9  
    1.10  config EXPERIMENTAL
    1.11      bool
    1.12 @@ -172,11 +172,11 @@
    1.13      default n
    1.14      depends on CUSTOM_PATCH
    1.15      help
    1.16 -      Don't apply patches coming with CT-NG, only those patches available in
    1.17 -      the directory below.
    1.18 +      Don't apply patches coming with crosstool-NG, only those patches available
    1.19 +      in the directory below.
    1.20        
    1.21 -      If you say 'N' here, then the patches provided with CT-NG will be applied
    1.22 -      first, and then your patches.
    1.23 +      If you say 'N' here, then the patches provided with crosstool-NG will be
    1.24 +      applied first, and then your patches.
    1.25  
    1.26  config CUSTOM_PATCH_DIR
    1.27      string
    1.28 @@ -311,14 +311,14 @@
    1.29      default n
    1.30      depends on ! LOG_ERROR
    1.31      help
    1.32 -      Treat warnings from the different tools as crosstool-ng warnings.
    1.33 +      Treat warnings from the different tools as crosstool-NG warnings.
    1.34        If you say 'y' here, then those warnings will be prefixed with
    1.35        '[WARN ]' instead of the default '[ALL  ]'.
    1.36  
    1.37        You can safely say 'n' here. Those warnings will anyway be
    1.38        recorded in the log file (provided you configured one).
    1.39  
    1.40 -      Tools error will always be logged as crosstool-ng errors.
    1.41 +      Tools error will always be logged as crosstool-NG errors.
    1.42  
    1.43  config LOG_PROGRESS_BAR
    1.44      bool