aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-04-03 13:05:23 -0700
committerPaul Eggert2015-04-03 13:06:02 -0700
commit95ef69e7468e598d6f4ae875f683b3996ecc02eb (patch)
tree5b0dc6be8b01deabc2f4dfa591eaafa3065e51b6 /ChangeLog
parent8596eb1282c4d5bdb22b20c155183b39fdc8eb00 (diff)
downloademacs-95ef69e7468e598d6f4ae875f683b3996ecc02eb.tar.gz
emacs-95ef69e7468e598d6f4ae875f683b3996ecc02eb.zip
Port 'configure' to clang 3.5
* configure.ac: Add -Wno-unknown-attributes if clang; otherwise clang 3.5.0 (Fedora 21 x86-64) complains "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute '__alloc_size__' ignored". Use -Werror when checking for -nopie; otherwise clang warns about -nopie instead of failing, and then later it warns everytime the build uses -nopie.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 030ef37e850..7746605c4b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
12015-04-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port 'configure' to clang 3.5
4 * configure.ac: Add -Wno-unknown-attributes if clang; otherwise
5 clang 3.5.0 (Fedora 21 x86-64) complains
6 "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
7 '__alloc_size__' ignored". Use -Werror when checking for -nopie;
8 otherwise clang warns about -nopie instead of failing, and then
9 later it warns everytime the build uses -nopie.
10
12015-04-03 Ulrich Müller <ulm@gentoo.org> 112015-04-03 Ulrich Müller <ulm@gentoo.org>
2 12
3 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it 13 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it