diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-05-26 19:08:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-05-26 19:08:49 +0000 |
commit | 7427c5defa19d8bc4c8a14690c5b3fa4653a1d2c (patch) | |
tree | 724adbde2ee8cab830bdea2e1d710a4c50d7522d /locale/Makefile | |
parent | 2f77e764038cfaa05953c56a309d878c1c00e732 (diff) | |
download | glibc-7427c5defa19d8bc4c8a14690c5b3fa4653a1d2c.zip glibc-7427c5defa19d8bc4c8a14690c5b3fa4653a1d2c.tar.gz glibc-7427c5defa19d8bc4c8a14690c5b3fa4653a1d2c.tar.bz2 |
[BZ #954]
2005-05-26 Andreas Schwab <schwab@suse.de>
* locale/Makefile (CFLAGS-loadlocale.c): Don't define.
2005-05-26 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_DIRECT): Fix value.
Reported by Colin Gibbs <colin@gibbsonline.net>. [BZ #954]
2005-05-17 Alan Modra <amodra@bigpond.net.au>
* sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Corrent
_dl_hwcap access in PIC && !SHARED case.
* sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile index b493c1c..2f2d2ba 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -100,7 +100,6 @@ locale-CPPFLAGS := -DLOCALE_PATH='$(localepath)' \ 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 -CFLAGS-loadlocale.c = $(fno-unit-at-a-time) # This makes sure -DNOT_IN_libc is passed for all these modules. cpp-srcs-left := $(addsuffix .c,$(localedef-modules) $(localedef-aux) \ |