Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/3] Upgrade ARC port to new toolchain
@ 2013-07-18 21:47 Mischa Jonker
  2013-07-18 21:47 ` [Buildroot] [PATCH v2 1/3] uclibc, eglibc: remove REALLY_NOSTDLIB references Mischa Jonker
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Mischa Jonker @ 2013-07-18 21:47 UTC (permalink / raw)
  To: buildroot

These three patches upgrade the ARC toolchain to GCC 4.8 and
Binutils 2.23.2. This fixes multiple issues (including most
autobuilder failures from the past couple of weeks).

v2:
  * Remove gcc 4.4.7 patch
  * Fix whitespace in fix_branch_out_of_range.patch
  * Remove binutils 2.19-arc dependencies (not required anymore)
  * Fix gcc 4.8-arc dependencies (host-flex, host-bison still required :-( )

Mischa Jonker (3):
  uclibc, eglibc: remove REALLY_NOSTDLIB references
  arc: binutils: Go from 2.19-arc to 2.23.2-arc
  arc: gcc: Go from 4.4.7 to 4.8 for ARC

 .../binutils/2.19-arc/add-empty-info-files.patch   |   72 ----------
 package/binutils/Config.in.host                    |    2 +-
 package/binutils/binutils.mk                       |    4 -
 package/eglibc/eglibc.mk                           |    2 +-
 package/gcc/4.8-arc/100-uclibc-conf.patch          |   15 ++
 package/gcc/4.8-arc/301-missing-execinfo_h.patch   |   13 ++
 package/gcc/4.8-arc/302-c99-snprintf.patch         |   13 ++
 .../gcc/4.8-arc/305-libmudflap-susv3-legacy.patch  |   49 +++++++
 package/gcc/4.8-arc/disable_gc_sections.patch      |  145 ++++++++++++++++++++
 .../fix_branch_out_of_range.patch                  |    2 +-
 package/gcc/Config.in.host                         |   13 +-
 package/gcc/gcc.mk                                 |    2 +-
 package/uclibc/uclibc.mk                           |   11 +-
 13 files changed, 248 insertions(+), 95 deletions(-)
 delete mode 100644 package/binutils/2.19-arc/add-empty-info-files.patch
 create mode 100644 package/gcc/4.8-arc/100-uclibc-conf.patch
 create mode 100644 package/gcc/4.8-arc/301-missing-execinfo_h.patch
 create mode 100644 package/gcc/4.8-arc/302-c99-snprintf.patch
 create mode 100644 package/gcc/4.8-arc/305-libmudflap-susv3-legacy.patch
 create mode 100644 package/gcc/4.8-arc/disable_gc_sections.patch
 rename package/gcc/{4.4.7-arc => 4.8-arc}/fix_branch_out_of_range.patch (96%)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-07-19  9:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18 21:47 [Buildroot] [PATCH v2 0/3] Upgrade ARC port to new toolchain Mischa Jonker
2013-07-18 21:47 ` [Buildroot] [PATCH v2 1/3] uclibc, eglibc: remove REALLY_NOSTDLIB references Mischa Jonker
2013-07-18 21:47 ` [Buildroot] [PATCH v2 2/3] arc: binutils: Go from 2.19-arc to 2.23.2-arc Mischa Jonker
2013-07-18 21:47 ` [Buildroot] [PATCH v2 3/3] arc: gcc: Go from 4.4.7 to 4.8 for ARC Mischa Jonker
2013-07-18 21:52 ` [Buildroot] [PATCH v2 0/3] Upgrade ARC port to new toolchain Thomas Petazzoni
2013-07-18 22:09   ` Mischa Jonker
2013-07-19  9:56 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox