aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-05-20 03:00:17 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-05-20 03:00:17 +0000
commit9860926148af07890e0ad1c1f04a93945919b51d (patch)
tree7aba5c15d068228bb5c1c0f665f1ce0206fafc87 /src
parent8073af5267fdb82c5fdd1ba6e5e7588b3b927e5e (diff)
downloadpostgresql-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-cc11
-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