diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-25 08:19:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-25 08:19:59 +0000 |
commit | 51d46f733a26fc9da14cb5d45d88d09e4fc088dd (patch) | |
tree | b0845ee54f7062089823a7065201145aefbff2ba /locale | |
parent | 78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9 (diff) | |
download | glibc-51d46f733a26fc9da14cb5d45d88d09e4fc088dd.tar glibc-51d46f733a26fc9da14cb5d45d88d09e4fc088dd.tar.gz glibc-51d46f733a26fc9da14cb5d45d88d09e4fc088dd.tar.bz2 glibc-51d46f733a26fc9da14cb5d45d88d09e4fc088dd.zip |
Update.
2002-07-25 Ulrich Drepper <drepper@redhat.com>
* sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
* sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
of __divdi3.
* sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
* sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
* sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
alias for adjtimex syscall.
* elf/dl-minimal.c: Define __assert_fail_internal.
* assert/assert.c: Likewise.
* include/assert.h: Define __assert_file macro if !SHARED and not
NOT_IN_libc.
* iconv/Makefile: Define NOT_IN_libc for objects in standalone
programs.
* locale/Makefile: Likewise.
* nscd/Makefile: Likewise.
* catgets/Makefile: Likewise.
succesful seek call. Simplify error checking.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/locale/Makefile b/locale/Makefile index 7a773f104f..3b3af99171 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -99,6 +99,17 @@ CFLAGS-charmap.c = -Wno-write-strings -Wno-char-subscripts CFLAGS-locfile.c = -Wno-write-strings -Wno-char-subscripts CFLAGS-charmap-dir.c = -Wno-write-strings +CPPFLAGS-localedef = -DNOT_IN_libc +CPPFLAGS-ld-ctype = -DNOT_IN_libc +CPPFLAGS-ld-time = -DNOT_IN_libc +CPPFLAGS-ld-numeric = -DNOT_IN_libc +CPPFLAGS-ld-monetary = -DNOT_IN_libc +CPPFLAGS-ld-collate = -DNOT_IN_libc +CPPFLAGS-ld-identification = -DNOT_IN_libc +CPPFLAGS-charmap = -DNOT_IN_libc +CPPFLAGS-locarchive = -DNOT_IN_libc +CPPFLAGS-linereader = -DNOT_IN_libc + # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by # a statically-linked program that hasn't already loaded it. |