projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d9abf
)
updated dates, added -g to hppa native CFLAGS
author
David D. Zuhn
<zoo@cygnus>
Tue, 22 Dec 1992 23:28:53 +0000
(23:28 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Tue, 22 Dec 1992 23:28:53 +0000
(23:28 +0000)
build-all.mk
patch
|
blob
|
history
diff --git
a/build-all.mk
b/build-all.mk
index 3bffd1c20b52b26c6e952758e3a5dd30dcc6c134..4ba3182b3cf37486605649ec3dd07ce171cfe552 100644
(file)
--- a/
build-all.mk
+++ b/
build-all.mk
@@
-15,7
+15,7
@@
TREE = devo
NATIVE = native
-DATE = 92121
3
+DATE = 92121
7
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