aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-02-03 03:01:06 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-02-03 03:01:06 +0000
commit388d084f8a8279333163e1effca3e4436e3988ab (patch)
treeaeeb8c284d7b61223623b8ca511e487984f7ea4c /build-all.mk
parent4a2f0c79f555db8503d3b1e6940eab7e3eb428c6 (diff)
downloadgdb-388d084f8a8279333163e1effca3e4436e3988ab.zip
gdb-388d084f8a8279333163e1effca3e4436e3988ab.tar.gz
gdb-388d084f8a8279333163e1effca3e4436e3988ab.tar.bz2
updated dates, build all interesting targets on hp700 host
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/build-all.mk b/build-all.mk
index 9834149..4cb57da 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -15,11 +15,11 @@ TREE = devo
NATIVE = native
-DATE = 930106
+DATE = 930202
TAG = latest-$(DATE)
-INSTALLDIR = /cirdan/justice/devo-test/$(TAG)
+INSTALLDIR = /justice/devo-test/$(TAG)
GCC = gcc -O -g
CFLAGS = -g
@@ -78,10 +78,10 @@ endif
ifeq ($(canonhost),hppa1.1-hp-hpux)
#TARGETS = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi
-TARGETS = m68k-aout i386-aout a29k-amd-udi \
- i960-vxworks m68k-coff m68k-vxworks \
- i960-intel-nindy sparc-aout sparc-vxworks \
- sparclite-aout sparclitefrwcompat-aout
+TARGETS = m68k-aout i386-aout a29k-amd-udi \
+ i960-vxworks m68k-coff m68k-vxworks \
+ sparc-aout sparc-vxworks \
+ sparclite-aout sparclitefrwcompat-aout
CC = cc
all: all-native
endif