* rldefs.h: Define MINIMAL for __GO32__ and WIN32.
[deliverable/binutils-gdb.git] / build-all.mk
index 7f73893aba303a51ab03ce754226338ea660798d..25d258976f154b82d98957ac74e78c67528db11b 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,10 @@ TARGETS = $(NATIVE) \
        sh-hms          \
        sparc-aout      sparc-lynx      sparc-vxworks   \
        sparclite-aout  sparclite-vxworks \
-       sparclite-coff  z8k-coff
+       sparclite-coff  z8k-coff \
+       OSE68000 OSE68k mips-ncd-elf
+# The OSE68000 and OSE68k targets are for Ericsson only;
+# the mips-ncd-elf target is for NCD only.
 GCC = gcc -O2 -pipe
 all: all-cygnus
 endif
@@ -143,7 +154,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
This page took 0.023163 seconds and 4 git commands to generate.