aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-07-16 21:21:30 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-07-16 21:21:30 +0000
commitf358c81426af32c45ce8569ebae1d01444bf15eb (patch)
treeff5fa707f6daceffa7825f2aa99f415a947eecd7 /build-all.mk
parentfe619ced4a86f6a899e40195900775e1d1edbc1c (diff)
downloadgdb-f358c81426af32c45ce8569ebae1d01444bf15eb.zip
gdb-f358c81426af32c45ce8569ebae1d01444bf15eb.tar.gz
gdb-f358c81426af32c45ce8569ebae1d01444bf15eb.tar.bz2
update for lynx, sgi -x- sh
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk23
1 files changed, 21 insertions, 2 deletions
diff --git a/build-all.mk b/build-all.mk
index a559833..a20e10c 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -50,6 +50,12 @@ endif
ifeq ($(canonhost),i386-unknown-go32)
canonhost := i386-go32
endif
+ifeq ($(canonhost),i386-lynx-lynxos)
+canonhost := i386-lynxos
+endif
+ifeq ($(canonhost),m68k-lynx-lynxos)
+canonhost := m68k-lynxos
+endif
ifeq ($(canonhost),sparc-sun-sunos4.1.3)
TARGETS = $(NATIVE) \
@@ -96,7 +102,7 @@ all: all-cygnus
endif
ifeq ($(canonhost),mips-sgi-irix4)
-TARGETS = $(NATIVE)
+TARGETS = $(NATIVE) sh-hms
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1500
all: all-cygnus
endif
@@ -163,6 +169,19 @@ CC = cc
all: all-cygnus
endif
+ifeq ($(canonhost),i386-lynxos)
+TARGETS = $(NATIVE)
+CC = /bin/gcc
+all: all-cygnus
+endif
+
+ifeq ($(canonhost),m68k-lynxos)
+TARGETS = $(NATIVE)
+CC = /bin/gcc
+all: all-cygnus
+endif
+
+
FLAGS_TO_PASS := \
"GCC=$(GCC)" \
"CC=$(CC)" \
@@ -175,7 +194,7 @@ FLAGS_TO_PASS := \
all-emacs:
@echo build started at `date`
[ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
- rm -f $(ROOTING)/$(RELEASE_TAG)
+ -rm -f $(ROOTING)/$(RELEASE_TAG)
ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do1 > $(canonhost)-native-log 2>&1
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do-latest > $(canonhost)-latest-log 2>&1