mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03: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
|
AROPT:crs
|
||||||
CFLAGS:-qchars=signed -qmaxmem=4000
|
CFLAGS:-fsigned-chars
|
||||||
SHARED_LIB:
|
SHARED_LIB:
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
@ -8,3 +8,4 @@ USE_LOCALE:no
|
|||||||
DLSUFFIX:.so
|
DLSUFFIX:.so
|
||||||
YFLAGS:-d
|
YFLAGS:-d
|
||||||
YACC:
|
YACC:
|
||||||
|
CC:gcc
|
Loading…
x
Reference in New Issue
Block a user