aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1992-12-22 23:28:53 +0000
committerDavid D. Zuhn <zoo@cygnus>1992-12-22 23:28:53 +0000
commit27f4f8d61361fd5b40ac4e24918fa9c6c845ba86 (patch)
treea887840dba4204c7827903cfae13cbd6be9119e0 /build-all.mk
parent64d9abf40d5b3de4820822bd5bcbc881bc06ee3a (diff)
downloadfsf-binutils-gdb-27f4f8d61361fd5b40ac4e24918fa9c6c845ba86.zip
fsf-binutils-gdb-27f4f8d61361fd5b40ac4e24918fa9c6c845ba86.tar.gz
fsf-binutils-gdb-27f4f8d61361fd5b40ac4e24918fa9c6c845ba86.tar.bz2
updated dates, added -g to hppa native CFLAGS
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-all.mk b/build-all.mk
index 3bffd1c..4ba3182 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -15,7 +15,7 @@ TREE = devo
NATIVE = native
-DATE = 921213
+DATE = 921217
TAG = latest-$(DATE)
@@ -73,9 +73,9 @@ all: all-native
endif
ifeq ($(canonhost),hppa1.1-hp-hpux)
-TARGETS = m68k-coff m68k-aout m68k-vxworks i960-vxworks a29k-amd-udi
+TARGETS = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi
CC = cc
-CFLAGS =
+CFLAGS = -g
all: all-native
endif