| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to Recipe Specific Sysroots | Richard Purdie | 2017-01-23 | 2 | -4/+3 |
* | gcc-source.inc: cleanly disable do_rm_work | Patrick Ohly | 2017-01-19 | 1 | -1/+1 |
* | gcc6: Upgrade to 6.3.0 | Khem Raj | 2017-01-09 | 62 | -6/+5 |
* | libgcc-common: Don't apply symlinks for nativesdk | Richard Purdie | 2016-12-22 | 1 | -0/+3 |
* | meta: remove True option to getVar calls | Joshua Lock | 2016-12-16 | 6 | -48/+48 |
* | gcc-runtime: Reduce duplication in MIPS variants. | Zubair Lutfullah Kakakhel | 2016-11-15 | 1 | -8/+1 |
* | gcc-runtime.inc: Add CPP support for x86-64-x32 tune | Juro Bystricky | 2016-10-09 | 1 | -0/+8 |
* | libgcc-common.inc: Fix broken symlinks for multilib SDK | Juro Bystricky | 2016-10-09 | 1 | -1/+7 |
* | gcc-configure: Add mipsisa{32, 64}r6{el, } support | Zubair Lutfullah Kakakhel | 2016-10-07 | 2 | -0/+8 |
* | gcc-cross: Stop target recipes depending on SDK_SYS | Richard Purdie | 2016-10-01 | 1 | -0/+3 |
* | cross-canadian/libgcc-common: Fixes for arm multilib | Richard Purdie | 2016-09-30 | 1 | -4/+7 |
* | SDK: Allow changing SDKMACHINE without wiping TMP folder | Juro Bystricky | 2016-09-28 | 5 | -5/+5 |
* | gcc-configure: Enable initfini-array | Saul Wold | 2016-09-20 | 1 | -0/+4 |
* | gcc-runtime.inc: add CPP support for mips64-n32 tune | Juro Bystricky | 2016-09-03 | 1 | -0/+10 |
* | gcc: Update to final 6.2.0 release | Khem Raj | 2016-08-25 | 1 | -8/+6 |
* | gcc: Upgrade to 6.2 RC1 | Khem Raj | 2016-08-19 | 62 | -10/+11 |
* | gcc: Don't use vectorized builtins when Neon is not there | Khem Raj | 2016-07-26 | 2 | -0/+93 |
* | gcc: Fix libgcc unresolved symbols with PIE on musl | Khem Raj | 2016-07-26 | 2 | -0/+86 |
* | gcc-cross: default linker hash style to sysv | Christopher Larson | 2016-07-20 | 1 | -0/+5 |
* | gcc: CVE-2016-4490 | Armin Kuster | 2016-07-12 | 2 | -0/+291 |
* | gcc-runtime: add SUMMARY values | Paul Eggleton | 2016-07-12 | 1 | -0/+27 |
* | gcc: add runtime packages to RRECOMMENDS | Paul Eggleton | 2016-07-12 | 1 | -0/+19 |
* | libgcc: remove duplicate configure options | Andre McCurdy | 2016-07-12 | 1 | -7/+0 |
* | gcc: remove GCC 4.9 | Ross Burton | 2016-07-08 | 80 | -8761/+0 |
* | gcc: remove unused patch | Ross Burton | 2016-07-08 | 1 | -49/+0 |
* | gcc-5.4: Fix hang with mmusl option on cmdline | Khem Raj | 2016-07-08 | 1 | -36/+36 |
* | gcc5: Upgrade to gcc 5.4 | Khem Raj | 2016-07-01 | 78 | -701/+6 |
* | gcc: make sure header path is set correctly | Anuj Mittal | 2016-06-15 | 1 | -1/+0 |
* | gcc: fix upstream check for 5.x version | Alexander Kanavin | 2016-06-04 | 1 | -0/+1 |
* | gcc: Backport nios2 gcc ICE fix | Marek Vasut | 2016-05-30 | 2 | -0/+36 |
* | gcc: Security fix CVE-2016-4490 | Armin Kuster | 2016-05-17 | 2 | -0/+271 |
* | gcc: Security fix CVE-2016-2226 | Armin Kuster | 2016-05-17 | 2 | -0/+104 |
* | gcc: Security fix CVE-2016-4489 | Armin Kuster | 2016-05-17 | 2 | -0/+57 |
* | gcc: Security fix CVE-2016-4488 | Armin Kuster | 2016-05-17 | 2 | -0/+74 |
* | gcc 4.9: backport gperf fixes | Daniel McGregor | 2016-05-14 | 2 | -0/+154 |
* | gcc-5.3: backport gperf fixes | Daniel McGregor | 2016-05-14 | 2 | -0/+154 |
* | gcc-runtime, libgcc: Symlink c++ header and startup files in target_triplet f... | Khem Raj | 2016-05-13 | 2 | -0/+24 |
* | libgcc: Ensure that gcc configure options are passed to libgcc too | Khem Raj | 2016-05-13 | 1 | -1/+1 |
* | libgcc: Ensure that gcc configure options are passed to libgcc too | Khem Raj | 2016-05-13 | 2 | -0/+9 |
* | gcc: Add gcc6 recipes | Khem Raj | 2016-05-13 | 60 | -0/+7169 |
* | gcc-target.inc: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from sysroot | Peter Kjellerstedt | 2016-05-13 | 1 | -3/+1 |
* | gcc: obey ldflags in the link of libgcc | Christopher Larson | 2016-05-11 | 4 | -0/+34 |
* | gcc-sanitizers: Depend on target gcc | Jussi Kukkonen | 2016-04-29 | 1 | -1/+1 |
* | gcc-common.inc: String format tweak for available tunes | noel eck | 2016-04-14 | 1 | -1/+1 |
* | gcc: Fix musl ldso name for mips64 | Khem Raj | 2016-03-30 | 1 | -11/+15 |
* | gcc-5.3/gcc-4.9: -fdebug-prefix-map support to remap relative path | Hongxu Jia | 2016-03-30 | 4 | -0/+104 |
* | gcc: Backport fixes for musl ssp configuration | Khem Raj | 2016-03-29 | 3 | -1/+129 |
* | gcc-5.3/gcc-4.9:Reuse -fdebug-prefix-map to replace -ffile-prefix-map | Hongxu Jia | 2016-03-20 | 4 | -0/+88 |
* | gcc-5.3/gcc-4.9:replace build path with target path in __FILE__ | Hongxu Jia | 2016-03-20 | 4 | -0/+570 |
* | gcc-runtime.inc: set LICENSE for all gcc-runtime packages | Andre McCurdy | 2016-03-20 | 1 | -5/+4 |