This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-584-g46879ba


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  46879baebf171d6eea46054698e23f8726608365 (commit)
      from  341dd67392b90af0e76913d0779b1bdafe64d1e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=46879baebf171d6eea46054698e23f8726608365

commit 46879baebf171d6eea46054698e23f8726608365
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Thu Nov 1 18:04:56 2012 +0100

    Regenerate all configure scripts.

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 6e1830a..3652ff9 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,5 +1,7 @@
 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
 
+	* 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 36757e8..cecfc9d 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

-----------------------------------------------------------------------

Summary of changes:
 ports/ChangeLog.mips                         |    2 ++
 ports/sysdeps/unix/sysv/linux/mips/configure |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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