diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-19 12:07:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-19 12:07:03 +0000 |
commit | 361468f226cb99fdebd8fabb3d9428a3632dc2d1 (patch) | |
tree | a2286ad73499b75b7bd612831fded958147162fa /ChangeLog | |
parent | 210dd78238dc99d1ba27318bf81393237620b72b (diff) | |
download | glibc-361468f226cb99fdebd8fabb3d9428a3632dc2d1.zip glibc-361468f226cb99fdebd8fabb3d9428a3632dc2d1.tar.gz glibc-361468f226cb99fdebd8fabb3d9428a3632dc2d1.tar.bz2 |
Remove -fgnu89-inline configure test.
There is a configure test for -fgnu89-inline. This option was added
in GCC 4.2, so the test is obsolete; this patch removes it.
Tested for x86_64 (testsuite, and that installed shared libraries are
unchanged by the patch).
* configure.ac (libc_cv_gnu89_inline): Remove configure test.
* configure: Regenerated.
* config.make.in (gnu89-inline-CFLAGS): Remove variable.
* Makeconfig (CFLAGS): Use -fgnu89-inline instead of
$(gnu89-inline-CFLAGS).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-10-19 Joseph Myers <joseph@codesourcery.com> + * configure.ac (libc_cv_gnu89_inline): Remove configure test. + * configure: Regenerated. + * config.make.in (gnu89-inline-CFLAGS): Remove variable. + * Makeconfig (CFLAGS): Use -fgnu89-inline instead of + $(gnu89-inline-CFLAGS). + * configure.ac (libc_cv_asm_weak_directive): Remove configure test. (libc_cv_asm_weakext_directive): Likewise. |