Use __PASE__ for things i needs that AIX doesn't (#7858)
commitb42086d450465dd7d5dc3c16a62125714f7cf48b
authorCalvin <calvin@cmpct.info>
Wed, 28 Mar 2018 15:01:05 +0000 (28 12:01 -0300)
committerLudovic Henry <luhenry@microsoft.com>
Wed, 28 Mar 2018 15:01:05 +0000 (28 11:01 -0400)
treee3d5cacd97d07d43b47a5800a6feeeead63ca9de
parentf00eba8a7cccb733216933ae25633b5171c7cb17
Use __PASE__ for things i needs that AIX doesn't (#7858)

IBM's new toolchain for i defines __PASE__, and if cross-compiling
from AIX, we can pass `CPPFLAGS="-D__PASE__"` to `./configure` as
needed.
mono/metadata/threads.c
mono/utils/hazard-pointer.c
mono/utils/mono-time.c