Kyle Evans 5ba134a464 ssp: rework the logic to use priority=200 on clang builds
The preproc logic was added at the last minute to appease GCC 4.2, and
kevans@ did clearly not go back and double-check that the logic worked out
for clang builds to use the new variant.

It turns out that clang defines __GNUC__ == 4. Flip it around and check
__clang__ as well, leaving a note to remove it later.

Reported by:	cem
2019-11-13 03:00:32 +00:00
..
2018-10-20 22:39:35 +00:00
2019-07-02 23:56:37 +00:00
2019-09-25 18:03:18 +00:00
2019-09-14 08:15:16 +00:00
2019-09-02 01:55:55 +00:00
2019-05-11 15:17:42 +00:00
2019-09-01 16:12:05 +00:00
2019-09-02 13:56:44 +00:00