config/global.in
changeset 85 ac2845835b13
parent 78 c3868084d81a
child 91 aa1d248fa51b
     1.1 --- a/config/global.in	Tue May 08 17:48:32 2007 +0000
     1.2 +++ b/config/global.in	Thu May 10 21:33:35 2007 +0000
     1.3 @@ -70,38 +70,13 @@
     1.4  
     1.5  comment "Paths"
     1.6  
     1.7 -config TARBALLS_DIR
     1.8 +config LOCAL_TARBALLS_DIR
     1.9      string
    1.10 -    prompt "Tarballs directory"
    1.11 -    default "${CT_TOP_DIR}/build/tarballs"
    1.12 +    prompt "Local tarballs directory"
    1.13 +    default ""
    1.14      help
    1.15 -      This is the directory into which tarballs are going to be stored once
    1.16 -      they are downloaded (or otherwise retrieved).
    1.17 -
    1.18 -config SRC_DIR
    1.19 -    string
    1.20 -    prompt "Extract directory"
    1.21 -    default "${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/src"
    1.22 -    help
    1.23 -      This is the directory into which tarballs will be extracted.
    1.24 -      
    1.25 -      If you will build multiple toolchains, you should arrange to have one
    1.26 -      SRC_DIR for each toolchain, as different targets may require different
    1.27 -      patches to be applied.
    1.28 -
    1.29 -      You should not need to change this from the default.
    1.30 -
    1.31 -config BUILD_DIR
    1.32 -    string
    1.33 -    prompt "Build directory"
    1.34 -    default "${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/build"
    1.35 -    help
    1.36 -      This is the directory into which builds will occur.
    1.37 -      
    1.38 -      Once again, arrange for one build directory for each toolchain you build,
    1.39 -      to avoid collision.
    1.40 -
    1.41 -      You should not need to change this from the default.
    1.42 +      If you have previously downloaded the tarballs, enter the PATH where
    1.43 +      you stored them here.
    1.44  
    1.45  config PREFIX_DIR
    1.46      string