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.10.90-26-1-gf8e81ce


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  f8e81cec78280ef92014305c1e10a808b1260683 (commit)
      from  c784aefd4b7108d9261313fb356ec0901e21c7eb (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=f8e81cec78280ef92014305c1e10a808b1260683

commit f8e81cec78280ef92014305c1e10a808b1260683
Author: Andreas Schwab <schwab@redhat.com>
Date:   Thu Oct 22 17:27:39 2009 +0200

    No longer build with -fno-var-tracking-assignments

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 94c0c6c..2544aba 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -318,8 +318,6 @@ GXX="g++ -m64"
 %endif
 
 BuildFlags="$BuildFlags -fasynchronous-unwind-tables"
-# gcc is a memory hog without that (#523172).
-BuildFlags="$BuildFlags -fno-var-tracking-assignments"
 # Add -DNDEBUG unless using a prerelease
 case %{version} in
   *.*.9[0-9]*) ;;

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

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