diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-08 00:57:26 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-08 00:57:26 +0000 |
commit | 54278e28d81e578b027978d42ed5b98fbc4c943f (patch) | |
tree | 794cbba3103cedfc5e643e46bbbf65c2fc693d5a /build-all.mk | |
parent | d3dd680054832c0040cf03ec2665503ab2a69f67 (diff) | |
download | gdb-54278e28d81e578b027978d42ed5b98fbc4c943f.zip gdb-54278e28d81e578b027978d42ed5b98fbc4c943f.tar.gz gdb-54278e28d81e578b027978d42ed5b98fbc4c943f.tar.bz2 |
add sh for sun4 builds
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-all.mk b/build-all.mk index 5d3ba08..fdd92a8 100644 --- a/build-all.mk +++ b/build-all.mk @@ -57,6 +57,7 @@ TARGETS = $(NATIVE) \ mips-idt-ecoff \ m68k-aout m68k-vxworks m68k-coff \ m88k-coff \ + sh-hms \ sparc-aout sparc-vxworks sparclitefrwcompat-aout sparclite-aout \ z8k-sim GCC = gcc -O -pipe |