mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
AIX patch from Darren King.
This commit is contained in:
@@ -13,3 +13,6 @@ i586-pc-linux-gnu=linux-elf
|
||||
i686-pc-linux-gnu=linux-elf
|
||||
sparc-unknown-linux-gnu=linux-elf
|
||||
alpha-unknown-linux-gnu=linuxalpha
|
||||
powerpc-ibm-aix3.2.5=aix_325
|
||||
powerpc-ibm-aix4.1.4.0=aix_41
|
||||
powerpc-ibm-aix4.1.5.0=aix_41
|
||||
|
11
src/template/aix_325
Normal file
11
src/template/aix_325
Normal file
@@ -0,0 +1,11 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg
|
||||
SHARED_LIB:-e _nostart -lc
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
SRCH_LIB:
|
||||
USE_LOCALE:no
|
||||
DLSUFFIX:.so
|
||||
YFLAGS:-d
|
||||
YACC:
|
||||
CC:xlc
|
@@ -1,6 +1,6 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg
|
||||
SHARED_LIB:
|
||||
SHARED_LIB:-bnoentry -lc
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
SRCH_LIB:
|
Reference in New Issue
Block a user