aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorBill Cox <bill@cygnus>1994-11-11 23:33:23 +0000
committerBill Cox <bill@cygnus>1994-11-11 23:33:23 +0000
commit06a8010d6361f7edd909f379f845a704a20648c3 (patch)
tree9215ea02060f98080b7c3e7796887ffc2bf56313 /build-all.mk
parenta30e2087390894e9d502ee5344e16e3838543ef2 (diff)
downloadfsf-binutils-gdb-06a8010d6361f7edd909f379f845a704a20648c3.zip
fsf-binutils-gdb-06a8010d6361f7edd909f379f845a704a20648c3.tar.gz
fsf-binutils-gdb-06a8010d6361f7edd909f379f845a704a20648c3.tar.bz2
* build-all.mk: Add mips-ncd-elf target to sun4 targets
for special NCD build.
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/build-all.mk b/build-all.mk
index 1fcfb92..25d2589 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -133,8 +133,9 @@ TARGETS = $(NATIVE) \
sparc-aout sparc-lynx sparc-vxworks \
sparclite-aout sparclite-vxworks \
sparclite-coff z8k-coff \
- OSE68000 OSE68k
-# The OSE68000 and OSE68k targets are for Ericsson only.
+ 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