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> |