diff options
author | K. Richard Pixley <rich@cygnus> | 1992-04-22 23:35:47 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-04-22 23:35:47 +0000 |
commit | 77b19d3d3e709d380ffae14446e6d22b78701038 (patch) | |
tree | 81f133ece3350e4c831954010b635a4c80f21b49 /ld/ChangeLog | |
parent | e72c4b3ab89ee777f307c97eef0830414919f448 (diff) | |
download | gdb-77b19d3d3e709d380ffae14446e6d22b78701038.zip gdb-77b19d3d3e709d380ffae14446e6d22b78701038.tar.gz gdb-77b19d3d3e709d380ffae14446e6d22b78701038.tar.bz2 |
rework CFLAGS such that they can be passed on command line to make
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c13046e..d1d09b3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -3,6 +3,11 @@ Wed Apr 22 12:48:42 1992 Steve Chamberlain (sac@thepub.cygnus.com) * ldlex.l: added CMDFILENAMECHAR state so that you can lex different sorts of filenames on the command line than in a script. +Mon Apr 20 22:37:04 1992 K. Richard Pixley (rich@rtl.cygnus.com) + + * Makefile.in: rework CFLAGS so that they can be passed on the + make command line. Remove MINUS_G. Default CFLAGS to -g. + Fri Apr 17 08:57:17 1992 Steve Chamberlain (sac@thepub.cygnus.com) * relax.c: added handling for new "padding" seclet type, used to |