Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 7/9] toolchain: remove eglibc support
Date: Tue, 17 May 2016 08:50:51 +0200	[thread overview]
Message-ID: <87poslch4k.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1463436782-17051-8-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Tue, 17 May 2016 00:13:00 +0200")

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

 > The eglibc support has been marked deprecated since 2015.08, so it's
 > time to remove it.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 > ---
 >  Config.in.legacy                                   |   8 +
 >  package/gcc/Config.in.host                         |   2 +-
 >  .../2.18-svnr23787/0001-CVE-2014-7817-eglibc.patch | 174 ---------------------
 >  .../glibc/2.18-svnr23787/0002-accept-make4.patch   |  33 ----
 >  .../glibc/2.18-svnr23787/0003-CVE-2014-6040.patch  | 141 -----------------
 >  .../glibc/2.18-svnr23787/0004-CVE-2014-9402.patch  |  20 ---
 >  .../glibc/2.18-svnr23787/0005-CVE-2015-1472.patch  |  88 -----------
 >  .../2.19-svnr25243/0001-CVE-2014-7817-eglibc.patch | 174 ---------------------
 >  .../glibc/2.19-svnr25243/0002-CVE-2014-6040.patch  | 141 -----------------
 >  .../glibc/2.19-svnr25243/0003-CVE-2014-9402.patch  |  20 ---
 >  .../glibc/2.19-svnr25243/0004-CVE-2015-1472.patch  |  88 -----------
 >  package/glibc/Config.in                            |  27 ----
 >  package/glibc/glibc.mk                             |   7 -
 >  toolchain/toolchain-buildroot/Config.in            |  23 ---
 >  14 files changed, 9 insertions(+), 937 deletions(-)
 >  delete mode 100644 package/glibc/2.18-svnr23787/0001-CVE-2014-7817-eglibc.patch
 >  delete mode 100644 package/glibc/2.18-svnr23787/0002-accept-make4.patch
 >  delete mode 100644 package/glibc/2.18-svnr23787/0003-CVE-2014-6040.patch
 >  delete mode 100644 package/glibc/2.18-svnr23787/0004-CVE-2014-9402.patch
 >  delete mode 100644 package/glibc/2.18-svnr23787/0005-CVE-2015-1472.patch
 >  delete mode 100644 package/glibc/2.19-svnr25243/0001-CVE-2014-7817-eglibc.patch
 >  delete mode 100644 package/glibc/2.19-svnr25243/0002-CVE-2014-6040.patch
 >  delete mode 100644 package/glibc/2.19-svnr25243/0003-CVE-2014-9402.patch
 >  delete mode 100644 package/glibc/2.19-svnr25243/0004-CVE-2015-1472.patch

 > diff --git a/Config.in.legacy b/Config.in.legacy
 > index ff11d75..7b76f28 100644
 > --- a/Config.in.legacy
 > +++ b/Config.in.legacy
 > @@ -145,6 +145,14 @@ endif
 >  ###############################################################################
 >  comment "Legacy options removed in 2016.08"
 
 > +config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
 > +	bool "eglibc support has been removed"
 > +	select BR2_LEGACY
 > +	help
 > +	  The eglibc project no longer exists, as it has been merged
 > +	  back into the glibc project. Therefore, support for eglibc
 > +	  has been removed, and glibc should be used instead.

Committed to next, thanks. Perhaps we should add:

select BR2_TOOLCHAIN_BUILDROOT_GLIBC

As the defconfig otherwise falls back to uClibc.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2016-05-17  6:50 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-16 22:12 [Buildroot] [PATCH 0/9] Various toolchain related fixes/updates Thomas Petazzoni
2016-05-16 22:12 ` [Buildroot] [PATCH 1/9] gcc: fix build of gcc 6.x on Microblaze Thomas Petazzoni
2016-05-17  6:43   ` Peter Korsgaard
2016-05-16 22:12 ` [Buildroot] [PATCH 2/9] glibc: disable build of glibc 2.22 with gcc 6.x Thomas Petazzoni
2016-05-17  6:44   ` Peter Korsgaard
2016-05-16 22:12 ` [Buildroot] [PATCH 3/9] gdb: add support for gdb 7.11 Thomas Petazzoni
2016-05-17  6:45   ` Peter Korsgaard
2016-05-16 22:12 ` [Buildroot] [PATCH 4/9] gdb: switch to 7.10 as the default version Thomas Petazzoni
2016-05-17  6:45   ` Peter Korsgaard
2016-05-16 22:12 ` [Buildroot] [PATCH 5/9] gdb: remove version 7.8 Thomas Petazzoni
2016-05-17  6:46   ` Peter Korsgaard
2016-05-16 22:12 ` [Buildroot] [PATCH 6/9] gdb: specify hashes for the ARC and Microblaze versions Thomas Petazzoni
2016-05-17  6:48   ` Peter Korsgaard
2016-05-16 22:13 ` [Buildroot] [PATCH 7/9] toolchain: remove eglibc support Thomas Petazzoni
2016-05-17  6:50   ` Peter Korsgaard [this message]
2016-05-17  7:17     ` Thomas Petazzoni
2016-05-17 22:28   ` Arnout Vandecappelle
2016-05-18 12:27     ` Thomas Petazzoni
2016-05-16 22:13 ` [Buildroot] [PATCH 8/9] binutils: remove support for version 2.23 Thomas Petazzoni
2016-05-17  6:53   ` Peter Korsgaard
2016-05-16 22:13 ` [Buildroot] [PATCH 9/9] toolchain: musl support is no longer experimental Thomas Petazzoni
2016-05-17  6:53   ` Peter Korsgaard

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=87poslch4k.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --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