[Buildroot] [PATCH 3/3] coreutils: add TODO note about stripping the installed binaries

Peter Korsgaard jacmet at uclibc.org
Fri Jul 31 13:32:40 UTC 2009


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

Hi,

 Thomas> +- coreutils: use make install-strip to install the
 Thomas> +packages. For now, it fails beause even if we pass
 Thomas> +STRIP="/path/to/$(ARCH)-strip", the coreutils build system
 Thomas> +uses the host strip to strip target binaries. The
 Thomas> +./configure execution done by Buildroot properly detects the
 Thomas> +cross-strip, but when running make, build-aux/missing gets
 Thomas> +run, complains about aclocal-1.10c and atuomake-1.10c not
 Thomas> +being present, and rerun the configuration... with the wrong
 Thomas> +environment variables (STRIP= is missing). An autoreconf on
 Thomas> +this package is probably necessary.

We should actually rework the strip stuff as it doesn't make much
sense to both do strip at package install time and just before
generating the file systems.

We would probably simplify stuff a bit to always use install /
install-exec and only strip at the end if wanted.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list