* build-all.mk: Add Ericsson targets to sun4 and solaris
authorBill Cox <bill@cygnus>
Tue, 8 Nov 1994 01:32:51 +0000 (01:32 +0000)
committerBill Cox <bill@cygnus>
Tue, 8 Nov 1994 01:32:51 +0000 (01:32 +0000)
  hosts.  Add  BNR's sun4 target to solaris host, so their
  build-from-source will be tested in-house first.

ChangeLog
build-all.mk

index 59bda3e0eb60c1cfe451d9746b63d05fd12b65e0..41c23a15f61b7c602d9b1f6310bfe14344b6a367 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
+
+       * build-all.mk: Add Ericsson targets to sun4 and solaris
+         hosts.  Add  BNR's sun4 target to solaris host, so their
+         build-from-source will be tested in-house first.
+
 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
 
        * configure.in (target_libs):  Include libstdc++ again.
index 7f73893aba303a51ab03ce754226338ea660798d..1fcfb92ebca0903833ac2038028eace035070c22 100644 (file)
@@ -110,6 +110,14 @@ ifeq ($(canonhost),rs6000-lynx-lynxos)
 canonhost := rs6000-lynx
 endif
 
+#
+# The following TARGETS variable settings probably ought to
+# be made automatically from the 
+# /s1/cygnus/progressive/host-target-pairs.tbl file, using
+# the /s1/cygnus/progressive/targets script.  But, be sure
+# that the native is spelled 'native'.
+#
+
 ifeq ($(canonhost),sparc-sun-sunos4.1.3)
 TARGETS = $(NATIVE) \
        i386-go32       \
@@ -124,7 +132,9 @@ TARGETS = $(NATIVE) \
        sh-hms          \
        sparc-aout      sparc-lynx      sparc-vxworks   \
        sparclite-aout  sparclite-vxworks \
-       sparclite-coff  z8k-coff
+       sparclite-coff  z8k-coff \
+       OSE68000 OSE68k
+# The OSE68000 and OSE68k targets are for Ericsson only.
 GCC = gcc -O2 -pipe
 all: all-cygnus
 endif
@@ -143,7 +153,13 @@ TARGETS = $(NATIVE) \
        i960-vxworks5.0 i960-vxworks5.1 \
        m68k-aout       m68k-coff       m68k-vxworks \
        mipsel-idt-ecoff sparc-lynx \
-       sparclite-aout sparclite-coff m88k-coff z8k-coff
+       sparclite-aout sparclite-coff m88k-coff z8k-coff \
+       OSE68000 OSE68k \
+       sparc-sun-sunos4.1.3
+# The latter assures that BNR's special build (which they now
+# do for themselves from sources) hasn't developed bit-rot.
+# The OSE68000 and OSE68k targets are for Ericsson only.
+
 CC = cc -Xs
 GCC = gcc -O2 -pipe
 all: all-cygnus