patches/eglibc/2_8/110-AC_PREREQ-2.50.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 28 21:31:13 2008 +0000 (2008-09-28)
changeset 883 927b30e32709
permissions -rw-r--r--
Move around the BARE_METAL config entry outside of the bare metal /kernel/ entry: there might be different setups that causes a bare metal compiler.

/trunk/config/kernel/bare-metal.experimental.in | 12 4 8 0 ++++--------
/trunk/config/kernel.in | 6 6 0 0 ++++++
2 files changed, 10 insertions(+), 8 deletions(-)
     1 Index: sysdeps/powerpc/powerpc32/configure.in
     2 ===================================================================
     3 --- libc/sysdeps/powerpc/powerpc32/configure.in	(revision 7000)
     4 +++ libc/sysdeps/powerpc/powerpc32/configure.in	(working copy)
     5 @@ -1,6 +1,8 @@
     6  GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
     7  # Local configure fragment for sysdeps/powerpc/powerpc32.
     8  
     9 +AC_PREREQ(2.50)
    10 +
    11  # See whether gas has R_PPC_REL16 relocs.
    12  AC_CACHE_CHECK(for R_PPC_REL16 gas support, libc_cv_ppc_rel16, [dnl
    13  cat > conftest.s <<\EOF
    14 Index: sysdeps/powerpc/powerpc32/elf/configure.in
    15 ===================================================================
    16 --- libc/sysdeps/powerpc/powerpc32/elf/configure.in	(revision 7000)
    17 +++ libc/sysdeps/powerpc/powerpc32/elf/configure.in	(working copy)
    18 @@ -1,6 +1,8 @@
    19  GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    20  # Local configure fragment for sysdeps/powerpc32/elf.
    21  
    22 +AC_PREREQ(2.50)
    23 +
    24  if test "$usetls" != no; then
    25  # Check for support of thread-local storage handling in assembler and
    26  # linker.
    27 Index: sysdeps/powerpc/configure.in
    28 ===================================================================
    29 --- libc/sysdeps/powerpc/configure.in	(revision 7000)
    30 +++ libc/sysdeps/powerpc/configure.in	(working copy)
    31 @@ -1,6 +1,8 @@
    32  GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    33  # Local configure fragment for sysdeps/powerpc.
    34  
    35 +AC_PREREQ(2.50)
    36 +
    37  # Accept binutils which knows about ".machine".
    38  AC_CACHE_CHECK(for .machine support, libc_cv_ppc_machine, [dnl
    39  cat > conftest.s <<\EOF
    40 Index: sysdeps/unix/sysv/linux/powerpc/configure.in
    41 ===================================================================
    42 --- libc/sysdeps/unix/sysv/linux/powerpc/configure.in	(revision 7000)
    43 +++ libc/sysdeps/unix/sysv/linux/powerpc/configure.in	(working copy)
    44 @@ -2,6 +2,8 @@
    45  GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    46  # Local configure fragment for sysdeps/unix/sysv/linux/powerpc/.
    47  
    48 +AC_PREREQ(2.50)
    49 +
    50  AC_CACHE_CHECK(whether $CC $CFLAGS -mlong-double-128 uses IBM extended format,
    51  	       libc_cv_mlong_double_128ibm, [dnl
    52  save_CFLAGS="$CFLAGS"
    53 Index: sysdeps/ieee754/ldbl-opt/configure.in
    54 ===================================================================
    55 --- libc/sysdeps/ieee754/ldbl-opt/configure.in	(revision 7000)
    56 +++ libc/sysdeps/ieee754/ldbl-opt/configure.in	(working copy)
    57 @@ -2,6 +2,8 @@
    58  GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    59  # Local configure fragment for sysdeps/ieee754/ldbl-opt/.
    60  
    61 +AC_PREREQ(2.50)
    62 +
    63  AC_CACHE_CHECK(whether $CC $CFLAGS supports -mlong-double-128,
    64  	       libc_cv_mlong_double_128, [dnl
    65  save_CFLAGS="$CFLAGS"
    66 Index: libidn/configure.in
    67 ===================================================================
    68 --- libc/libidn/configure.in	(revision 7000)
    69 +++ libc/libidn/configure.in	(working copy)
    70 @@ -1,6 +1,8 @@
    71  dnl glibc configure fragment for libidn add-on
    72  GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
    73  
    74 +AC_PREREQ(2.50)
    75 +
    76  libc_add_on_canonical=
    77  libc_add_on_subdirs=.
    78