* expression.h (enum exp_opcode): Add BINOP_RANGE.
[deliverable/binutils-gdb.git] / build-all.mk
index aac419b7fbfb4b28c833b0afd2703bf783b2d92a..0dc7ff795d24c56d8c37355e29863dbcab5ef32b 100644 (file)
@@ -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)
This page took 0.024587 seconds and 4 git commands to generate.