From 62eb53f68d92687a028f3c515489b30e3df1d979 Mon Sep 17 00:00:00 2001 From: joseph Date: Sat, 12 May 2012 15:44:41 +0000 Subject: Merge changes between r18392 and r18519 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@18520 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libc/config.h.in') diff --git a/libc/config.h.in b/libc/config.h.in index a8989454b..377aec369 100644 --- a/libc/config.h.in +++ b/libc/config.h.in @@ -184,6 +184,9 @@ /* Define if `.ctors' and `.dtors' sections shouldn't be used. */ #undef NO_CTORS_DTORS_SECTIONS +/* Define if obsolete RPC code should be made available for user-level code + to link against. */ +#undef LINK_OBSOLETE_RPC /* */ @@ -224,4 +227,7 @@ #define HAVE_REGEX 1 +/* The ARM hard-float ABI is being used. */ +#undef HAVE_ARM_PCS_VFP + #endif -- cgit v1.2.3