Line 603... |
Line 603... |
NO_WERROR
|
NO_WERROR
|
WARN_CFLAGS
|
WARN_CFLAGS
|
IFUNC_FALSE
|
IFUNC_FALSE
|
IFUNC_TRUE
|
IFUNC_TRUE
|
RANDOM_SEED_CFLAGS
|
RANDOM_SEED_CFLAGS
|
CONSTRUCTOR_PRIORITY_FALSE
|
|
CONSTRUCTOR_PRIORITY_TRUE
|
|
TLS_DESCRIPTORS_FALSE
|
TLS_DESCRIPTORS_FALSE
|
TLS_DESCRIPTORS_TRUE
|
TLS_DESCRIPTORS_TRUE
|
TLS_GNU2_DIALECT_FALSE
|
TLS_GNU2_DIALECT_FALSE
|
TLS_GNU2_DIALECT_TRUE
|
TLS_GNU2_DIALECT_TRUE
|
OMP_SUPPORT_FALSE
|
OMP_SUPPORT_FALSE
|
Line 619... |
Line 617... |
TLS_TRUE
|
TLS_TRUE
|
MCMODEL_MEDIUM_FALSE
|
MCMODEL_MEDIUM_FALSE
|
MCMODEL_MEDIUM_TRUE
|
MCMODEL_MEDIUM_TRUE
|
FN_PTRS_IN_SO_WITHOUT_PIC_FALSE
|
FN_PTRS_IN_SO_WITHOUT_PIC_FALSE
|
FN_PTRS_IN_SO_WITHOUT_PIC_TRUE
|
FN_PTRS_IN_SO_WITHOUT_PIC_TRUE
|
|
HAVE_STATIC_FALSE
|
|
HAVE_STATIC_TRUE
|
NATIVE_OR_CROSS_LINKER_FALSE
|
NATIVE_OR_CROSS_LINKER_FALSE
|
NATIVE_OR_CROSS_LINKER_TRUE
|
NATIVE_OR_CROSS_LINKER_TRUE
|
GCC_FALSE
|
GCC_FALSE
|
GCC_TRUE
|
GCC_TRUE
|
NATIVE_LINKER_FALSE
|
NATIVE_LINKER_FALSE
|
Line 6104... |
Line 6104... |
NATIVE_OR_CROSS_LINKER_TRUE='#'
|
NATIVE_OR_CROSS_LINKER_TRUE='#'
|
NATIVE_OR_CROSS_LINKER_FALSE=
|
NATIVE_OR_CROSS_LINKER_FALSE=
|
fi
|
fi
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether static linking works" >&5
|
|
$as_echo_n "checking whether static linking works... " >&6; }
|
|
if test "${gold_cv_lib_static+set}" = set; then :
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
LDFLAGS_hold=$LDFLAGS
|
|
LDFLAGS="$LDFLAGS -static"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
void f() { }
|
|
int
|
|
main ()
|
|
{
|
|
|
|
;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
gold_cv_lib_static=yes
|
|
else
|
|
gold_cv_lib_static=no
|
|
fi
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
LDFLAGS=$LDFLAGS_hold
|
|
fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gold_cv_lib_static" >&5
|
|
$as_echo "$gold_cv_lib_static" >&6; }
|
|
if test "$gold_cv_lib_static" = "yes"; then
|
|
HAVE_STATIC_TRUE=
|
|
HAVE_STATIC_FALSE='#'
|
|
else
|
|
HAVE_STATIC_TRUE='#'
|
|
HAVE_STATIC_FALSE=
|
|
fi
|
|
|
|
|
if
|
if
|
case $target_cpu in
|
case $target_cpu in
|
i?86) true;;
|
i?86) true;;
|
x86_64) false;;
|
x86_64) false;;
|
sparc64) false;;
|
sparc64) false;;
|
Line 6312... |
Line 6351... |
TLS_DESCRIPTORS_TRUE='#'
|
TLS_DESCRIPTORS_TRUE='#'
|
TLS_DESCRIPTORS_FALSE=
|
TLS_DESCRIPTORS_FALSE=
|
fi
|
fi
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for constructor priorities" >&5
|
|
$as_echo_n "checking for constructor priorities... " >&6; }
|
|
if test "${gold_cv_c_conprio+set}" = set; then :
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
void f() __attribute__ ((constructor (1)));
|
|
_ACEOF
|
|
if ac_fn_c_try_compile "$LINENO"; then :
|
|
gold_cv_c_conprio=yes
|
|
else
|
|
gold_cv_c_conprio=no
|
|
fi
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gold_cv_c_conprio" >&5
|
|
$as_echo "$gold_cv_c_conprio" >&6; }
|
|
|
|
if test "$gold_cv_c_conprio" = "yes"; then
|
|
CONSTRUCTOR_PRIORITY_TRUE=
|
|
CONSTRUCTOR_PRIORITY_FALSE='#'
|
|
else
|
|
CONSTRUCTOR_PRIORITY_TRUE='#'
|
|
CONSTRUCTOR_PRIORITY_FALSE=
|
|
fi
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -frandom-seed support" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -frandom-seed support" >&5
|
$as_echo_n "checking for -frandom-seed support... " >&6; }
|
$as_echo_n "checking for -frandom-seed support... " >&6; }
|
if test "${gold_cv_c_random_seed+set}" = set; then :
|
if test "${gold_cv_c_random_seed+set}" = set; then :
|
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
else
|
else
|
Line 7304... |
Line 7315... |
fi
|
fi
|
if test -z "${NATIVE_OR_CROSS_LINKER_TRUE}" && test -z "${NATIVE_OR_CROSS_LINKER_FALSE}"; then
|
if test -z "${NATIVE_OR_CROSS_LINKER_TRUE}" && test -z "${NATIVE_OR_CROSS_LINKER_FALSE}"; then
|
as_fn_error "conditional \"NATIVE_OR_CROSS_LINKER\" was never defined.
|
as_fn_error "conditional \"NATIVE_OR_CROSS_LINKER\" was never defined.
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
fi
|
fi
|
|
if test -z "${HAVE_STATIC_TRUE}" && test -z "${HAVE_STATIC_FALSE}"; then
|
|
as_fn_error "conditional \"HAVE_STATIC\" was never defined.
|
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
fi
|
if test -z "${FN_PTRS_IN_SO_WITHOUT_PIC_TRUE}" && test -z "${FN_PTRS_IN_SO_WITHOUT_PIC_FALSE}"; then
|
if test -z "${FN_PTRS_IN_SO_WITHOUT_PIC_TRUE}" && test -z "${FN_PTRS_IN_SO_WITHOUT_PIC_FALSE}"; then
|
as_fn_error "conditional \"FN_PTRS_IN_SO_WITHOUT_PIC\" was never defined.
|
as_fn_error "conditional \"FN_PTRS_IN_SO_WITHOUT_PIC\" was never defined.
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
fi
|
fi
|
if test -z "${MCMODEL_MEDIUM_TRUE}" && test -z "${MCMODEL_MEDIUM_FALSE}"; then
|
if test -z "${MCMODEL_MEDIUM_TRUE}" && test -z "${MCMODEL_MEDIUM_FALSE}"; then
|
Line 7332... |
Line 7347... |
fi
|
fi
|
if test -z "${TLS_DESCRIPTORS_TRUE}" && test -z "${TLS_DESCRIPTORS_FALSE}"; then
|
if test -z "${TLS_DESCRIPTORS_TRUE}" && test -z "${TLS_DESCRIPTORS_FALSE}"; then
|
as_fn_error "conditional \"TLS_DESCRIPTORS\" was never defined.
|
as_fn_error "conditional \"TLS_DESCRIPTORS\" was never defined.
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
fi
|
fi
|
if test -z "${CONSTRUCTOR_PRIORITY_TRUE}" && test -z "${CONSTRUCTOR_PRIORITY_FALSE}"; then
|
|
as_fn_error "conditional \"CONSTRUCTOR_PRIORITY\" was never defined.
|
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
fi
|
|
if test -z "${IFUNC_TRUE}" && test -z "${IFUNC_FALSE}"; then
|
if test -z "${IFUNC_TRUE}" && test -z "${IFUNC_FALSE}"; then
|
as_fn_error "conditional \"IFUNC\" was never defined.
|
as_fn_error "conditional \"IFUNC\" was never defined.
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
fi
|
fi
|
if test -z "${HAVE_ZLIB_TRUE}" && test -z "${HAVE_ZLIB_FALSE}"; then
|
if test -z "${HAVE_ZLIB_TRUE}" && test -z "${HAVE_ZLIB_FALSE}"; then
|