From bb0a17412d133885c6eb98e1741ee65b89c528f1 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
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 96b68d7c587..f9c42b6ff37 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 a8e22c8cbed..3da0dfe93a6 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 6c00b239ae3..513cdd86e53 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 2a089e29fcc..fe09f796dfc 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 ad9c1d0e2c8..0cd6f2d369d 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 6260bc0dcb3..84479caa0c5 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 621687929fb..af3763c53fc 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 9915ba5b5b7..f888aaba868 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 0b957d293d8..6c66e4eecd8 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 73a51db6780..3bba626abd5 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 6260bc0dcb3..84479caa0c5 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 26d2d7969b4..aa28a319d76 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 86ae0f833c0..8c73a9c7d03 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 6a6e169c244..c97966dc9eb 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 b0a80e42256..cb5e58a5962 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 0b957d293d8..6c66e4eecd8 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 f1c51a104c6..bd138722b33 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 3c094643de3..7bb56160cca 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 136e10c93a4..b1d0fb1e7f5 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 e5bcdad82d1..038c7b1ef00 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 6c1cb2a476a..a8a52860992 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:
-- 
GitLab