aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-version.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gcc-version.sh: fix for "invalid number" message during Android NDK buildsChris Renshaw2021-04-221-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 fixDenys Vlasenko2021-04-181-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.xDenis Vlasenko2007-01-291-0/+12