diff options
| author | Paul Eggert | 2015-04-03 13:05:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-04-03 13:06:02 -0700 |
| commit | 95ef69e7468e598d6f4ae875f683b3996ecc02eb (patch) | |
| tree | 5b0dc6be8b01deabc2f4dfa591eaafa3065e51b6 /ChangeLog | |
| parent | 8596eb1282c4d5bdb22b20c155183b39fdc8eb00 (diff) | |
| download | emacs-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -1,3 +1,13 @@ | |||
| 1 | 2015-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 | |||
| 1 | 2015-04-03 Ulrich Müller <ulm@gentoo.org> | 11 | 2015-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 |