summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-06-29 22:51:07 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-06-29 22:51:07 -0700
commitf71cd38ac42420fc0c7290e0adedf965749d74df (patch)
tree14c22a29d15818874958fd9523a4e3f463eee7ed /ChangeLog
parentf4981b7e31e98ed2f2d46733961c5ca211cc41c4 (diff)
downloademacs-f71cd38ac42420fc0c7290e0adedf965749d74df.tar.gz
Fix CFLAGS for non-GCC compilers.
* configure.in (CFLAGS): Always use -g like it was done before the 2010-03-30 change. (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags. (Bug#6538)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6564b91604..704647f3bc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
+
+ Fix CFLAGS for non-GCC compilers.
+ * configure.in (CFLAGS): Always use -g like it was done before the
+ 2010-03-30 change.
+ (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags. (Bug#6538)
+
2010-06-30 Glenn Morris <rgm@gnu.org>
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):