/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/template/aix
19 строк
653 B
Tom Lane
Restore AIX support.
23 фев 2026, 21:34
23 фев 2026, 21:34
4a1b05c
Код
Авторство
О чём код?
# src/template/aix # Prefer unnamed POSIX semaphores if available, unless user overrides choice if test x"$PREFERRED_SEMAPHORES" = x"" ; then PREFERRED_SEMAPHORES=UNNAMED_POSIX fi # Extra CFLAGS for code that will go into a shared library CFLAGS_SL="" if test "$GCC" = yes; then # We force 64-bit builds, because AIX doesn't play very nice with dynamic # library loading in 32-bit mode: there's not enough address space. CPPFLAGS="$CPPFLAGS -maix64" # For large binaries/libraries, there will be TOC overflows in AIX. To # avoid this, pass -bbigtoc linker option to enlarge TOC access range. LDFLAGS="$LDFLAGS -maix64 -Wl,-bbigtoc" fi