diff options
author | Fred Fish <fnf@specifix.com> | 1992-04-22 21:42:25 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-04-22 21:42:25 +0000 |
commit | de862087a25fd66f917ea58c7f53e42e69f79b67 (patch) | |
tree | fe05468b5f0861f688c96c3beb8c33d5f28c0b9c /config | |
parent | 58760cdaa20b55c1de670be962d4bba8e87dbe7d (diff) | |
download | gdb-de862087a25fd66f917ea58c7f53e42e69f79b67.zip gdb-de862087a25fd66f917ea58c7f53e42e69f79b67.tar.gz gdb-de862087a25fd66f917ea58c7f53e42e69f79b67.tar.bz2 |
Replace MINUS_G with CFLAGS per new configuration standard.
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-delta88 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-delta88 b/config/mh-delta88 index cde6871..3b3d9cd 100644 --- a/config/mh-delta88 +++ b/config/mh-delta88 @@ -1,6 +1,6 @@ RANLIB = echo >/dev/null # Sorry about this, but my machine runs out of memory . -MINUS_G = +CFLAGS = CC=gcc -O2 |