diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-07 13:07:52 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-07 13:07:52 +0000 |
commit | f30c5fcd15ee56781db9e88c1c40f2fe6c856a4e (patch) | |
tree | c64a29805898ba6af022d4f0d0503163a63cf904 /ChangeLog | |
parent | c1b43b0f2d28f6c103d1170cf064a86d6e4fd26c (diff) |
2007-11-07 Thomas Schwinge <tschwinge@gnu.org>
* config.make.in (gnu89-inline-CFLAGS): New variable.
* Makeconf (CFLAGS): Evaluate that one instead of hard-coding.
Suggested by Olaf Buddenhagen,
<http://lists.gnu.org/archive/html/bug-hurd/2007-11/msg00006.html>
* configure.in (libc_cv_gnu89_inline): Fill depending on a compile-time
test, as per glibc HEAD, 2007-11-07.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-11-07 Thomas Schwinge <tschwinge@gnu.org> + + * config.make.in (gnu89-inline-CFLAGS): New variable. + * Makeconf (CFLAGS): Evaluate that one instead of hard-coding. + Suggested by Olaf Buddenhagen, + <http://lists.gnu.org/archive/html/bug-hurd/2007-11/msg00006.html> + * configure.in (libc_cv_gnu89_inline): Fill depending on a compile-time + test, as per glibc HEAD, 2007-11-07. + 2007-10-07 Thomas Schwinge <tschwinge@gnu.org> * Makeconf (CFLAGS): Add ``-fgnu89-inline''. |