diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-03-06 00:26:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-03-06 00:26:34 +0000 |
commit | 93aed66714e2cadb4847162d626c7823e37230d3 (patch) | |
tree | f67b21d7e3f6fd22cc712d147d937f1a41bd3e70 /linuxthreads | |
parent | 171129215cd04bf3e5986c7b1f762a018d5c80e0 (diff) | |
download | glibc-93aed66714e2cadb4847162d626c7823e37230d3.tar glibc-93aed66714e2cadb4847162d626c7823e37230d3.tar.gz glibc-93aed66714e2cadb4847162d626c7823e37230d3.tar.bz2 glibc-93aed66714e2cadb4847162d626c7823e37230d3.zip |
* sunrpc/key_call.c: Remove doors support.
* sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
* configure.in: Remove test for doors support which never existed.
* config.make.in: Remove have_doors entry.
* configure.in: Make sure at least gcc 3.4 is used. Undo last change.
* config.make.in: Undo last change.
* sysdeps/i386/Makefile ((CFLAGS-initfini.s): Unconditionally use
-mtune.
* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
unconditionally to (defined RTLD_BOOTSTRAP).
* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
2005-03-05 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/sysdeps/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/i386/Makefile b/linuxthreads/sysdeps/i386/Makefile index 70124b31d1..d920e059a2 100644 --- a/linuxthreads/sysdeps/i386/Makefile +++ b/linuxthreads/sysdeps/i386/Makefile @@ -1,7 +1,7 @@ ifeq ($(subdir),linuxthreads) # On i686 we must avoid generating the trampoline functions generated # to get the GOT pointer. -CFLAGS-pt-initfini.s += -march=i386 $(cc-mtune)=i386 +CFLAGS-pt-initfini.s += -march=i386 -mtune=i386 # Most files must not be compiled without frame pointer since we need # the frame base address which is stored in %ebp unless the frame pointer |