From e292a9d62721f58d1db3b63e16196ce48664cc0b Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" 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 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