aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-04-04 09:02:34 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-04-04 09:02:34 +0000
commite292a9d62721f58d1db3b63e16196ce48664cc0b (patch)
treee48a1f0978ecefe644a7f0a434d83b25a3fcac5f
parentbfbe25c39543eb7143a212891a39b6ba787bbaf8 (diff)
downloadpostgresql-e292a9d62721f58d1db3b63e16196ce48664cc0b.tar.gz
postgresql-e292a9d62721f58d1db3b63e16196ce48664cc0b.zip
Got AROPT setting backwards...correct it
-rw-r--r--src/template/aix2
-rw-r--r--src/template/alpha2
-rw-r--r--src/template/bsdi2
-rw-r--r--src/template/bsdi-2.12
-rw-r--r--src/template/dgux2
-rw-r--r--src/template/generic2
-rw-r--r--src/template/hpux-cc2
-rw-r--r--src/template/hpux-gcc2
-rw-r--r--src/template/i386_solaris-cc2
-rw-r--r--src/template/irix52
-rw-r--r--src/template/linux2
-rw-r--r--src/template/linux-elf2
-rw-r--r--src/template/sparc_solaris-cc2
-rw-r--r--src/template/sparc_solaris-gcc2
-rw-r--r--src/template/sunos4-cc2
-rw-r--r--src/template/sunos4-gcc2
-rw-r--r--src/template/svr42
-rw-r--r--src/template/ultrix42
-rw-r--r--src/template/univel2
19 files changed, 19 insertions, 19 deletions
diff --git a/src/template/aix b/src/template/aix
index e0e88b7d393..229e7c42950 100644
--- a/src/template/aix
+++ b/src/template/aix
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:-qchars=signed -qmaxmem=4000
SHARED_LIB:
ALL:
diff --git a/src/template/alpha b/src/template/alpha
index af96fd35ca8..9600955e98d 100644
--- a/src/template/alpha
+++ b/src/template/alpha
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
# NOFIXADE disallows unaligned access.
# on Ultrix and OSF/1 it invokes an explicit syscall.
# on HP-UX it turns off certain compiler options.
diff --git a/src/template/bsdi b/src/template/bsdi
index 3fa70ac8c7f..9382e5a0378 100644
--- a/src/template/bsdi
+++ b/src/template/bsdi
@@ -1,4 +1,4 @@
-AROPT:crs
+AROPT:cq
BACKEND:-DPRE_BSDI_2_1
SHARED_LIB:
ALL:
diff --git a/src/template/bsdi-2.1 b/src/template/bsdi-2.1
index d0ad833b0d7..ca4be08a5cd 100644
--- a/src/template/bsdi-2.1
+++ b/src/template/bsdi-2.1
@@ -1,4 +1,4 @@
-AROPT:crs
+AROPT:cq
BACKEND:
SHARED_LIB:
ALL:
diff --git a/src/template/dgux b/src/template/dgux
index f1abe2b27bd..12eacc9694b 100644
--- a/src/template/dgux
+++ b/src/template/dgux
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:
SHARED_LIB:-fpic
ALL:
diff --git a/src/template/generic b/src/template/generic
index 1771c941b9a..7df8389b232 100644
--- a/src/template/generic
+++ b/src/template/generic
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:
SHARED_LIB:
ALL:
diff --git a/src/template/hpux-cc b/src/template/hpux-cc
index 66ce2dbe7bb..27bea8a58ea 100644
--- a/src/template/hpux-cc
+++ b/src/template/hpux-cc
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:-W l,-E -Ae -DNOFIXADE
SHARED_LIB:+z
ALL:
diff --git a/src/template/hpux-gcc b/src/template/hpux-gcc
index 15b30767097..c685b01a9c8 100644
--- a/src/template/hpux-gcc
+++ b/src/template/hpux-gcc
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:-DNOFIXADE
SHARED_LIB:
ALL:
diff --git a/src/template/i386_solaris-cc b/src/template/i386_solaris-cc
index c5f1f5be2f0..574d16a7fd7 100644
--- a/src/template/i386_solaris-cc
+++ b/src/template/i386_solaris-cc
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:-I$(SRCDIR)/backend/port/sparc_solaris
SHARED_LIB:-fPIC
ALL:
diff --git a/src/template/irix5 b/src/template/irix5
index 1771c941b9a..7df8389b232 100644
--- a/src/template/irix5
+++ b/src/template/irix5
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:
SHARED_LIB:
ALL:
diff --git a/src/template/linux b/src/template/linux
index f1abe2b27bd..12eacc9694b 100644
--- a/src/template/linux
+++ b/src/template/linux
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:
SHARED_LIB:-fpic
ALL:
diff --git a/src/template/linux-elf b/src/template/linux-elf
index f03dea144b2..241e6c34e4c 100644
--- a/src/template/linux-elf
+++ b/src/template/linux-elf
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:
SHARED_LIB:-fpic
ALL:
diff --git a/src/template/sparc_solaris-cc b/src/template/sparc_solaris-cc
index 36f87789c93..37eee8f568c 100644
--- a/src/template/sparc_solaris-cc
+++ b/src/template/sparc_solaris-cc
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:-I$(SRCDIR)/backend/port/sparc_solaris
SHARED_LIB:-K PIC
ALL:
diff --git a/src/template/sparc_solaris-gcc b/src/template/sparc_solaris-gcc
index c5f1f5be2f0..574d16a7fd7 100644
--- a/src/template/sparc_solaris-gcc
+++ b/src/template/sparc_solaris-gcc
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:-I$(SRCDIR)/backend/port/sparc_solaris
SHARED_LIB:-fPIC
ALL:
diff --git a/src/template/sunos4-cc b/src/template/sunos4-cc
index fb57bf0d87b..155a026ad48 100644
--- a/src/template/sunos4-cc
+++ b/src/template/sunos4-cc
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:
SHARED_LIB:-PIC
ALL:
diff --git a/src/template/sunos4-gcc b/src/template/sunos4-gcc
index aa37eb7b5be..d43a41a83a7 100644
--- a/src/template/sunos4-gcc
+++ b/src/template/sunos4-gcc
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:
SHARED_LIB:-fPIC
ALL:
diff --git a/src/template/svr4 b/src/template/svr4
index 99539cf5ed4..f22a6350866 100644
--- a/src/template/svr4
+++ b/src/template/svr4
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:-I$(SRCDIR)/backend/port/svr4
SHARED_LIB:
ALL:+W0
diff --git a/src/template/ultrix4 b/src/template/ultrix4
index b9476bcd09c..79fb9e839a3 100644
--- a/src/template/ultrix4
+++ b/src/template/ultrix4
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:-DNOFIXADE
SHARED_LIB:-G 0
ALL:
diff --git a/src/template/univel b/src/template/univel
index bcc1bf98058..255e9a7ee14 100644
--- a/src/template/univel
+++ b/src/template/univel
@@ -1,4 +1,4 @@
-AROPT:cq
+AROPT:crs
BACKEND:-I$(SRCDIR)/backend/port/univel
SHARED_LIB:-fPIC
ALL:-DHAVE_RUSAGE -m486 -Dsvr4