This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/9800] New: ARM - "TLS support is required"


Hi,

I'm trying to cross-compile glibc for ARM. The compilation fails in
nptl/sysdeps/i386/i686/tls.h - "#error "TLS support is required"

Then in config.log I can find these error-entries:
"error: ac_nonexistent.h: No such file or directory"
"error: gd.h: No such file or directory"

Using:
  glibc-2.9-20090126
  glibc-2.9-ports-20090126

Please find (pre-configure)config.cache and config.log below

  config.cache:

libc_cv_forced_unwind=yes
libc_cv_c_cleanup=yes
libc_cv_gnu89_inline=yes


  config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU C Library configure (see version.h), which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ../glibc-2.9-20090126/configure --prefix=/lfs --libexecdir=/lfs/lib/glibc
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-profile --with-tls
--enable-kernel=2.6.0 --with-__thread --with-binutils=/lfs/bin/
--with-headers=/lfs/include/ --enable-add-ons --cache-file=config.cache
build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu
CC=arm-unknown-linux-gnu-gcc --no-create --no-recursion

## --------- ##
## Platform. ##
## --------- ##

hostname = monni
uname -m = i686
uname -r = 2.6.27.9
uname -s = Linux
uname -v = #1 Sat Jan 10 17:43:59 EET 2009

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /lfs/bin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1752: loading cache config.cache
configure:2182: checking build system type
configure:2200: result: i686-pc-linux-gnu
configure:2222: checking host system type
configure:2237: result: i686-pc-linux-gnu
configure:2417: running configure fragment for add-on libidn
configure:2417: running configure fragment for add-on nptl
configure:2455: checking add-on ports for preconfigure fragments
configure:2462: result: 
configure:2554: checking sysdep dirs
configure:2790: result: sysdeps/generic/elf sysdeps/generic
configure:2868: checking for a BSD-compatible install
configure:2924: result: /usr/bin/install -c
configure:2939: checking whether ln -s works
configure:2943: result: yes
configure:2959: checking for i686-pc-linux-gnu-gcc
configure:2986: result: arm-unknown-linux-gnu-gcc
configure:3264: checking for C compiler version
configure:3271: arm-unknown-linux-gnu-gcc --version >&5
arm-unknown-linux-gnu-gcc (GCC) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3274: $? = 0
configure:3281: arm-unknown-linux-gnu-gcc -v >&5
Using built-in specs.
Target: arm-unknown-linux-gnu
Configured with: ../gcc-4.3.3/configure --prefix=/lfs --build=i686-pc-linux-gnu
--host=i686-pc-linux-gnu --target=arm-unknown-linux-gnu --disable-shared
--disable-threads --enable-decimal-float --disable-libgomp --without-headers
--with-newlib --disable-libmudflap --disable-libssp --enable-languages=c
Thread model: single
gcc version 4.3.3 (GCC) 
configure:3284: $? = 0
configure:3291: arm-unknown-linux-gnu-gcc -V >&5
arm-unknown-linux-gnu-gcc: '-V' option must have argument
configure:3294: $? = 1
configure:3298: checking for suffix of object files
configure:3350: result: o
configure:3354: checking whether we are using the GNU C compiler
configure:3406: result: yes
configure:3411: checking whether arm-unknown-linux-gnu-gcc accepts -g
configure:3546: result: yes
configure:3563: checking for arm-unknown-linux-gnu-gcc option to accept ISO C89
configure:3669: result: unsupported
configure:3734: checking how to run the C preprocessor
configure:3850: result: arm-unknown-linux-gnu-gcc -E
configure:3879: arm-unknown-linux-gnu-gcc -E  conftest.c
configure:3885: $? = 0
configure:3916: arm-unknown-linux-gnu-gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3922: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define HAVE_LIBIDN 1
| #define USE_REGPARMS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3974: checking for i686-pc-linux-gnu-g++
configure:4001: result: i686-pc-linux-gnu-g++
configure:4076: checking for C++ compiler version
configure:4083: i686-pc-linux-gnu-g++ --version >&5
i686-pc-linux-gnu-g++ (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4086: $? = 0
configure:4093: i686-pc-linux-gnu-g++ -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.3.2/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++ --disable-bootstrap
Thread model: posix
gcc version 4.3.2 (GCC) 
configure:4096: $? = 0
configure:4103: i686-pc-linux-gnu-g++ -V >&5
i686-pc-linux-gnu-g++: '-V' option must have argument
configure:4106: $? = 1
configure:4109: checking whether we are using the GNU C++ compiler
configure:4161: result: yes
configure:4166: checking whether i686-pc-linux-gnu-g++ accepts -g
configure:4301: result: yes
configure:4444: checking whether
/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/as is
GNU as
configure:4458: result: yes
configure:4463: checking whether
/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/ld is
GNU ld
configure:4477: result: yes
configure:4487: checking for
/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/as
configure:4514: result:
/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/as
configure:4529: checking version of
/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/as
configure:4539: result: 2.19, ok
configure:4550: checking for
/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/ld
configure:4577: result:
/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/ld
configure:4592: checking version of
/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/ld
configure:4602: result: 2.19, ok
configure:4617: checking for pwd
configure:4648: result: /bin/pwd
configure:4668: checking for i686-pc-linux-gnu-gcc
configure:4695: result: arm-unknown-linux-gnu-gcc
configure:4710: checking version of arm-unknown-linux-gnu-gcc
configure:4720: result: 4.3.3, ok
configure:4731: checking for gnumake
configure:4758: result: make
configure:4773: checking version of make
configure:4783: result: 3.81, ok
configure:4795: checking for gnumsgfmt
configure:4822: result: msgfmt
configure:4837: checking version of msgfmt
configure:4847: result: 0.17, ok
configure:4858: checking for makeinfo
configure:4885: result: makeinfo
configure:4900: checking version of makeinfo
configure:4910: result: 4.13, ok
configure:4921: checking for sed
configure:4948: result: sed
configure:4963: checking version of sed
configure:4973: result: 4.1.5, ok
configure:4985: checking for autoconf
configure:5012: result: autoconf
configure:5027: checking whether autoconf works
configure:5038: result: yes
configure:5088: checking whether ranlib is necessary
configure:5109: result: no
configure:5122: checking LD_LIBRARY_PATH variable
configure:5132: result: ok
configure:5146: checking whether GCC supports -static-libgcc
configure:5157: result: -static-libgcc
configure:5163: checking for bash
configure:5194: result: /bin/bash
configure:5269: checking for gawk
configure:5296: result: gawk
configure:5309: checking for perl
configure:5340: result: /usr/bin/perl
configure:5354: checking for install-info
configure:5386: result: /usr/bin/install-info
configure:5396: checking for bison
configure:5428: result: /usr/bin/bison
configure:5437: checking for signed size_t type
configure:5452: result: no
configure:5462: checking for libc-friendly stddef.h
configure:5517: result: yes
configure:5524: checking whether we need to use -P to assemble .S files
configure:5545: result: no
configure:5552: checking whether .text pseudo-op must be used
configure:5576: result: yes
configure:5580: checking for assembler global-symbol directive
configure:5604: result: .globl
configure:5617: checking for .set assembler directive
configure:5643: result: yes
configure:5652: checking for assembler .type directive prefix
configure:5679: result: %
configure:5688: checking for .symver assembler directive
configure:5705: result: yes
configure:5707: checking for ld --version-script
configure:5751: result: yes
configure:5775: checking for .previous assembler directive
configure:5796: result: yes
configure:5834: checking for .protected and .hidden assembler directive
configure:5859: result: yes
configure:5863: checking whether __attribute__((visibility())) is supported
configure:5888: result: yes
configure:5898: checking for broken __attribute__((visibility()))
configure:5922: result: no
configure:5931: checking for broken __attribute__((alias()))
configure:5959: result: no
configure:5968: checking whether to put _rtld_local into .sdata section
configure:5982: result: no
configure:5992: checking for .preinit_array/.init_array/.fini_array support
configure:6021: result: yes
configure:6029: checking for libunwind-support in compiler
configure:6046: result: no
configure:6056: checking for -z nodelete option
configure:6082: result: yes
configure:6085: checking for -z nodlopen option
configure:6111: result: yes
configure:6114: checking for -z initfirst option
configure:6140: result: yes
configure:6145: checking for -z relro option
configure:6169: result: yes
configure:6180: checking for -Bgroup option
configure:6203: result: yes
configure:6207: checking for libgcc_s suffix
configure:6221: result: 
configure:6225: checking for --as-needed option
configure:6249: result: no
configure:6254: checking whether --noexecstack is desirable for .S files
configure:6284: result: yes
configure:6291: checking for -z combreloc
configure:6321: result: yes
configure:6331: checking for -z execstack
configure:6355: result: yes
configure:6359: checking for -fpie
configure:6382: result: no
configure:6387: checking for --hash-style option
configure:6410: result: yes
configure:6415: checking for -fno-toplevel-reorder -fno-section-anchors
configure:6437: result: yes
configure:6446: checking for -fstack-protector
configure:6469: result: no
configure:6473: checking for -fgnu89-inline
configure:6500: result: -fgnu89-inline
configure:6570: checking whether cc puts quotes around section names
configure:6591: result: no
configure:6705: checking for assembler .weak directive
configure:6729: result: yes
configure:6776: checking whether CFI directives are supported
configure:6806: result: yes
configure:6815: checking for ld --no-whole-archive
configure:6839: result: yes
configure:6845: checking for gcc -fexceptions
configure:6869: result: yes
configure:6935: checking for __builtin_expect
configure:6961: result: yes
configure:6970: checking for __builtin_memset
configure:6994: result: no
configure:7003: checking for redirection of built-in functions
configure:7028: result: yes
configure:7038: checking for __thread
configure:7058: result: yes
configure:7071: checking for tls_model attribute
configure:7091: result: yes
configure:7130: checking for libgd
configure:7160: arm-unknown-linux-gnu-gcc -o conftest -g -O2     conftest.c 
-lgd -lpng -lz -lm >&5
conftest.c:23:16: error: gd.h: No such file or directory
configure:7166: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define HAVE_LIBIDN 1
| #define USE_REGPARMS 1
| #define ASM_GLOBAL_DIRECTIVE .globl
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define ASM_TYPE_DIRECTIVE_PREFIX %
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_Z_COMBRELOC 1
| #define NO_UNDERSCORES 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_BUILTIN_REDIRECTION 1
| #define HAVE___THREAD 1
| #define HAVE_TLS_MODEL_ATTRIBUTE 1
| /* end confdefs.h.  */
| #include <gd.h>
| int
| main ()
| {
| gdImagePng (0, 0)
|   ;
|   return 0;
| }
configure:7188: result: no
configure:7197: checking for is_selinux_enabled in -lselinux
configure:7256: result: no
configure:7490: checking for grep that handles long lines and -e
configure:7564: result: /bin/grep
configure:7569: checking for egrep
configure:7647: result: /bin/grep -E
configure:7652: checking for ANSI C header files
configure:7816: result: no
configure:7840: checking for sys/types.h
configure:7883: result: no
configure:7840: checking for sys/stat.h
configure:7883: result: no
configure:7840: checking for stdlib.h
configure:7883: result: no
configure:7840: checking for string.h
configure:7883: result: no
configure:7840: checking for memory.h
configure:7883: result: no
configure:7840: checking for strings.h
configure:7883: result: no
configure:7840: checking for inttypes.h
configure:7883: result: no
configure:7840: checking for stdint.h
configure:7883: result: no
configure:7840: checking for unistd.h
configure:7883: result: no
configure:7895: checking for long double
configure:7946: result: no
configure:7953: checking size of long double
configure:8290: result: 0
configure:8322: result: running configure fragment for sysdeps/i386/elf
configure:7: checking for i386 TLS support
configure:40: result: no
configure:8322: result: running configure fragment for nptl/sysdeps/pthread
configure:27: checking for forced unwind support
configure:79: result: yes
configure:88: checking for C cleanup handling
configure:141: result: yes
configure:8322: result: running configure fragment for sysdeps/pthread
configure:8322: result: running configure fragment for sysdeps/unix/sysv/linux
configure:25: checking for grep that handles long lines and -e
configure:99: result: /bin/grep
configure:104: checking for egrep
configure:182: result: /bin/grep -E
configure:187: checking installed Linux kernel header files
configure:212: result: 2.0.10 or later
configure:316: checking for kernel header at least 2.6.0
configure:339: result: ok
configure:483: checking for symlinks in /lfs/include
configure:505: result: ok
configure:8322: result: running configure fragment for sysdeps/i386
configure:4: checking if -g produces usable source locations for assembler-with-cpp
configure:47: result: yes
configure:8421: checking for old glibc 2.0.x headers
configure:8429: result: no
configure:8470: checking whether -fPIC is default
configure:8486: result: no
configure:8579: updating cache config.cache
configure:8615: creating ./config.status

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=arm-unknown-linux-gnu-gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_inttypes_h=no
ac_cv_header_memory_h=no
ac_cv_header_stdc=no
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=no
ac_cv_header_string_h=no
ac_cv_header_strings_h=no
ac_cv_header_sys_stat_h=no
ac_cv_header_sys_types_h=no
ac_cv_header_unistd_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_selinux_is_selinux_enabled=no
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/bin/bash
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_INSTALL_INFO=/usr/bin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PWD_P=/bin/pwd
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AS=/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/as
ac_cv_prog_AUTOCONF=autoconf
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=arm-unknown-linux-gnu-gcc
ac_cv_prog_CPP='arm-unknown-linux-gnu-gcc -E'
ac_cv_prog_CXX=i686-pc-linux-gnu-g++
ac_cv_prog_LD=/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/ld
ac_cv_prog_MAKE=make
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_SED=sed
ac_cv_prog_cc_c89=no
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_sizeof_long_double=0
ac_cv_type_long_double=no
libc_cv_386_tls=no
libc_cv_Bgroup=yes
libc_cv_as_needed=no
libc_cv_as_noexecstack=yes
libc_cv_asm_cfi_directives=yes
libc_cv_asm_global_directive=.globl
libc_cv_asm_previous_directive=yes
libc_cv_asm_protected_directive=yes
libc_cv_asm_set_directive=yes
libc_cv_asm_symver_directive=yes
libc_cv_asm_type_prefix=%
libc_cv_asm_underscores=no
libc_cv_asm_weak_directive=yes
libc_cv_autoconf_works=yes
libc_cv_broken_alias_attribute=no
libc_cv_broken_visibility_attribute=no
libc_cv_c_cleanup=yes
libc_cv_cc_with_libunwind=no
libc_cv_cpp_asm_debuginfo=yes
libc_cv_dot_text=.text
libc_cv_fno_toplevel_reorder=yes
libc_cv_forced_unwind=yes
libc_cv_fpie=no
libc_cv_friendly_stddef=yes
libc_cv_gcc___thread=yes
libc_cv_gcc_builtin_expect=yes
libc_cv_gcc_builtin_memset=no
libc_cv_gcc_builtin_redirection=yes
libc_cv_gcc_exceptions=yes
libc_cv_gcc_static_libgcc=-static-libgcc
libc_cv_gcc_tls_model_attr=yes
libc_cv_gcc_unwind_find_fde=yes
libc_cv_gnu89_inline=
libc_cv_hashstyle=yes
libc_cv_have_bash2=yes
libc_cv_have_ksh=yes
libc_cv_have_sdata_section=no
libc_cv_have_section_quotes=no
libc_cv_idn=no
libc_cv_initfini_array=yes
libc_cv_ld_no_whole_archive=yes
libc_cv_ld_version_script_option=yes
libc_cv_libgcc_s_suffix=
libc_cv_linux2010='2.0.10 or later'
libc_cv_need_minus_P=no
libc_cv_prog_as_gnu=yes
libc_cv_prog_ld_gnu=yes
libc_cv_ranlib_necessary=no
libc_cv_signed_size_t=no
libc_cv_ssp=no
libc_cv_sysconfdir='${prefix}/etc'
libc_cv_visibility_attribute=yes
libc_cv_weak_symbols=yes
libc_cv_z_combreloc=yes
libc_cv_z_execstack=yes
libc_cv_z_initfirst=yes
libc_cv_z_nodelete=yes
libc_cv_z_nodlopen=yes
libc_cv_z_relro=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/ar'
AS='/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/as'
ASFLAGS_config=' -Wa,--noexecstack'
AUTOCONF='autoconf'
AWK='gawk'
BASH_SHELL='/bin/bash'
BISON='/usr/bin/bison'
BUILD_CC=''
CC='arm-unknown-linux-gnu-gcc'
CFLAGS='-g -O2'
CPP='arm-unknown-linux-gnu-gcc -E'
CPPFLAGS=''
CXX='i686-pc-linux-gnu-g++'
CXXFLAGS='-g -O2'
CXX_SYSINCLUDES='-isystem
/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../include/c++/4.3.2 -isystem
/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../include/c++/4.3.2/i686-pc-linux-gnu
-isystem
/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../include/c++/4.3.2/backward'
DEFINES=' -D_LIBC_REENTRANT'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KSH='/bin/bash'
LD='/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/ld'
LDFLAGS=''
LIBGD='no'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MAKEINFO='makeinfo'
MIG=''
MSGFMT='msgfmt'
OBJDUMP='/lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/../../../../arm-unknown-linux-gnu/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='glibc'
PACKAGE_NAME='GNU C Library'
PACKAGE_STRING='GNU C Library (see version.h)'
PACKAGE_TARNAME='c-library'
PACKAGE_VERSION='(see version.h)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PWD_P='/bin/pwd'
RANLIB=':'
RELEASE='stable'
SED='sed'
SHELL='/bin/sh'
SYSINCLUDES='-nostdinc -isystem /lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/include
-isystem /lfs/lib/gcc/arm-unknown-linux-gnu/4.3.3/include-fixed -isystem
/lfs/include/'
VERSION='2.9'
VERSIONING='yes'
ac_ct_CC=''
ac_ct_CXX=''
add_on_subdirs=' libidn'
add_ons='libidn nptl ports'
all_warnings=''
base_machine='i386'
bindir='${exec_prefix}/bin'
bindnow='no'
bounded='no'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
elf='yes'
enable_check_abi='no'
exceptions='-fexceptions'
exec_prefix='${prefix}'
fno_unit_at_a_time='-fno-toplevel-reorder -fno-section-anchors'
force_install='yes'
have_libaudit=''
have_libcap=''
have_selinux='no'
host='i686-pc-linux-gnu'
host_alias='i686-pc-linux-gnu'
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
ldd_rewrite_script='../sysdeps/unix/sysv/linux/ldd-rewrite.sed'
libc_cv_Bgroup='yes'
libc_cv_as_needed='no'
libc_cv_cc_submachine=''
libc_cv_cc_with_libunwind='no'
libc_cv_cpp_asm_debuginfo='yes'
libc_cv_forced_unwind='yes'
libc_cv_fpie='no'
libc_cv_gcc_static_libgcc='-static-libgcc'
libc_cv_gcc_unwind_find_fde='yes'
libc_cv_gnu89_inline=''
libc_cv_hashstyle='yes'
libc_cv_have_bash2='yes'
libc_cv_have_initfini=''
libc_cv_have_ksh='yes'
libc_cv_libgcc_s_suffix=''
libc_cv_localedir=''
libc_cv_rootsbindir=''
libc_cv_slibdir=''
libc_cv_ssp='no'
libc_cv_sysconfdir='${prefix}/etc'
libc_cv_z_combreloc='yes'
libc_cv_z_execstack='yes'
libdir='${exec_prefix}/lib'
libexecdir='/lfs/lib/glibc'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mach_interface_list=''
mandir='${datarootdir}/man'
no_whole_archive='-Wl,--no-whole-archive'
nopic_initfini=''
old_glibc_headers='no'
oldest_abi='default'
oldincludedir='/usr/include'
omitfp='no'
pdfdir='${docdir}'
pic_default='no'
prefix='/lfs'
profile='no'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
shared='yes'
sharedstatedir='${prefix}/com'
sizeof_long_double='0'
static='yes'
static_nss='no'
subdirs=' '
submachine=''
sysconfdir='${prefix}/etc'
sysdeps_add_ons=' nptl ports'
sysnames=' sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i686
nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386
nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread
ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu
sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet
ports/sysdeps/unix/sysv/i386 sysdeps/unix/sysv/i386 nptl/sysdeps/unix/sysv
ports/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/i386 nptl/sysdeps/unix
ports/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu
nptl/sysdeps/i386/i686 sysdeps/i386/i686 sysdeps/i386/i486
nptl/sysdeps/i386/i486 sysdeps/i386/fpu nptl/sysdeps/i386 sysdeps/i386
sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64
sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic'
target_alias=''
uname_release=''
uname_sysname=''
uname_version=''
use_ldconfig='yes'
with_cvs='no'
with_fp='yes'
xcoff='no'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "GNU C Library"
#define PACKAGE_TARNAME "c-library"
#define PACKAGE_VERSION "(see version.h)"
#define PACKAGE_STRING "GNU C Library (see version.h)"
#define PACKAGE_BUGREPORT "glibc"
#define HAVE_LIBIDN 1
#define USE_REGPARMS 1
#define ASM_GLOBAL_DIRECTIVE .globl
#define HAVE_ASM_SET_DIRECTIVE 1
#define ASM_TYPE_DIRECTIVE_PREFIX %
#define DO_VERSIONING 1
#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
#define HAVE_Z_COMBRELOC 1
#define NO_UNDERSCORES 1
#define HAVE_ASM_WEAK_DIRECTIVE 1
#define HAVE_ASM_CFI_DIRECTIVES 1
#define HAVE_BUILTIN_EXPECT 1
#define HAVE_BUILTIN_REDIRECTION 1
#define HAVE___THREAD 1
#define HAVE_TLS_MODEL_ATTRIBUTE 1
#define SIZEOF_LONG_DOUBLE 0
#define PI_STATIC_AND_HIDDEN 1
#define HAVE_FORCED_UNWIND 1
#define __LINUX_KERNEL_VERSION (2 * 65536 + 6 * 256 + 0)
#define __ABI_TAG_VERSION 2,6,0
#define HAVE_INLINED_SYSCALLS 1
#define HAVE_CPP_ASM_DEBUGINFO 1
#define EXPORT_UNWIND_FIND_FDE 1
#define USE_IN_LIBIO 1
#define HAVE_ELF 1

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU C Library config.status (see version.h), which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ config.status 

on monni

config.status:711: creating config.make
config.status:711: creating Makefile
config.status:711: creating config.h
config.status:937: config.h is unchanged
config.status:950: executing default commands

-- 
           Summary: ARM - "TLS support is required"
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
        AssignedTo: drepper at redhat dot com
        ReportedBy: doksander at yahoo dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: arm-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=9800

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]