Re: [U-Boot] [PATCH] tools/env: change stripping strategy to allow no-stripping

2014-08-28 Thread Sonic Zhang
On Wed, Aug 27, 2014 at 8:29 PM, Thomas Petazzoni wrote: > When building the U-Boot tools for non-ELF platforms (such as Blackfin > FLAT), since commit 79fc0c5f498c3982aa4740c273ab1a9255063d9c > ("tools/env: cross-compile fw_printenv without setting HOSTCC"), the > build fails because it tries to

Re: [U-Boot] [PATCH] tools/env: change stripping strategy to allow no-stripping

2014-08-27 Thread Masahiro Yamada
On Wed, 27 Aug 2014 14:29:00 +0200 Thomas Petazzoni wrote: > When building the U-Boot tools for non-ELF platforms (such as Blackfin > FLAT), since commit 79fc0c5f498c3982aa4740c273ab1a9255063d9c > ("tools/env: cross-compile fw_printenv without setting HOSTCC"), the > build fails because it tries

[U-Boot] [PATCH] tools/env: change stripping strategy to allow no-stripping

2014-08-27 Thread Thomas Petazzoni
When building the U-Boot tools for non-ELF platforms (such as Blackfin FLAT), since commit 79fc0c5f498c3982aa4740c273ab1a9255063d9c ("tools/env: cross-compile fw_printenv without setting HOSTCC"), the build fails because it tries to strip a FLAT binary, which does not make sense. This commit solve