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, fedora/master, updated. fedora/glibc-2.12.90-6-31-g3dc6621


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, fedora/master has been updated
       via  3dc662132af28e9e067b0cb59a8f1cff308a53bd (commit)
       via  d9f67087fd935f926bb00801c48703953b71d5db (commit)
      from  7c613e4138a91ac0a2ab52913420cba65e3f95ef (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=3dc662132af28e9e067b0cb59a8f1cff308a53bd

commit 3dc662132af28e9e067b0cb59a8f1cff308a53bd
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Aug 3 19:01:35 2010 +0200

    Revert "Build with ports addon on alpha and armv5tel"
    
    This reverts commit a008273ff81ca32d0cc2262477b25b25040caeb8.

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 0f30ca4..471fc29 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -16,7 +16,6 @@
 %define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
 %define debuginfocommonarches alpha alphaev6 sparc sparcv9 sparcv9v sparc64 sparc64v
 %define multiarcharches ppc ppc64 %{ix86} x86_64
-%define portsarches alpha armv5tel
 
 Summary: The GNU libc libraries
 Name: glibc
@@ -332,9 +331,6 @@ AddOns=`echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkai
 %ifarch %{rtkaioarches}
 AddOns=,rtkaio$AddOns
 %endif
-%ifarch %{portsarches}
-AddOns=,../%{glibcportsdir}$AddOns
-%endif
 
 build_nptl()
 {

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d9f67087fd935f926bb00801c48703953b71d5db

commit d9f67087fd935f926bb00801c48703953b71d5db
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Aug 2 16:11:26 2010 +0200

    Dump config.log if configure fails

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 10f40c0..0f30ca4 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -352,7 +352,8 @@ build_CFLAGS="$BuildFlags -g -O3 $*"
 %ifarch %{multiarcharches}
 	--enable-multi-arch \
 %endif
-	--disable-profile --enable-experimental-malloc --enable-nss-crypt
+	--disable-profile --enable-experimental-malloc --enable-nss-crypt ||
+{ cat config.log; false; }
 
 make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS" PARALLELMFLAGS=-s
 

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

Summary of changes:
 fedora/glibc.spec.in |    7 ++-----
 1 files changed, 2 insertions(+), 5 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]