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 /config.make.in | |
parent | 171129215cd04bf3e5986c7b1f762a018d5c80e0 (diff) | |
download | glibc-93aed66714e2cadb4847162d626c7823e37230d3.tar.gz glibc-93aed66714e2cadb4847162d626c7823e37230d3.tar.xz 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 'config.make.in')
-rw-r--r-- | config.make.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.make.in b/config.make.in index 1115460867..1bd025e97e 100644 --- a/config.make.in +++ b/config.make.in @@ -62,7 +62,6 @@ have-selinux = @have_selinux@ have-cc-with-libunwind = @libc_cv_cc_with_libunwind@ fno-unit-at-a-time = @fno_unit_at_a_time@ bind-now = @bindnow@ -cc-mtune = @cc_mtune@ static-libgcc = @libc_cv_gcc_static_libgcc@ @@ -70,7 +69,6 @@ versioning = @VERSIONING@ oldest-abi = @oldest_abi@ no-whole-archive = @no_whole_archive@ exceptions = @exceptions@ -have_doors = @linux_doors@ mach-interface-list = @mach_interface_list@ |