summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-28 06:32:39 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-28 06:32:39 +0000
commit378f899324e44f5c8379ea06d1ea43ea7fa336bd (patch)
tree244f6485b3454b7630ee6fd0c94b76712ba029a9 /Config.in
parentd5664ee9956748f8f166dfa720308f05f0f4a97b (diff)
downloadbuildroot-novena-378f899324e44f5c8379ea06d1ea43ea7fa336bd.tar.gz
buildroot-novena-378f899324e44f5c8379ea06d1ea43ea7fa336bd.zip
fix configuration wrt elf2flt
The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly. Also the BFLT binary format is always stripped by definition, so it is incompatible with any kind of stripping option. Signed-off-by: Nicolas Pitre <nico@cam.org>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 31cb70f09..ee7a45134 100644
--- a/Config.in
+++ b/Config.in
@@ -243,14 +243,14 @@ choice
config BR2_STRIP_strip
bool "strip"
- depends on !BR2_ENABLE_DEBUG
+ depends on !BR2_ENABLE_DEBUG && !BR2_ELF2FLT
help
strip is the normal strip command
config BR2_STRIP_sstrip
bool "sstrip"
select BR2_PACKAGE_SSTRIP_HOST
- depends on !BR2_ENABLE_DEBUG
+ depends on !BR2_ENABLE_DEBUG && !BR2_ELF2FLT
help
sstrip is a strip that discards more than the normal strip