Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcc-version.sh: fix for "invalid number" message during Android NDK builds | Chris Renshaw | 2021-04-22 | 1 | -2/+2 |
| | | | | | | | | | 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> | ||||
* | gcc-version.sh: Cygwin fix | Denys Vlasenko | 2021-04-18 | 1 | -1/+1 |
| | | | | | | | On Cygwin, "echo __GNUC__ __GNUC_MINOR__ | gcc -E -xc -" can print extra empty trailing line. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | disable -Wold-style-definition for gcc 3.x | Denis Vlasenko | 2007-01-29 | 1 | -0/+12 |