commit | 378f899324e44f5c8379ea06d1ea43ea7fa336bd | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <jacmet@sunsite.dk> | Wed Jan 28 06:32:39 2009 +0000 |
committer | Peter Korsgaard <jacmet@sunsite.dk> | Wed Jan 28 06:32:39 2009 +0000 |
tree | 244f6485b3454b7630ee6fd0c94b76712ba029a9 | |
parent | d5664ee9956748f8f166dfa720308f05f0f4a97b [diff] |
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>