Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Add and workaround gcc bug 83143
@ 2021-08-27 22:34 Giulio Benetti
  2021-08-27 22:34 ` [Buildroot] [PATCH 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_83143 Giulio Benetti
  2021-08-27 22:34 ` [Buildroot] [PATCH 2/2] package/ruby: fix build failure due to gcc bug 83143 Giulio Benetti
  0 siblings, 2 replies; 13+ messages in thread
From: Giulio Benetti @ 2021-08-27 22:34 UTC (permalink / raw)
  To: buildroot
  Cc: Giulio Benetti, Romain Naour, Thomas Petazzoni,
	Thomas De Schampheleire

This patchset add gcc bug 83143 and work it around for package ruby with
a more specific CFLAG instead of the classic -O0. The work around has been
suggested here[1] and saves lot of memory since here ruby is the package
affected by this bug and it's pretty big.

[1]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83143#c15

Giulio Benetti (2):
  toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_83143
  package/ruby: fix build failure due to gcc bug 83143

 package/ruby/ruby.mk | 8 ++++++++
 toolchain/Config.in  | 9 +++++++++
 2 files changed, 17 insertions(+)

-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-11 16:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-27 22:34 [Buildroot] [PATCH 0/2] Add and workaround gcc bug 83143 Giulio Benetti
2021-08-27 22:34 ` [Buildroot] [PATCH 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_83143 Giulio Benetti
2021-08-28 12:06   ` Arnout Vandecappelle
2021-08-28 12:39     ` Giulio Benetti
2021-08-29 15:23       ` Arnout Vandecappelle
2021-08-29 21:49         ` Giulio Benetti
2021-08-30 21:59           ` Thomas Petazzoni
2021-08-31 17:37             ` [Buildroot] [PATCH v2 0/2] Add and workaround gcc bug 83143 Giulio Benetti
2021-08-31 17:37               ` [Buildroot] [PATCH v2 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_83143 Giulio Benetti
2021-08-31 17:38               ` [Buildroot] [PATCH v2 2/2] package/ruby: fix build failure due to gcc bug 83143 Giulio Benetti
2021-09-11 16:20               ` [Buildroot] [PATCH v2 0/2] Add and workaround " Arnout Vandecappelle
2021-08-31 17:43             ` [Buildroot] [PATCH 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_83143 Giulio Benetti
2021-08-27 22:34 ` [Buildroot] [PATCH 2/2] package/ruby: fix build failure due to gcc bug 83143 Giulio Benetti

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