diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-31 20:44:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-31 20:44:46 +0000 |
commit | b3902dd397b059877981ee67ebb28cb4720cb7a1 (patch) | |
tree | 4c31c12fef13aab1eeed838ba84f9ce05a4716a8 /gprof/ChangeLog | |
parent | 6ded661565d1249128822ddfcf3232db8c8cdae2 (diff) | |
download | gdb-b3902dd397b059877981ee67ebb28cb4720cb7a1.zip gdb-b3902dd397b059877981ee67ebb28cb4720cb7a1.tar.gz gdb-b3902dd397b059877981ee67ebb28cb4720cb7a1.tar.bz2 |
* Makefile.in (.c.o): Add -D_GNU_SOURCE. Put $(CFLAGS) at the
end.
(gprof): Put $(CFLAGS) after the other options.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 3d17369..621e6ec 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 31 15:44:10 1996 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (.c.o): Add -D_GNU_SOURCE. Put $(CFLAGS) at the + end. + (gprof): Put $(CFLAGS) after the other options. + Tue Nov 26 17:08:38 1996 Ian Lance Taylor <ian@cygnus.com> * configure: Rebuild with autoconf 2.12. |