preload/posix: Fix gcc version check
commit5084cd7cc2cd8cf3742a201e4554d522ad66758e
authorAlberto Bertogli <albertito@blitiri.com.ar>
Sat, 8 Aug 2015 00:22:46 +0000 (8 01:22 +0100)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Sat, 8 Aug 2015 00:22:46 +0000 (8 01:22 +0100)
tree53a8339378c5e3f4882851e745a91968ed9afb19
parent745f0f656181fface3a9394f3f8a9c7342e4cb7e
preload/posix: Fix gcc version check

The current gcc version check is wrong, and breaks with gcc 5.
This patch fixes this by using a more future-proof logic for version checking.
preload/posix/codegen.h