From 1793e157bde37ad18e0bb9a523c25db3c7d516b4 Mon Sep 17 00:00:00 2001 From: Angela Marie Thomas Date: Sun, 17 Sep 1995 03:05:25 +0000 Subject: [PATCH] NCR changes --- build-all.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build-all.mk b/build-all.mk index aac419b..0dc7ff7 100644 --- a/build-all.mk +++ b/build-all.mk @@ -283,6 +283,15 @@ CC = cc all: all-cygnus endif +ifeq ($(canonhost),i386-ncr-sysv4.3) +TARGETS = $(NATIVE) +CC = cc +CFLAGS = -Hnocopyr +SHELL = /usr/unsupported/bin/bash +CONFIG_SHELL = /usr/unsupported/bin/bash +all: all-cygnus +endif + ifeq ($(canonhost),i386-lynx) TARGETS = $(NATIVE) CC = /usr/cygnus/progressive/bin/gcc @@ -336,6 +345,10 @@ ifeq ($(patsubst %-linux,linux,$(patsubst %-linuxaout,linux,$(canonhost))),linux FLAGS_TO_PASS := $(FLAGS_TO_PASS) "GNU_MAKE=$(MAKE)" endif +ifeq ($(patsubst %i386-ncr-sysv4.3,ncr,$(canonhost)),ncr) +FLAGS_TO_PASS := $(FLAGS_TO_PASS) "CONFIG_SHELL=/usr/unsupported/bin/bash" +endif + all-emacs: @echo build started at `date` [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR) -- 2.7.4