Commit Graph

7 Commits

Author SHA1 Message Date
Kevin Kofler c0e685509d Hardcode the compiler version in the build key once and for all
* Wed Aug 19 2020 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.8.7-57
- Hardcode the compiler version in the build key once and for all

It does not make sense to have to mess with the build key again and
again at each GCC major version. GCC major versions no longer carry any
ABI meaning as in the days of GCC 2.95 vs. 3.0. And nobody really uses a
GCC older than 4.0 anymore. So we just hardcode the compiler version in
the build key to "4". See also my corresponding Qt 3 patch from January
2019.
2020-08-19 23:52:23 +02:00
Jeff Law 110ec9baed - Add support for gcc-11
- Fix ordered pointer comparison against zero problems
2020-08-19 13:10:01 -06:00
Than Ngo 6c8e045afd fixed FTBFS against gcc10 2020-01-31 12:37:47 +01:00
Richard Shaw a8615afde7 Update COMPILER_VERSION check for gcc 9. 2019-02-26 13:22:31 -06:00
Rex Dieter 87bb4a5751 %build: -buildkey g++-4 (#1327360) 2016-04-15 07:23:42 -05:00
Than Ngo 6d0df2a0a4 - fix alsa version check for version >= 1.1.x
- fix webkit check using gcc6
2016-02-10 17:09:21 +01:00
Than Ngo a846b60884 fix build issue with gcc6 2016-02-04 13:17:11 +01:00