Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xgcc: Update gcc 5 to 5.4.0 | kozyilmaz | 2016-08-24 | 1 | -11/+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) | ||||
* | POSIX: Fix GCC 5+ plugin build failure on Cygwin | Ray Donnelly | 2016-01-03 | 1 | -0/+11 |
Cygwin follows POSIX IEEE Std 1003.1, 2004 Edition spec for the select() fuction as described at: http://pubs.opengroup.org/onlinepubs/009695399/functions/pselect.html .. so we must #include <sys/select.h> for the declaration. Signed-off-by: Ray Donnelly <mingw.android@gmail.com> |