Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xgcc: Update gcc 5 to 5.4.0 | kozyilmaz | 2016-08-24 | 1 | -160/+0 |
| | | | | | | | | | patches synced with buildroot trunk and: 110-xtensa-implement-trap-pattern.patch (copied to 5.4.0 patches) 130-build_gcc-5_with_gcc-6.patch (upstreamed in 5.4.0, dropped) 370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch (copied to 5.4.0 patches) 380-gcc-plugin-POSIX-include-sys-select-h.patch (copied to 5.4.0 patches) 910-nios2-bad-multilib-default.patch (copied to 5.4.0 patches) | ||||
* | Cygwin + MinGW-w64: GCC 5+ plugin support | Ray Donnelly | 2016-01-03 | 1 | -0/+160 |
Define PICFLAG, UNDEFINEDPREAMBLE and UNDEFINEDCODE to nothing since Windows doesn't have -fPIC (GCC warns) and can't handle undefined variable references (which are not needed anyway). Signed-off-by: Ray Donnelly <mingw.android@gmail.com> |