[Buildroot] [PATCH] binutils: add version 2.23.1

Peter Korsgaard jacmet at uclibc.org
Thu Nov 15 15:12:18 UTC 2012


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 Gustavo> ---
 Gustavo>  package/binutils/Config.in.host                    |    5 +++
 Gustavo>  package/binutils/binutils-2.23.1/120-sh-conf.patch |   29 +++++++++++++++
 Gustavo>  .../300-001_ld_makefile_patch.patch                |   24 +++++++++++++
 Gustavo>  .../300-012_check_ldrunpath_length.patch           |   21 +++++++++++
 Gustavo>  package/binutils/binutils-2.23.1/500-sysroot.patch |   37 ++++++++++++++++++++
 Gustavo>  5 files changed, 116 insertions(+), 0 deletions(-)
 Gustavo>  create mode 100644 package/binutils/binutils-2.23.1/120-sh-conf.patch
 Gustavo>  create mode 100644 package/binutils/binutils-2.23.1/300-001_ld_makefile_patch.patch
 Gustavo>  create mode 100644 package/binutils/binutils-2.23.1/300-012_check_ldrunpath_length.patch
 Gustavo>  create mode 100644 package/binutils/binutils-2.23.1/500-sysroot.patch

 Gustavo> diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
 Gustavo> index 26c5f73..7a9eae8 100644
 Gustavo> --- a/package/binutils/Config.in.host
 Gustavo> +++ b/package/binutils/Config.in.host
 Gustavo> @@ -36,6 +36,10 @@ choice
 Gustavo>  		depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
 Gustavo>  		bool "binutils 2.23"
 
 Gustavo> +	config BR2_BINUTILS_VERSION_2_23_1
 Gustavo> +		depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
 Gustavo> +		bool "binutils 2.23.1"
 Gustavo> +

I know we have been doing it in the past because of various arch issues,
but does it make sense to keep both 2.23 and 2.23.1?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list