Differences From Artifact [d3ecbe92bf]:
- File configure.ac — part of check-in [7cda94da9b] at 2016-12-09 05:22:33 on branch trunk — Updated with a better check for -Wno-unused-result for TCC (user: rkeene, size: 2780) [annotate] [blame] [check-ins using]
To Artifact [23793a9225]:
- File configure.ac — part of check-in [c775cbea62] at 2016-12-09 14:48:17 on branch trunk — Fixed typo causing compiler flags to be used even if not supported (user: rkeene, size: 2762) [annotate] [blame] [check-ins using]
︙ | |||
80 81 82 83 84 85 86 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | - + | ]) CFLAGS="${SAVE_CFLAGS}" ]) if test "$tcc4tcl_cv_compiler_wno_unused_result" = 'yes'; then TCC_WNO_UNUSED_RESULT='-Wno-unused-result' else |
︙ |