aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-05-15 23:15:52 -0700
committerGlenn Morris2012-05-15 23:15:52 -0700
commit27cb7be27d1ee87665bd497af42e142e41a00765 (patch)
tree8781700b8f1c241040f7240ba3716e00899c40d1 /ChangeLog
parentb05725233bee74ae0bd58aebbcb90302abe2cb00 (diff)
downloademacs-27cb7be27d1ee87665bd497af42e142e41a00765.tar.gz
emacs-27cb7be27d1ee87665bd497af42e142e41a00765.zip
Try to fix building with gcc >= 4.6 on Darwin.
Eg, hydra builds have been failing for some time because (?) of this. In gcc < 4.6, unrecognized -no-fo options just cause a warning. In 4.6 and later, they cause an error. * configure.in: (CPP): Do not unconditionally set it on Darwin. Instead, try to test if -no-cpp-precomp is accepted. (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. Fixes: debbugs:9755
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bf19a1ee57..0495e917f21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12012-05-16 Glenn Morris <rgm@gnu.org>
2
3 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
4 (CPP): Do not unconditionally set it on Darwin.
5 Instead, try to test if -no-cpp-precomp is accepted.
6 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
7
12012-05-15 Glenn Morris <rgm@gnu.org> 82012-05-15 Glenn Morris <rgm@gnu.org>
2 9
3 * Makefile.in (install-arch-dep): Replace use of MV_DIRS. 10 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.