From: Marc G. Fournier Date: Tue, 20 May 1997 03:00:17 +0000 (+0000) Subject: From: Darren King X-Git-Tag: REL6_1~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9860926148af07890e0ad1c1f04a93945919b51d;p=thirdparty%2Fpostgresql.git From: Darren King Subject: [PATCHES] AIX 6.2 make patch. New template files to replace the old AIX template --- diff --git a/src/template/aix-cc b/src/template/aix-cc new file mode 100644 index 00000000000..3be0d8abd62 --- /dev/null +++ b/src/template/aix-cc @@ -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 diff --git a/src/template/aix b/src/template/aix-gcc similarity index 71% rename from src/template/aix rename to src/template/aix-gcc index f9c42b6ff37..5a660639d78 100644 --- a/src/template/aix +++ b/src/template/aix-gcc @@ -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