aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2016-03-13 15:16:51 +0000
committerMike Frysinger <vapier@gentoo.org>2016-04-09 23:48:32 -0400
commit5057feffccb8970585e63b336e13fc878803af02 (patch)
treea0970240e0e32106a06ec66b1922ac6bcda983ce /ChangeLog
parent1a5d01e79e40485e2e78ceb25f124a5ee31415fc (diff)
downloadglibc-5057feffccb8970585e63b336e13fc878803af02.zip
glibc-5057feffccb8970585e63b336e13fc878803af02.tar.gz
glibc-5057feffccb8970585e63b336e13fc878803af02.tar.bz2
Allow overriding of CFLAGS as well as CPPFLAGS for rtld.
We need this to pass -fno-stack-protector to all the pieces of rtld in non-elf/ directories.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c01a72..7a20eb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-04-09 Nick Alcock <nick.alcock@oracle.com>
+
+ * elf/rtld-Rules (rtld-compile-command.c): Add $(rtld-CFLAGS).
+ * scripts/sysd-rules.awk: Substitute in $(CFLAGS) as well as
+ $(CPPFLAGS).
+
2016-04-09 Khem Raj <raj.khem@gmail.com>
[BZ #17950]