config/global/paths.in
changeset 1510 0d601781661d
parent 1509 f79fcf38ec21
child 1865 6a0b74b87dbd
     1.1 --- a/config/global/paths.in	Mon Aug 31 12:47:58 2009 +0200
     1.2 +++ b/config/global/paths.in	Mon Aug 31 22:55:26 2009 +0200
     1.3 @@ -60,86 +60,6 @@
     1.4  #      The reason you might also want to install elsewhere is if you are going
     1.5  #      to package your shinny new toolchain for distribution.
     1.6  
     1.7 -choice
     1.8 -    prompt "Patches origin"
     1.9 -    bool
    1.10 -    default PATCH_BUNDLED
    1.11 -
    1.12 -config PATCH_BUNDLED
    1.13 -    bool
    1.14 -    prompt "Bundled only"
    1.15 -    help
    1.16 -      Only apply patches bundled with crosstool-NG.
    1.17 -
    1.18 -config PATCH_LOCAL
    1.19 -    bool
    1.20 -    prompt "Local only"
    1.21 -    select PATCH_USE_LOCAL
    1.22 -    help
    1.23 -      Only apply your local patches.
    1.24 -
    1.25 -config PATCH_BUNDLED_LOCAL
    1.26 -    bool
    1.27 -    prompt "Bundled, then local"
    1.28 -    select PATCH_USE_LOCAL
    1.29 -    help
    1.30 -      Apply the patches bundled with crosstool-NG,
    1.31 -      then apply your local patches.
    1.32 -
    1.33 -config PATCH_LOCAL_BUNDLED
    1.34 -    bool
    1.35 -    prompt "Local, then bundled"
    1.36 -    select PATCH_USE_LOCAL
    1.37 -    help
    1.38 -      Apply your local patches, then apply the patches
    1.39 -      bundled with crosstool-NG.
    1.40 -
    1.41 -config PATCH_BUNDLED_FALLBACK_LOCAL
    1.42 -    bool
    1.43 -    prompt "Bundled only, local if no bundled"
    1.44 -    select PATCH_USE_LOCAL
    1.45 -    select PATCH_SINGLE
    1.46 -    help
    1.47 -      Apply the patches bundled with crosstool-NG;
    1.48 -      if there's no bundled patches, apply your local patches.
    1.49 -
    1.50 -config PATCH_LOCAL_FALLBACK_BUNDLED
    1.51 -    bool
    1.52 -    prompt "Local only, bundled if no local"
    1.53 -    select PATCH_USE_LOCAL
    1.54 -    select PATCH_SINGLE
    1.55 -    help
    1.56 -      Only apply your local patches;
    1.57 -      if there's no local patches, apply patches bundled with crosstool-NG.
    1.58 -
    1.59 -endchoice
    1.60 -
    1.61 -config PATCH_ORDER
    1.62 -    string
    1.63 -    default "bundled"           if PATCH_BUNDLED
    1.64 -    default "local"             if PATCH_LOCAL
    1.65 -    default "bundled,local"     if PATCH_BUNDLED_LOCAL
    1.66 -    default "local,bundled"     if PATCH_LOCAL_BUNDLED
    1.67 -
    1.68 -config PATCH_SINGLE
    1.69 -    bool
    1.70 -    default n
    1.71 -
    1.72 -config PATCH_USE_LOCAL
    1.73 -    bool
    1.74 -    default n
    1.75 -
    1.76 -config LOCAL_PATCH_DIR
    1.77 -    string
    1.78 -    prompt "|  Local patch directory"
    1.79 -    default ""
    1.80 -    depends on PATCH_USE_LOCAL
    1.81 -    help
    1.82 -      Enter the custom patch directory here.
    1.83 -      
    1.84 -      Note that you must ensure that the directory contianing your custom
    1.85 -      patches is arranged the same way the official directory is.
    1.86 -
    1.87  config REMOVE_DOCS
    1.88      bool
    1.89      prompt "Remove documentation"