diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-08-16 11:50:35 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-19 10:23:55 +0100 |
| commit | b7157a266c75fe5691104dfbce91ade93f1132d8 (patch) | |
| tree | 04863dd8d0579e1691a0abb66cbeec4b43b8bb1f /meta/recipes-devtools/gcc/gcc_6.2.bb | |
| parent | b360310798a30900cc1d398da089bd1a94f20b50 (diff) | |
| download | poky-b7157a266c75fe5691104dfbce91ade93f1132d8.tar.gz | |
gcc: Upgrade to 6.2 RC1
(From OE-Core rev: 41ce4b438795108025c79cd3eec067367d53623e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc_6.2.bb')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc_6.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc_6.2.bb b/meta/recipes-devtools/gcc/gcc_6.2.bb new file mode 100644 index 0000000000..b0a523cae2 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc_6.2.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require recipes-devtools/gcc/gcc-${PV}.inc | ||
| 2 | require gcc-target.inc | ||
| 3 | |||
| 4 | # Building with thumb enabled on armv4t fails with | ||
| 5 | # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: R_ARM_THM_CALL against symbol `fancy_abort(char const*, int, char const*)' defined in .glue_7 section in linker stubs | ||
| 6 | # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7442:(.text.unlikely+0x318): additional relocation overflows omitted from the output | ||
| 7 | ARM_INSTRUCTION_SET_armv4 = "arm" | ||
| 8 | |||
| 9 | do_configure_prepend() { | ||
| 10 | # Easiest way to stop bad RPATHs getting into the library since we have a | ||
| 11 | # broken libtool here | ||
| 12 | sed -i -e 's/hardcode_into_libs=yes/hardcode_into_libs=no/' ${S}/libcc1/configure | ||
| 13 | } | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "nativesdk" | ||
