From bb0a17412d133885c6eb98e1741ee65b89c528f1 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Fri, 11 Apr 1997 18:55:10 +0000 Subject: [PATCH] Change BACKEND to CFLAGS --- 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/i386_solaris-gcc | 2 +- src/template/irix5 | 2 +- src/template/linux | 2 +- src/template/linux-elf | 2 +- src/template/nextstep | 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 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/template/aix b/src/template/aix index 96b68d7c58..f9c42b6ff3 100644 --- a/src/template/aix +++ b/src/template/aix @@ -1,5 +1,5 @@ AROPT:crs -BACKEND:-qchars=signed -qmaxmem=4000 +CFLAGS:-qchars=signed -qmaxmem=4000 SHARED_LIB: ALL: SRCH_INC: diff --git a/src/template/alpha b/src/template/alpha index a8e22c8cbe..3da0dfe93a 100644 --- a/src/template/alpha +++ b/src/template/alpha @@ -5,7 +5,7 @@ AROPT:crs # This is defined here because a bunch of clients include tmp/c.h, # which is where the work is done on HP-UX. It only affects the # backend on Ultrix and OSF/1. -BACKEND:-DNOFIXADE +CFLAGS:-DNOFIXADE SHARED_LIB: ALL: SRCH_INC: diff --git a/src/template/bsdi b/src/template/bsdi index 6c00b239ae..513cdd86e5 100644 --- a/src/template/bsdi +++ b/src/template/bsdi @@ -1,5 +1,5 @@ AROPT:cq -BACKEND:-DPRE_BSDI_2_1 +CFLAGS:-DPRE_BSDI_2_1 SHARED_LIB: ALL: SRCH_INC:/usr/local/include diff --git a/src/template/bsdi-2.1 b/src/template/bsdi-2.1 index 2a089e29fc..fe09f796df 100644 --- a/src/template/bsdi-2.1 +++ b/src/template/bsdi-2.1 @@ -1,5 +1,5 @@ AROPT:cq -BACKEND: +CFLAGS: SHARED_LIB: ALL: SRCH_INC:/usr/local/include diff --git a/src/template/dgux b/src/template/dgux index ad9c1d0e2c..0cd6f2d369 100644 --- a/src/template/dgux +++ b/src/template/dgux @@ -1,5 +1,5 @@ AROPT:crs -BACKEND: +CFLAGS: SHARED_LIB:-fpic ALL: SRCH_INC: diff --git a/src/template/generic b/src/template/generic index 6260bc0dcb..84479caa0c 100644 --- a/src/template/generic +++ b/src/template/generic @@ -1,5 +1,5 @@ AROPT:crs -BACKEND: +CFLAGS: SHARED_LIB: ALL: SRCH_INC: diff --git a/src/template/hpux-cc b/src/template/hpux-cc index 621687929f..af3763c53f 100644 --- a/src/template/hpux-cc +++ b/src/template/hpux-cc @@ -1,5 +1,5 @@ AROPT:crs -BACKEND:-W l,-E -Ae -DNOFIXADE +CFLAGS:-W l,-E -Ae -DNOFIXADE SHARED_LIB:+z ALL: SRCH_INC: diff --git a/src/template/hpux-gcc b/src/template/hpux-gcc index 9915ba5b5b..f888aaba86 100644 --- a/src/template/hpux-gcc +++ b/src/template/hpux-gcc @@ -1,5 +1,5 @@ AROPT:crs -BACKEND:-DNOFIXADE +CFLAGS:-DNOFIXADE SHARED_LIB: ALL: SRCH_INC: diff --git a/src/template/i386_solaris-cc b/src/template/i386_solaris-cc index 0b957d293d..6c66e4eecd 100644 --- a/src/template/i386_solaris-cc +++ b/src/template/i386_solaris-cc @@ -1,5 +1,5 @@ AROPT:crs -BACKEND:-I$(SRCDIR)/backend/port/sparc_solaris +CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris SHARED_LIB:-fPIC ALL: SRCH_INC: diff --git a/src/template/i386_solaris-gcc b/src/template/i386_solaris-gcc index 73a51db678..3bba626abd 100644 --- a/src/template/i386_solaris-gcc +++ b/src/template/i386_solaris-gcc @@ -1,5 +1,5 @@ AROPT:cq -BACKEND:-I$(SRCDIR)/backend/port/sparc_solaris +CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris SHARED_LIB:-K PIC ALL: SRCH_INC: diff --git a/src/template/irix5 b/src/template/irix5 index 6260bc0dcb..84479caa0c 100644 --- a/src/template/irix5 +++ b/src/template/irix5 @@ -1,5 +1,5 @@ AROPT:crs -BACKEND: +CFLAGS: SHARED_LIB: ALL: SRCH_INC: diff --git a/src/template/linux b/src/template/linux index 26d2d7969b..aa28a319d7 100644 --- a/src/template/linux +++ b/src/template/linux @@ -1,5 +1,5 @@ AROPT:crs -BACKEND: +CFLAGS: SHARED_LIB:-fpic ALL: SRCH_INC: diff --git a/src/template/linux-elf b/src/template/linux-elf index 86ae0f833c..8c73a9c7d0 100644 --- a/src/template/linux-elf +++ b/src/template/linux-elf @@ -1,5 +1,5 @@ AROPT:crs -BACKEND: +CFLAGS: SHARED_LIB:-fpic ALL: SRCH_INC: diff --git a/src/template/nextstep b/src/template/nextstep index 6a6e169c24..c97966dc9e 100644 --- a/src/template/nextstep +++ b/src/template/nextstep @@ -1,5 +1,5 @@ AROPT:rc -BACKEND: +CFLAGS: SHARED_LIB: ALL: SRCH_INC: diff --git a/src/template/sparc_solaris-cc b/src/template/sparc_solaris-cc index b0a80e4225..cb5e58a596 100644 --- a/src/template/sparc_solaris-cc +++ b/src/template/sparc_solaris-cc @@ -1,5 +1,5 @@ AROPT:crs -BACKEND:-I$(SRCDIR)/backend/port/sparc_solaris +CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris SHARED_LIB:-K PIC ALL: SRCH_INC: diff --git a/src/template/sparc_solaris-gcc b/src/template/sparc_solaris-gcc index 0b957d293d..6c66e4eecd 100644 --- a/src/template/sparc_solaris-gcc +++ b/src/template/sparc_solaris-gcc @@ -1,5 +1,5 @@ AROPT:crs -BACKEND:-I$(SRCDIR)/backend/port/sparc_solaris +CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris SHARED_LIB:-fPIC ALL: SRCH_INC: diff --git a/src/template/sunos4-cc b/src/template/sunos4-cc index f1c51a104c..bd138722b3 100644 --- a/src/template/sunos4-cc +++ b/src/template/sunos4-cc @@ -1,5 +1,5 @@ AROPT:crs -BACKEND: +CFLAGS: SHARED_LIB:-PIC ALL: SRCH_INC: diff --git a/src/template/sunos4-gcc b/src/template/sunos4-gcc index 3c094643de..7bb56160cc 100644 --- a/src/template/sunos4-gcc +++ b/src/template/sunos4-gcc @@ -1,5 +1,5 @@ AROPT:crs -BACKEND: +CFLAGS: SHARED_LIB:-fPIC ALL: SRCH_INC: diff --git a/src/template/svr4 b/src/template/svr4 index 136e10c93a..b1d0fb1e7f 100644 --- a/src/template/svr4 +++ b/src/template/svr4 @@ -1,5 +1,5 @@ AROPT:crs -BACKEND:-I$(SRCDIR)/backend/port/svr4 +CFLAGS:-I$(SRCDIR)/backend/port/svr4 SHARED_LIB: ALL:+W0 SRCH_INC: diff --git a/src/template/ultrix4 b/src/template/ultrix4 index e5bcdad82d..038c7b1ef0 100644 --- a/src/template/ultrix4 +++ b/src/template/ultrix4 @@ -1,5 +1,5 @@ AROPT:crs -BACKEND:-DNOFIXADE +CFLAGS:-DNOFIXADE SHARED_LIB:-G 0 ALL: SRCH_INC: diff --git a/src/template/univel b/src/template/univel index 6c1cb2a476..a8a5286099 100644 --- a/src/template/univel +++ b/src/template/univel @@ -1,5 +1,5 @@ AROPT:crs -BACKEND:-I$(SRCDIR)/backend/port/univel +CFLAGS:-I$(SRCDIR)/backend/port/univel SHARED_LIB:-fPIC ALL:-DHAVE_RUSAGE -m486 -Dsvr4 SRCH_INC: