Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 05/14] toolchain-external: remove CS sh2 toolchains
Date: Sun, 12 Apr 2015 16:10:26 +0200	[thread overview]
Message-ID: <20150412141026.GE21018@free.fr> (raw)
In-Reply-To: <1428754662-27829-5-git-send-email-gustavo@zacarias.com.ar>

Gustavo, All,

On 2015-04-11 09:17 -0300, Gustavo Zacarias spake thusly:
> Normally we'd deprecate them, but:
> 
> 1) They don't support IPv6 and it's being removed so it makes no sense.
> 2) They're based on uClibc 0.9.30-ish which is very old and surely has
> package build breakage all over it.

This should go in before patch 3 (toolchain-common: default to Y for IPv6)
otherwise you can enable IPv6-dependent packages even with those
toolchains.

Regards,
Yann E. MORIN.

> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  toolchain/toolchain-external/Config.in | 38 ----------------------------------
>  1 file changed, 38 deletions(-)
> 
> diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
> index a8949c5..97619d4 100644
> --- a/toolchain/toolchain-external/Config.in
> +++ b/toolchain/toolchain-external/Config.in
> @@ -630,44 +630,6 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
>  	    - SH4A, uClibc, big endian
>  	      Not usable in Buildroot yet.
>  
> -config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103
> -	bool "Sourcery CodeBench SH 2011.03"
> -	depends on BR2_sh2a
> -	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
> -	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
> -	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
> -	select BR2_USE_WCHAR
> -	select BR2_TOOLCHAIN_HAS_THREADS
> -	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
> -	select BR2_INSTALL_LIBSTDCPP
> -	select BR2_HOSTARCH_NEEDS_IA32_LIBS
> -	# kernel headers: 2.6.38
> -	help
> -	  Sourcery CodeBench toolchain for the SuperH architecture,
> -	  from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20,
> -	  uClibc 0.9.30, gdb 7.2.50 and kernel headers 2.6.38. It has
> -	  support for the following variants:
> -	    - SH2A, uClibc, big endian
> -
> -config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
> -	bool "Sourcery CodeBench SH 2010.09"
> -	depends on BR2_sh2a
> -	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
> -	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
> -	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
> -	select BR2_USE_WCHAR
> -	select BR2_TOOLCHAIN_HAS_THREADS
> -	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
> -	select BR2_INSTALL_LIBSTDCPP
> -	select BR2_HOSTARCH_NEEDS_IA32_LIBS
> -	# kernel headers: 2.6.35
> -	help
> -	  Sourcery CodeBench toolchain for the SuperH architecture,
> -	  from Mentor Graphics. It uses gcc 4.5.1, binutils 2.20,
> -	  uClibc 0.9.30, gdb 7.2.50 and kernel headers 2.6.35.2. It
> -	  has support for the following variants:
> -	    - SH2A, uClibc, big endian
> -
>  config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64_201405
>  	bool "Sourcery CodeBench AMD64 2014.05"
>  	depends on BR2_x86_64
> -- 
> 2.0.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2015-04-12 14:10 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-11 12:17 [Buildroot] [PATCH 01/14] toolchain/helpers: make IPv6 mandatory for uclibc toolchains Gustavo Zacarias
2015-04-11 12:17 ` [Buildroot] [PATCH 02/14] package/uclibc: default to Y for IPv6 Gustavo Zacarias
2015-04-12 14:08   ` Yann E. MORIN
2015-04-11 12:17 ` [Buildroot] [PATCH 03/14] toolchain-common: " Gustavo Zacarias
2015-04-12 14:12   ` Yann E. MORIN
2015-04-11 12:17 ` [Buildroot] [PATCH 04/14] toolchain: remove IPv6 selects Gustavo Zacarias
2015-04-12 14:22   ` Yann E. MORIN
2015-04-11 12:17 ` [Buildroot] [PATCH 05/14] toolchain-external: remove CS sh2 toolchains Gustavo Zacarias
2015-04-12 14:10   ` Yann E. MORIN [this message]
2015-04-11 12:17 ` [Buildroot] [PATCH 06/14] package infra: drop non-IPv6 support Gustavo Zacarias
2015-04-12 14:25   ` Yann E. MORIN
2015-04-11 12:17 ` [Buildroot] [PATCH 07/14] configs: drop redundant IPv6 option Gustavo Zacarias
2015-04-12 14:29   ` Yann E. MORIN
2015-04-11 12:17 ` [Buildroot] [PATCH 08/14] busybox: force ipv6 build Gustavo Zacarias
2015-04-12 14:30   ` Yann E. MORIN
2015-04-11 12:17 ` [Buildroot] [PATCH 09/14] system: drop IPv6 depend for systemd Gustavo Zacarias
2015-04-12 14:34   ` Yann E. MORIN
2015-04-11 12:17 ` [Buildroot] [PATCH 10/14] docs/manual: remove references to IPv6 Gustavo Zacarias
2015-04-12 14:36   ` Yann E. MORIN
2015-04-11 12:17 ` [Buildroot] [PATCH 11/14] packages: remove non-IPv6 enabler patches Gustavo Zacarias
2015-04-12 14:55   ` Yann E. MORIN
2015-04-19 11:00     ` Gustavo Zacarias
2015-04-11 12:17 ` [Buildroot] [PATCH 12/14] packages: remove non-IPv6 dependencies and tweaks Gustavo Zacarias
2015-04-12 16:02   ` Yann E. MORIN
2015-04-11 12:17 ` [Buildroot] [PATCH 13/14] package/uclibc: drop BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 Gustavo Zacarias
2015-04-12 16:06   ` Yann E. MORIN
2015-04-11 12:17 ` [Buildroot] [PATCH 14/14] toolchain-common: drop BR2_INET_IPV6 Gustavo Zacarias
2015-04-12 16:07   ` Yann E. MORIN
2015-04-12 14:07 ` [Buildroot] [PATCH 01/14] toolchain/helpers: make IPv6 mandatory for uclibc toolchains Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150412141026.GE21018@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox