aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorAngela Marie Thomas <angela@cygnus>1995-09-17 03:05:25 +0000
committerAngela Marie Thomas <angela@cygnus>1995-09-17 03:05:25 +0000
commit1793e157bde37ad18e0bb9a523c25db3c7d516b4 (patch)
tree3398980d55a06fecb946ecdc2b90700a2d449ec8 /build-all.mk
parent952306d1b0591a010acf62887c16055fed1ac845 (diff)
downloadgdb-1793e157bde37ad18e0bb9a523c25db3c7d516b4.zip
gdb-1793e157bde37ad18e0bb9a523c25db3c7d516b4.tar.gz
gdb-1793e157bde37ad18e0bb9a523c25db3c7d516b4.tar.bz2
NCR changes
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk13
1 files changed, 13 insertions, 0 deletions
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)