Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-22 | gcc-version.sh: fix for "invalid number" message during Android NDK builds | Chris Renshaw | |
A CR in the gcc output would cause the following to show throughout build: : invalid numberbox-1.32.1/scripts/gcc-version.sh: line 12: printf: 9 Signed-off-by: Chris Renshaw <osm0sis@outlook.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2021-04-18 | gcc-version.sh: Cygwin fix | Denys Vlasenko | |
On Cygwin, "echo __GNUC__ __GNUC_MINOR__ | gcc -E -xc -" can print extra empty trailing line. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2007-01-29 | disable -Wold-style-definition for gcc 3.x | Denis Vlasenko | |