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.28.9000-78-gc7627f4


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  c7627f41baaeb7f1a7b73ff66ef48eaafc1990f6 (commit)
      from  ef939d928a5b9f2d9b103b16cb7acc1d2fbcbb80 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c7627f41baaeb7f1a7b73ff66ef48eaafc1990f6

commit c7627f41baaeb7f1a7b73ff66ef48eaafc1990f6
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Aug 21 11:43:35 2018 +0200

    Makeconfig: Do not sort and deduplicate +cflags [BZ # 17248]
    
    The original intent behind this is unclear.  It interferes with flags
    that has to be ordered in a particular way.

diff --git a/ChangeLog b/ChangeLog
index 408d735..d834107 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2018-08-21  Florian Weimer  <fweimer@redhat.com>
 
+	[BZ #17248]
+	* Makeconfig (+cflags): Do not sort (and deduplicate).
+
+2018-08-21  Florian Weimer  <fweimer@redhat.com>
+
 	* debug/readlink_chk.c (__readlink_chk): Always call __readlink.
 	* sysdeps/unix/sysv/linux/generic/readlink_chk.c: Remove file.
 
diff --git a/Makeconfig b/Makeconfig
index 92e76d6..a9e50e5 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -902,9 +902,6 @@ endif	# $(+cflags) == ""
 	   $(+stack-protector)
 +gcc-nowarn := -w
 
-# Don't duplicate options if we inherited variables from the parent.
-+cflags	:= $(sort $(+cflags))
-
 # Each sysdeps directory can contain header files that both will be
 # used to compile and will be installed.  Each can also contain an
 # include/ subdirectory, whose header files will be used to compile

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

Summary of changes:
 ChangeLog  |    5 +++++
 Makeconfig |    3 ---
 2 files changed, 5 insertions(+), 3 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]