summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1997-04-04 09:02:34 +0000
committerMarc G. Fournier1997-04-04 09:02:34 +0000
commit29e6c70ce661024cafe1b3e6a57fc48d30e7a863 (patch)
tree0ee3207f7160966b6168221df248ae1626e1f85b
parente02848dcda251c45f70532c742247d10ba864ccd (diff)
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 e0e88b7d39..229e7c4295 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 af96fd35ca..9600955e98 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 3fa70ac8c7..9382e5a037 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 d0ad833b0d..ca4be08a5c 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 f1abe2b27b..12eacc9694 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 1771c941b9..7df8389b23 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 66ce2dbe7b..27bea8a58e 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 15b3076709..c685b01a9c 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 c5f1f5be2f..574d16a7fd 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 1771c941b9..7df8389b23 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 f1abe2b27b..12eacc9694 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 f03dea144b..241e6c34e4 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 36f87789c9..37eee8f568 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 c5f1f5be2f..574d16a7fd 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 fb57bf0d87..155a026ad4 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 aa37eb7b5b..d43a41a83a 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 99539cf5ed..f22a635086 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 b9476bcd09..79fb9e839a 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 bcc1bf9805..255e9a7ee1 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