From c2570a0b35fa8f4568f3897f4f7db8cb5515383f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 25 Jun 2014 20:26:14 +0000 Subject: Move USE_REGPARMS define to sysdeps/i386/configure.ac. This patch moves the USE_REGPARMS define from the toplevel configure.ac to sysdeps/i386/configure.ac. Tested x86 that the disassembly of installed shared libraries is unchanged by this patch. * configure.ac (USE_REGPARMS): Don't define here. * configure: Regenerated. * sysdeps/i386/configure.ac (USE_REGPARMS): Define here. * sysdeps/i386/configure: Regenerated. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 589b3d053c..bd3e829666 100644 --- a/configure.ac +++ b/configure.ac @@ -586,10 +586,6 @@ fi test -n "$base_machine" || base_machine=$machine AC_SUBST(base_machine) -if test "$base_machine" = "i386"; then - AC_DEFINE(USE_REGPARMS) -fi - # For the multi-arch option we need support in the assembler & linker. AC_CACHE_CHECK([for assembler and linker STT_GNU_IFUNC support], libc_cv_ld_gnu_indirect_function, [dnl -- cgit v1.2.3