[Buildroot] [PATCH v4 07/12] arc: Add support for ARC-specific uClibc

Peter Korsgaard jacmet at uclibc.org
Sat May 4 21:21:59 UTC 2013


>>>>> "Mischa" == Mischa Jonker <Mischa.Jonker at synopsys.com> writes:

 Mischa> Signed-off-by: Mischa Jonker <mjonker at synopsys.com>


 Mischa> ---
 Mischa>  toolchain/uClibc/Config.in              |   10 ++++++++--
 Mischa>  toolchain/uClibc/uClibc-snapshot.config |    2 ++
 Mischa>  toolchain/uClibc/uclibc.mk              |    4 ++++
 Mischa>  3 files changed, 14 insertions(+), 2 deletions(-)

 Mischa> diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
 Mischa> index b98e2e8..316d006 100644
 Mischa> --- a/toolchain/uClibc/Config.in
 Mischa> +++ b/toolchain/uClibc/Config.in
 Mischa> @@ -16,12 +16,16 @@ choice
 
 Mischa>  	config BR2_UCLIBC_VERSION_0_9_32
 Mischa>  		bool "uClibc 0.9.32.x"
 Mischa> -		depends on !(BR2_avr32 || BR2_sh || BR2_xtensa)
 Mischa> +		depends on !(BR2_arc || BR2_avr32 || BR2_sh || BR2_xtensa)
 
 Mischa>  	config BR2_UCLIBC_VERSION_0_9_33
 Mischa>  		bool "uClibc 0.9.33.x"
 Mischa> -		depends on !BR2_xtensa
 Mischa> +		depends on !(BR2_arc || BR2_xtensa)
 
 Mischa> +	config BR2_UCLIBC_VERSION_0_9_33_ARC
 Mischa> +		bool "uClibc 0.9.33.x-arc"
 Mischa> +		depends on BR2_arc
 Mischa> +	

You're adding a bunch of trailing spaces here.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list