aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-08-14 16:08:37 -0700
committerRoland McGrath <roland@hack.frob.com>2011-08-14 16:28:51 -0700
commit675456ef83622a17c86ae60b94b8e5e3a9d5bb2f (patch)
tree6bab4ccb9f0b9c8e6ce18c99a2ac24d6891748f3 /ChangeLog
parent5e4287d16f897cde3e0201de0f96d148248c0ca9 (diff)
downloadglibc-675456ef83622a17c86ae60b94b8e5e3a9d5bb2f.zip
glibc-675456ef83622a17c86ae60b94b8e5e3a9d5bb2f.tar.gz
glibc-675456ef83622a17c86ae60b94b8e5e3a9d5bb2f.tar.bz2
Clean up locale/Makefile variables for -D switches.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c67904e..341deeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-08-14 Roland McGrath <roland@hack.frob.com>
+ * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
+ (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
+ -Iprograms here.
+ (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
+ (localedef-modules): Add localedef.
+ (locale-modules): Add locale.
+
* sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
* elf/rtld.c (dl_main): Invert order of assignment in last change,
to avoid a warning.