From: Thomas Schwinge Date: Thu, 1 Nov 2012 17:04:56 +0000 (+0100) Subject: Regenerate all configure scripts. X-Git-Tag: glibc-2.17~297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46879baebf171d6eea46054698e23f8726608365;p=thirdparty%2Fglibc.git Regenerate all configure scripts. --- diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index 6e1830a92a0..3652ff90767 100644 --- a/ports/ChangeLog.mips +++ b/ports/ChangeLog.mips @@ -1,5 +1,7 @@ 2012-11-01 Thomas Schwinge + * sysdeps/unix/sysv/linux/mips/configure: Regenerate. + * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist (GLIBC_2.17): Add clock_* symbols. diff --git a/ports/sysdeps/unix/sysv/linux/mips/configure b/ports/sysdeps/unix/sysv/linux/mips/configure index 36757e880b2..cecfc9d84c7 100644 --- a/ports/sysdeps/unix/sysv/linux/mips/configure +++ b/ports/sysdeps/unix/sysv/linux/mips/configure @@ -60,7 +60,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test -z "$libc_mips_abi"; then - as_fn_error "could not determine what ABI the compiler is using" "$LINENO" 5 + as_fn_error $? "could not determine what ABI the compiler is using" "$LINENO" 5 fi cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -102,7 +102,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test -z "$libc_mips_float"; then - as_fn_error "could not determine if compiler is using hard or soft floating point ABI" "$LINENO" 5 + as_fn_error $? "could not determine if compiler is using hard or soft floating point ABI" "$LINENO" 5 fi echo "default-abi := ${libc_mips_abi}_${libc_mips_float}" > default-abi.make