diff -r c3868084d81a -r ac2845835b13 config/global.in --- a/config/global.in Tue May 08 17:48:32 2007 +0000 +++ b/config/global.in Thu May 10 21:33:35 2007 +0000 @@ -70,38 +70,13 @@ comment "Paths" -config TARBALLS_DIR +config LOCAL_TARBALLS_DIR string - prompt "Tarballs directory" - default "${CT_TOP_DIR}/build/tarballs" + prompt "Local tarballs directory" + default "" help - This is the directory into which tarballs are going to be stored once - they are downloaded (or otherwise retrieved). - -config SRC_DIR - string - prompt "Extract directory" - default "${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/src" - help - This is the directory into which tarballs will be extracted. - - If you will build multiple toolchains, you should arrange to have one - SRC_DIR for each toolchain, as different targets may require different - patches to be applied. - - You should not need to change this from the default. - -config BUILD_DIR - string - prompt "Build directory" - default "${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/build" - help - This is the directory into which builds will occur. - - Once again, arrange for one build directory for each toolchain you build, - to avoid collision. - - You should not need to change this from the default. + If you have previously downloaded the tarballs, enter the PATH where + you stored them here. config PREFIX_DIR string