mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
From: Darren King <aixssd!darrenk@abs.net>
Subject: [PATCHES] AIX 6.2 make patch. New template files to replace the old AIX template
This commit is contained in:
parent
8073af5267
commit
9860926148
11
src/template/aix-cc
Normal file
11
src/template/aix-cc
Normal file
@ -0,0 +1,11 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg
|
||||
SHARED_LIB:
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
SRCH_LIB:
|
||||
USE_LOCALE:no
|
||||
DLSUFFIX:.so
|
||||
YFLAGS:-d
|
||||
YACC:
|
||||
CC:xlc
|
@ -1,5 +1,5 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-qchars=signed -qmaxmem=4000
|
||||
CFLAGS:-fsigned-chars
|
||||
SHARED_LIB:
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
@ -8,3 +8,4 @@ USE_LOCALE:no
|
||||
DLSUFFIX:.so
|
||||
YFLAGS:-d
|
||||
YACC:
|
||||
CC:gcc
|
Loading…
x
Reference in New Issue
Block a user