mirror of git://sourceware.org/git/glibc.git
* shlib-versions: libBrokenLocale needs minimal version for ia64,
sparc64 and sh to synch with libc. 2000-09-13 Andreas Jaeger <aj@suse.de> * shlib-versions: libBrokenLocale needs minimal version for ia64, sparc64 and sh to synch with libc.
This commit is contained in:
parent
c0d99958f9
commit
56f77c8b96
|
|
@ -1,3 +1,8 @@
|
||||||
|
2000-09-13 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* shlib-versions: libBrokenLocale needs minimal version for ia64,
|
||||||
|
sparc64 and sh to synch with libc.
|
||||||
|
|
||||||
2000-09-13 Ulrich Drepper <drepper@redhat.com>
|
2000-09-13 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* iconvdata/Makefile (modules): Add ISO-2022-CN-EXT.
|
* iconvdata/Makefile (modules): Add ISO-2022-CN-EXT.
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,9 @@ alpha.*-.*-linux.* libcrypt=1.1
|
||||||
|
|
||||||
# The gross patch for programs assuming broken locale implementations.
|
# The gross patch for programs assuming broken locale implementations.
|
||||||
alpha.*-.*-linux.* libBrokenLocale=1.1
|
alpha.*-.*-linux.* libBrokenLocale=1.1
|
||||||
|
ia64-.*-.* libBrokenLocale=1 GLIBC_2.2
|
||||||
|
sh.*-.*-.* libBrokenLocale=1 GLIBC_2.2
|
||||||
|
sparc64-.*-.* libBrokenLocale=1 GLIBC_2.2
|
||||||
.*-.*-.* libBrokenLocale=1
|
.*-.*-.* libBrokenLocale=1
|
||||||
|
|
||||||
# The real-time library from POSIX.1b.
|
# The real-time library from POSIX.1b.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue