-
Notifications
You must be signed in to change notification settings - Fork 0
Building for PASE from AIX
Calvin edited this page May 31, 2018
·
2 revisions
-
Pass
-D__PASE__to yourCPPFLAGSto disable some stuff not supported by OS/400, and work around bugs in V7R1, the earliest release we support. When building from OS/400 with the IBM supplied toolchain installed from their Yum repo, this flag will be passed automatically. -
Pass
--enable-minimal=shared_perfcountersto disable shared performance counters, as OS/400 doesn't support the POSIX SHM APIs; only SysV. This disablement doesn't matter too much, as the iOS builds from MS also use this option.