summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-07-31 10:26:28 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-09-16 20:33:27 +0200
commitfd3800c1979d9d76e2c4f802c2d279290c102218 (patch)
treef87c944a7141d6c5e2e9e96b5b14399858de2ee9 /Config.in
parenta07d6b9d56955bfe0165b5f4ea6d3ed7a92ecff6 (diff)
downloadbuildroot-novena-fd3800c1979d9d76e2c4f802c2d279290c102218.tar.gz
buildroot-novena-fd3800c1979d9d76e2c4f802c2d279290c102218.zip
Remove BR2_TOPDIR_PREFIX and BR2_TOPDIR_SUFFIX
The same effect can be done using out-of-tree build with O= Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/Config.in b/Config.in
index 146bb17a8..257364396 100644
--- a/Config.in
+++ b/Config.in
@@ -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"