diff options
author | Yang Tse <yangsita@gmail.com> | 2013-03-08 18:43:03 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-08 18:43:03 +0100 |
commit | 21c1de430a83be7900096cd65f2ef680307eb0b5 (patch) | |
tree | 9f4740c15f09c848d034ca0cfbb3601bfd37aabb /tests/data/test243 | |
parent | c5a08af5790e873146a1c34efaa02aa0a39b37eb (diff) |
curlbuild.h.dist: enhance non-configure GCC ABI detection logic
GCC specific adjustments:
- check __ILP32__ before 32 and 64bit processor architectures in
order to detect ILP32 programming model on 64 bit processors
which, of course, also support LP64 programming model, when using
gcc 4.7 or newer.
- keep 32bit processor architecture checks in order to support gcc
versions older than 4.7 which don't define __ILP32__
- check __LP64__ for gcc 3.3 and newer, while keeping 64bit processor
architecture checks for older versions which don't define __LP64__
Diffstat (limited to 'tests/data/test243')
0 files changed, 0 insertions, 0 deletions