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:
c21b1b2
)
Allways use -O2
author
Steve Chamberlain
<sac@cygnus>
Tue, 12 Nov 1991 04:58:15 +0000
(
04:58
+0000)
committer
Steve Chamberlain
<sac@cygnus>
Tue, 12 Nov 1991 04:58:15 +0000
(
04:58
+0000)
config/mh-delta88
patch
|
blob
|
history
diff --git
a/config/mh-delta88
b/config/mh-delta88
index e112ca5510b94061e0d74db1158c45727ceec434..cde6871345181243d5e33ae5cfa4d71110cb15fa 100644
(file)
--- a/
config/mh-delta88
+++ b/
config/mh-delta88
@@
-1,5
+1,7
@@
RANLIB = echo >/dev/null
-
+# Sorry about this, but my machine runs out of memory .
+MINUS_G =
+CC=gcc -O2