This is the mail archive of the libc-alpha@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] | |
Hi!
On Thu, 1 Nov 2012 09:23:35 -0700, Steve Ellcey <sellcey@mips.com> wrote:
> On Thu, 2012-11-01 at 01:11 +0100, Thomas Schwinge wrote:
> > On 29 Oct 2012 18:43:02 -0000, sje@sourceware.org wrote:
> > > http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=48b76e2d045df12778dc0fb0b1e8f4e413a9373f
>
> > diff --git ports/sysdeps/unix/sysv/linux/mips/configure ports/sysdeps/unix/sysv/linux/mips/configure
>
> > Comparing to other as_fn_error usage, it seems I should commit this as
> > obvious, but I'd like to understand why you got different results when
> > regenerating that file.
>
> I just used the wrong autoconf. I have a newer one but the default one
> on my system is 2.65 and I think that is what got used. I think you can
> commit this as obvious.
Pushed to master:
commit 46879baebf171d6eea46054698e23f8726608365
Author: Thomas Schwinge <thomas@codesourcery.com>
Date: Thu Nov 1 18:04:56 2012 +0100
Regenerate all configure scripts.
diff --git ports/ChangeLog.mips ports/ChangeLog.mips
index 6e1830a..3652ff9 100644
--- ports/ChangeLog.mips
+++ 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 ports/sysdeps/unix/sysv/linux/mips/configure ports/sysdeps/unix/sysv/linux/mips/configure
index 36757e8..cecfc9d 100644
--- ports/sysdeps/unix/sysv/linux/mips/configure
+++ 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
GrÃÃe,
Thomas
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |