From e292a9d62721f58d1db3b63e16196ce48664cc0b Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Fri, 4 Apr 1997 09:02:34 +0000
Subject: [PATCH] Got AROPT setting backwards...correct it

---
 src/template/aix               | 2 +-
 src/template/alpha             | 2 +-
 src/template/bsdi              | 2 +-
 src/template/bsdi-2.1          | 2 +-
 src/template/dgux              | 2 +-
 src/template/generic           | 2 +-
 src/template/hpux-cc           | 2 +-
 src/template/hpux-gcc          | 2 +-
 src/template/i386_solaris-cc   | 2 +-
 src/template/irix5             | 2 +-
 src/template/linux             | 2 +-
 src/template/linux-elf         | 2 +-
 src/template/sparc_solaris-cc  | 2 +-
 src/template/sparc_solaris-gcc | 2 +-
 src/template/sunos4-cc         | 2 +-
 src/template/sunos4-gcc        | 2 +-
 src/template/svr4              | 2 +-
 src/template/ultrix4           | 2 +-
 src/template/univel            | 2 +-
 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
-- 
GitLab