* nlm{32,64}-target.h: Remove.
[deliverable/binutils-gdb.git] / build-all.mk
index fdd92a8e63955be615d59beef2c9224a9d9f54fd..f9682e91b05db4dcb2b557edd81d74df7b8d4d18 100644 (file)
@@ -44,9 +44,18 @@ endif
 ifeq ($(canonhost),i486-unknown-sco3.2v4.0)
 canonhost := i386-sco3.2v4
 endif
+ifeq ($(canonhost),i386-unknown-sco3.2v4.0)
+canonhost := i386-sco3.2v4
+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) \
@@ -93,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
@@ -154,12 +163,25 @@ MAKEINFOFLAGS = --no-split
 all: all-cross
 endif
 
-ifeq ($(canonhost),i386-univel-sysv4)
+ifeq ($(canonhost),i386-univel-sysv4.2)
 TARGETS        = $(NATIVE) 
 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)" \
@@ -172,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 
This page took 0.028741 seconds and 4 git commands to generate.