[Buildroot] [PATCH 1/1] sed: fix compilation with external toolchains

Peter Korsgaard jacmet at uclibc.org
Tue Aug 4 20:57:33 UTC 2009


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

 Thomas> Since CC is already passed in TARGET_CONFIGURE_OPTS at ./configure
 Thomas> time, there's no point in overriding it with a wrong value at
 Thomas> compilation time. This breaks external toolchain builds since
 Thomas> CC=$(TARGET_CC) is wrong because it excludes the mandatory --sysroot
 Thomas> option.

 Thomas> Fixes bug #525

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  CHANGES            |    1 +
 Thomas>  package/sed/sed.mk |    2 +-
 Thomas>  2 files changed, 2 insertions(+), 1 deletions(-)

 Thomas> diff --git a/CHANGES b/CHANGES
 Thomas> index 0c1f667..36b9b45 100644
 Thomas> --- a/CHANGES
 Thomas> +++ b/CHANGES
 Thomas> @@ -77,6 +77,7 @@
 Thomas>  	#497: OpenSSL RSA key generation hangs on x86_64
 Thomas>  	#509: Bump sqlite package to 3.6.16
 Thomas>  	#523: pciutils broken with external toolchain
 Thomas> +	#525: sed broken with external toolchain

This should preferably go after -rc1, but I'll fix that for you.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list