diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-08-14 16:08:37 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-08-14 16:28:51 -0700 |
commit | 675456ef83622a17c86ae60b94b8e5e3a9d5bb2f (patch) | |
tree | 6bab4ccb9f0b9c8e6ce18c99a2ac24d6891748f3 /ChangeLog | |
parent | 5e4287d16f897cde3e0201de0f96d148248c0ca9 (diff) | |
download | glibc-675456ef83622a17c86ae60b94b8e5e3a9d5bb2f.tar glibc-675456ef83622a17c86ae60b94b8e5e3a9d5bb2f.tar.gz glibc-675456ef83622a17c86ae60b94b8e5e3a9d5bb2f.tar.bz2 glibc-675456ef83622a17c86ae60b94b8e5e3a9d5bb2f.zip |
Clean up locale/Makefile variables for -D switches.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |