All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Fix lttng-tools build issue
@ 2014-04-13 19:58 Thomas Petazzoni
  2014-04-13 19:58 ` [Buildroot] [PATCH 1/4] gcc: add fix for PR 58595 to gcc 4.8.2 Thomas Petazzoni
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2014-04-13 19:58 UTC (permalink / raw)
  To: buildroot

Hello,

This set of patches fix the lttng-tools build issue with gcc 4.7.x and
gcc 4.8.x, by:

 * Adding appropriate patches to gcc 4.7 and gcc 4.8 in the internal
   toolchain backend.

 * Allowing external toolchains to indicate whether they are affected
   by the bug. For now, one toolchain known to be affected is marked
   as such, the other toolchains will have to be tested progressively.

 * Making the lttng-tools depend on toolchains not affected by the
   bug.

Thomas Petazzoni (4):
  gcc: add fix for PR 58595 to gcc 4.8.2
  gcc: add fix for PR 58595 to gcc 4.7.3
  toolchain: add option to declare toolchains affected by gcc PR 58595
  lttng-tools: mark as affected by gcc bug 58595

 .../4.7.3/843-gcc-4.7.3-Fix-PR-target-58595.patch  | 102 +++++++++++++++++++++
 .../4.8.2/843-gcc-4.8.2-Fix-PR-target-58595.patch  | 101 ++++++++++++++++++++
 package/lttng-tools/Config.in                      |   6 +-
 toolchain/toolchain-common.in                      |   3 +
 toolchain/toolchain-external/Config.in             |   1 +
 5 files changed, 211 insertions(+), 2 deletions(-)
 create mode 100644 package/gcc/4.7.3/843-gcc-4.7.3-Fix-PR-target-58595.patch
 create mode 100644 package/gcc/4.8.2/843-gcc-4.8.2-Fix-PR-target-58595.patch

-- 
1.8.3.2

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

end of thread, other threads:[~2014-04-14 20:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-13 19:58 [Buildroot] [PATCH 0/4] Fix lttng-tools build issue Thomas Petazzoni
2014-04-13 19:58 ` [Buildroot] [PATCH 1/4] gcc: add fix for PR 58595 to gcc 4.8.2 Thomas Petazzoni
2014-04-13 19:58 ` [Buildroot] [PATCH 2/4] gcc: add fix for PR 58595 to gcc 4.7.3 Thomas Petazzoni
2014-04-13 19:58 ` [Buildroot] [PATCH 3/4] toolchain: add option to declare toolchains affected by gcc PR 58595 Thomas Petazzoni
2014-04-13 19:58 ` [Buildroot] [PATCH 4/4] lttng-tools: mark as affected by gcc bug 58595 Thomas Petazzoni
2014-04-14 20:42 ` [Buildroot] [PATCH 0/4] Fix lttng-tools build issue Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.