mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libgfortran: Regenerate config.h.in and configure
commit e13b14030a ("Fortran: Fix libfortran cannot be cross compiled
[PR124286]") updated configure.ac but didn't regenerate config.h.in
with autoheader. Also some line numbers were still wrong in
configure. Fix this by explicitly regenerating both files with
autoheader and autoconf version 2.69.
libgfortran/ChangeLog:
* config.h.in: Regenerate.
* configure: Regenerate.
This commit is contained in:
@@ -834,9 +834,6 @@
|
||||
/* Define to 1 if you have the `roundl' function. */
|
||||
#undef HAVE_ROUNDL
|
||||
|
||||
/* Define if __builtin_clzl behaves as expected. */
|
||||
#undef HAVE_SANE_BUILTIN_CLZL
|
||||
|
||||
/* Define to 1 if you have the `scalbn' function. */
|
||||
#undef HAVE_SCALBN
|
||||
|
||||
|
||||
6
libgfortran/configure
vendored
6
libgfortran/configure
vendored
@@ -13245,9 +13245,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
|
||||
|
||||
#line 13250 "configure"
|
||||
#line 13248 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@@ -13353,7 +13351,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13356 "configure"
|
||||
#line 13354 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
||||
Reference in New Issue
Block a user