diff options
author | Bill Cox <bill@cygnus> | 1994-11-11 23:33:23 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1994-11-11 23:33:23 +0000 |
commit | 06a8010d6361f7edd909f379f845a704a20648c3 (patch) | |
tree | 9215ea02060f98080b7c3e7796887ffc2bf56313 /build-all.mk | |
parent | a30e2087390894e9d502ee5344e16e3838543ef2 (diff) | |
download | gdb-06a8010d6361f7edd909f379f845a704a20648c3.zip gdb-06a8010d6361f7edd909f379f845a704a20648c3.tar.gz 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.mk | 5 |
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 |