diff options
author | David D. Zuhn <zoo@cygnus> | 1992-12-22 23:28:53 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-12-22 23:28:53 +0000 |
commit | 27f4f8d61361fd5b40ac4e24918fa9c6c845ba86 (patch) | |
tree | a887840dba4204c7827903cfae13cbd6be9119e0 /build-all.mk | |
parent | 64d9abf40d5b3de4820822bd5bcbc881bc06ee3a (diff) | |
download | ppe42-binutils-27f4f8d61361fd5b40ac4e24918fa9c6c845ba86.tar.gz ppe42-binutils-27f4f8d61361fd5b40ac4e24918fa9c6c845ba86.zip |
updated dates, added -g to hppa native CFLAGS
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 3bffd1c20b..4ba3182b3c 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 |