mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
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.
This commit is contained in:
parent
ef939d928a
commit
c7627f41ba
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user