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 /configure | |
parent | 2f77e764038cfaa05953c56a309d878c1c00e732 (diff) | |
download | glibc-7427c5defa19d8bc4c8a14690c5b3fa4653a1d2c.tar glibc-7427c5defa19d8bc4c8a14690c5b3fa4653a1d2c.tar.gz glibc-7427c5defa19d8bc4c8a14690c5b3fa4653a1d2c.tar.bz2 glibc-7427c5defa19d8bc4c8a14690c5b3fa4653a1d2c.zip |
[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 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1924,7 +1924,6 @@ fi test -n "$base_machine" || case "$machine" in a29k | am29000) base_machine=a29k machine=a29k ;; alpha*) base_machine=alpha machine=alpha/$machine ;; -arm*) base_machine=arm machine=arm/arm32/$machine ;; c3[012]) base_machine=cx0 machine=cx0/c30 ;; c4[04]) base_machine=cx0 machine=cx0/c40 ;; hppa*64*) base_machine=hppa machine=hppa/hppa64 ;; @@ -1980,7 +1979,6 @@ sparc64) base_machine=sparc machine=sparc/sparc64 ;; sparc64b) base_machine=sparc machine=sparc/sparc64/sparcv9b ;; -thumb*) base_machine=thumb machine=arm/thumb/$machine ;; *) base_machine=$machine ;; esac |