summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64/configure
AgeCommit message (Collapse)AuthorFilesLines
2013-10-30rename configure.in to configure.acMike Frysinger1-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-09Add missing magic to GLIBC_PROVIDES.Roland McGrath1-82/+0
2012-07-17Remove TLS configure checks.Marek Polacek1-64/+0
2012-03-28Regenerate configure filesAndreas Jaeger1-0/+64
2012-03-21Disable use of FMA instructions in branredAndreas Schwab1-18/+96
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath1-12/+12
2004-09-08Update.Ulrich Drepper1-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.