Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | gcc: Update gcc 5 to 5.3.0 | Bryan Hundven | 2016-01-02 | 23 | -0/+1886 |
Reported-by: Freddie Chopin <freddie.chopin@gmail.com> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> |