From 9b91e43610f57cf94497ae45c4e424d68c7371f0 Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Fri, 23 Jul 2010 18:32:25 +0000 Subject: re PR preprocessor/41943 (include search path composition is bogus) 2010-07-23 Kai Tietz PR target/41943 * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New. (stmp-int-hdrs): Prefix/postfix headers by include_next. * config.gcc (user_headers_inc_next_pre): New. (user_headers_inc_next_post): Likewise. (*-w64-mingw*): Use for float.h post-fixing, and for stddef.h/stdarg.h pre-fixing by include_next. * configure.ac (user_headers_inc_next_post): New. (user_headers_inc_next_pre): New. * configure: Regenerated. From-SVN: r162479 --- gcc/configure | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gcc/configure') diff --git a/gcc/configure b/gcc/configure index fedfaa7..aa61cd6 100755 --- a/gcc/configure +++ b/gcc/configure @@ -646,6 +646,8 @@ extra_passes extra_parts extra_objs extra_headers_list +user_headers_inc_next_post +user_headers_inc_next_pre extra_gcc_objs TM_MULTILIB_EXCEPTIONS_CONFIG TM_MULTILIB_CONFIG @@ -17107,7 +17109,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17110 "configure" +#line 17112 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -17213,7 +17215,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17216 "configure" +#line 17218 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -25573,6 +25575,8 @@ fi + + # Echo link setup. if test x${build} = x${host} ; then if test x${host} = x${target} ; then -- cgit v1.1