[OE-core] [PATCH 0/5] recipes-devtools/gcc cleanup patches

Peter A. Bigot pab at pabigot.com
Wed Aug 13 21:03:40 UTC 2014


Attached are a set of proposed patches to how gcc is built.  These fix
some minor consistency issues in formatting and content.  They are
preliminary to any attempt to fix the bug where the runtime builds are
not ABI compatible with the default mode used by the compiler for C++11
code, as described in the thread at:
http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095659.html

Peter

Peter A. Bigot (5):
  gcc: recipe whitespace changes
  gcc-4.8,gcc-4.9: remove inappropriate patch
  gcc-4.9: Ensure c++ includes are in /usr/include/c++/${BINV}
  gcc: remove outdated configuration option
  gcc-target: make --enable-clocale consistent with gcc-runtime

 meta/recipes-devtools/gcc/gcc-4.8.inc              | 185 +++++++++++----------
 .../gcc/gcc-4.8/0037-gcc-4.8-PR56797.patch         |  66 --------
 meta/recipes-devtools/gcc/gcc-4.9.inc              | 179 ++++++++++----------
 .../gcc/gcc-4.9/0037-gcc-4.8-PR56797.patch         |  66 --------
 meta/recipes-devtools/gcc/gcc-configure-common.inc |  46 ++---
 meta/recipes-devtools/gcc/gcc-cross-canadian.inc   |  23 +--
 meta/recipes-devtools/gcc/gcc-cross-initial.inc    |  32 ++--
 meta/recipes-devtools/gcc/gcc-cross.inc            |  27 +--
 meta/recipes-devtools/gcc/gcc-runtime.inc          | 154 ++++++++---------
 meta/recipes-devtools/gcc/gcc-target.inc           | 108 ++++++------
 meta/recipes-devtools/gcc/libgcc.inc               |  35 ++--
 meta/recipes-devtools/gcc/libgfortran.inc          |  29 ++--
 12 files changed, 427 insertions(+), 523 deletions(-)
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.8/0037-gcc-4.8-PR56797.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0037-gcc-4.8-PR56797.patch

-- 
1.8.5.5



More information about the Openembedded-core mailing list