diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-01 18:04:56 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-01 18:04:56 +0100 |
commit | 46879baebf171d6eea46054698e23f8726608365 (patch) | |
tree | cc236a132dc953088c4a921f2d0c05a462ab78af /ports/sysdeps | |
parent | 341dd67392b90af0e76913d0779b1bdafe64d1e4 (diff) | |
download | glibc-46879baebf171d6eea46054698e23f8726608365.tar.gz glibc-46879baebf171d6eea46054698e23f8726608365.tar.xz glibc-46879baebf171d6eea46054698e23f8726608365.zip |
Regenerate all configure scripts.
Diffstat (limited to 'ports/sysdeps')
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/mips/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/mips/configure b/ports/sysdeps/unix/sysv/linux/mips/configure index 36757e880b..cecfc9d84c 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 |