diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-05-20 03:00:17 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-05-20 03:00:17 +0000 |
commit | 9860926148af07890e0ad1c1f04a93945919b51d (patch) | |
tree | 7aba5c15d068228bb5c1c0f665f1ce0206fafc87 /src | |
parent | 8073af5267fdb82c5fdd1ba6e5e7588b3b927e5e (diff) | |
download | postgresql-9860926148af07890e0ad1c1f04a93945919b51d.tar.gz postgresql-9860926148af07890e0ad1c1f04a93945919b51d.zip |
From: Darren King <aixssd!darrenk@abs.net>
Subject: [PATCHES] AIX 6.2 make patch.
New template files to replace the old AIX template
Diffstat (limited to 'src')
-rw-r--r-- | src/template/aix-cc | 11 | ||||
-rw-r--r-- | src/template/aix-gcc (renamed from src/template/aix) | 3 |
2 files changed, 13 insertions, 1 deletions
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 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 |