Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger | 1 | -1/+1 | |
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2012-10-09 | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | 1 | -82/+0 | |
2012-07-17 | Remove TLS configure checks. | Marek Polacek | 1 | -64/+0 | |
2012-03-28 | Regenerate configure files | Andreas Jaeger | 1 | -0/+64 | |
2012-03-21 | Disable use of FMA instructions in branred | Andreas Schwab | 1 | -18/+96 | |
2009-09-15 | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 1 | -12/+12 | |
2004-09-08 | Update. | Ulrich Drepper | 1 | -0/+68 | |
2004-09-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/powerpc/powerpc64/configure.in: New file. * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add. * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove. * sysdeps/powerpc/powerpc64/sysdep.h: Formatting. (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX, BODY_PREFIX): Define. (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols, USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries. * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h. (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros. |