From f42fd2771adb82cb5f34ba9e80a607975111da48 Mon Sep 17 00:00:00 2001 From: joseph Date: Mon, 24 Jun 2013 22:42:26 +0000 Subject: Merge changes between r23296 and r23363 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@23364 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/config.h.in') diff --git a/libc/config.h.in b/libc/config.h.in index 8c2479ef4..b5c6f163a 100644 --- a/libc/config.h.in +++ b/libc/config.h.in @@ -69,6 +69,9 @@ /* Define if the compiler supports __builtin_memset. */ #undef HAVE_BUILTIN_MEMSET +/* Define if compiler accepts -ftree-loop-distribute-patterns. */ +#undef HAVE_CC_INHIBIT_LOOP_TO_LIBCALL + /* Define if the regparm attribute shall be used for local functions (gcc on ix86 only). */ #undef USE_REGPARMS -- cgit v1.2.3