diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-19 14:47:35 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-19 14:47:35 +0200 |
commit | fe06da781bf153fded6c88012083c07427b74464 (patch) | |
tree | b71f8086c2b618161f492c77abb09cd4a6baea5e /Config.in | |
parent | f5239c327e303a1470829c641bc2d9e28c819d23 (diff) | |
parent | 84a8eafd4cbd103e89194ed1768cc43760ecde3a (diff) | |
download | buildroot-novena-fe06da781bf153fded6c88012083c07427b74464.tar.gz buildroot-novena-fe06da781bf153fded6c88012083c07427b74464.zip |
Merge branch 'huge-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 22 |
1 files changed, 2 insertions, 20 deletions
@@ -88,7 +88,7 @@ source "target/device/Config.in.mirrors" config BR2_STAGING_DIR string "Toolchain and header file location?" - default "$(BUILD_DIR)/staging_dir" + default "$(BASE_DIR)/staging" help This is the location where the toolchain will be installed. The toolchain will not work if it is moved from this location. @@ -97,7 +97,7 @@ config BR2_STAGING_DIR will be used. Most people will leave this set to the default value of - "$(BUILD_DIR)/staging_dir". + "$(BASE_DIR)/staging". config BR2_FPU_SUFFIX bool "Add '_nofpu' suffix for softfloat toolchains" @@ -106,24 +106,6 @@ config BR2_FPU_SUFFIX the "_nofpu" suffix will be added to the toolchain build directory name and to any rootfs image name -config BR2_TOPDIR_PREFIX - string "Custom build dir prefix" - default "" - help - Add a custom string to the beginning of the build directories. - - build_ARCH -> [PREFIX]_build_ARCH - toolchain_build_ARCH -> [PREFIX]_toolchain_build_ARCH - -config BR2_TOPDIR_SUFFIX - string "Custom build dir suffix" - default "" - help - Add a custom string to the end of the build directories. - - build_ARCH -> build_ARCH_[SUFFIX] - toolchain_build_ARCH -> toolchain_build_ARCH_[SUFFIX] - config BR2_GNU_BUILD_SUFFIX string "GNU build hostname suffix" default "pc-linux-gnu" |