Files
poky/meta/recipes-devtools
Peter A. Bigot c0a071e16e gcc: update compiler architecture to match gcc-runtime (armv6, armv7a)
The gcc-runtime recipe builds the gcc libraries including libstdc++ with
$TARGET_CC_ARCH flags, which include -march=FOO flags that affect
whether atomic instructions are available.  This causes an ABI
incompatibility when the compiler by default generates code for less
capable architectures.  For example, gcc-runtime libraries on a
Cortex-A8 are built with a different C++11/C++14 mutex implementation
than is used code compiled outside OE and without architecture-specific
flags.

This commit fixes the problem specifically for ABI issues related to
atomic instructions available in ARMV6 and subsequent architectures.
Other ABI incompatibilities may remain in other architectures.

See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62100

(From OE-Core rev: 0ba6ab39f187ecd4261f08e768f365f461384a3a)

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-15 18:21:50 +01:00
..
2014-03-02 17:25:28 +00:00
2014-07-19 00:09:01 +01:00
2014-07-16 10:20:50 +01:00
2014-05-21 19:50:21 +01:00
2014-08-15 18:21:48 +01:00
2014-07-16 10:20:50 +01:00
2014-01-02 12:50:24 +00:00
2014-08-02 09:26:14 +01:00
2014-02-21 16:09:08 +00:00
2014-07-17 12:28:50 +01:00
2014-04-25 17:19:19 +01:00
2014-08-02 09:26:17 +01:00
2014-05-13 19:32:06 +01:00
2014-07-19 00:18:21 +01:00
2014-08-15 18:21:48 +01:00
2014-05-21 09:09:01 +01:00
2014-08-11 10:53:05 +01:00
2014-08-11 10:53:06 +01:00
2014-05-08 13:00:33 +01:00
2014-04-10 17:35:15 +01:00
2014-04-25 17:19:20 +01:00
2014-07-16 10:20:50 +01:00
2013-08-13 23:05:58 +01:00