aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-01-07 01:24:52 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-01-07 01:24:52 +0000
commitb13a565e7515422cab2a77500a1d4d8d6efb6f49 (patch)
tree533b72fcbeea8c3fc12ac63cdf11fbd8346910b4 /build-all.mk
parentfc561ccda8391f191949ed570d8113ea0cf6d3d1 (diff)
downloadgdb-b13a565e7515422cab2a77500a1d4d8d6efb6f49.zip
gdb-b13a565e7515422cab2a77500a1d4d8d6efb6f49.tar.gz
gdb-b13a565e7515422cab2a77500a1d4d8d6efb6f49.tar.bz2
revert chill Sanitize patches
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-all.mk b/build-all.mk
index f215840..4825770 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -73,7 +73,8 @@ all: all-native
endif
ifeq ($(canonhost),hppa1.1-hp-hpux)
-TARGETS = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi
+#TARGETS = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi
+TARGETS = m68k-aout m68k-coff m68k-vxworks a29k-amd-udi
CC = cc
all: all-native
endif