diff options
author | Karen Christiansen <karen@cygnus> | 1994-07-27 18:23:43 +0000 |
---|---|---|
committer | Karen Christiansen <karen@cygnus> | 1994-07-27 18:23:43 +0000 |
commit | 323f277ffc0332d92662ccd2a1fcbbe5b44dc14f (patch) | |
tree | c9648d0d6b324ba68df9d2e20212a9e7307923a3 /build-all.mk | |
parent | de19d1ed53dedd8823aac522e7658871b4383fe9 (diff) | |
download | gdb-323f277ffc0332d92662ccd2a1fcbbe5b44dc14f.zip gdb-323f277ffc0332d92662ccd2a1fcbbe5b44dc14f.tar.gz gdb-323f277ffc0332d92662ccd2a1fcbbe5b44dc14f.tar.bz2 |
add hp700 -x- m68k-coff for DSC
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-all.mk b/build-all.mk index 317c2c7..79653d5 100644 --- a/build-all.mk +++ b/build-all.mk @@ -37,7 +37,7 @@ TREE = devo include $(TREE)/release-info -TEST_INSTALL_DISK = /galt +TEST_INSTALL_DISK = /abc INSTALLDIR = $(TEST_INSTALL_DISK)/$(TREE)-test/$(RELEASE_TAG) @@ -179,8 +179,8 @@ endif ifeq ($(canonhost),hppa1.1-hp-hpux) TARGETS = \ $(NATIVE) \ - i960-vxworks \ - m68k-aout m68k-vxworks + i960-vxworks m68k-aout \ + m68k-coff m68k-vxworks CC = cc -Wp,-H256000 #CFLAGS = +Obb2000 CFLAGS = -g |