commit | d9537f6082b4ddacbfb0604b291c83c5256d223d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 10 08:33:01 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 10 08:35:28 2020 +0200 |
tree | 51b1614a2ac8a644fd97de2ecda81c9d24395e1f | |
parent | f734ebfac4c406f245347527bd0e5831a251cc61 [diff] |
BUILD: compiler: reserve the gcc version checks to the gcc compiler Some checks on __GNUC__ imply that if it's undefined it will match a low value but that's not always what we want, like for example in the VAR_ARRAY definition which is not needed on tcc. Let's always be explicit on these tests.