diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2010-07-23 18:32:25 +0000 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2010-07-23 20:32:25 +0200 |
commit | 9b91e43610f57cf94497ae45c4e424d68c7371f0 (patch) | |
tree | ffbcaa87745a690fdcac1766d8e4a154926ba972 /gcc/configure | |
parent | 16c9d3b171f9e89b23d58db8ab05efa3e4cea872 (diff) | |
download | gcc-9b91e43610f57cf94497ae45c4e424d68c7371f0.zip gcc-9b91e43610f57cf94497ae45c4e424d68c7371f0.tar.gz gcc-9b91e43610f57cf94497ae45c4e424d68c7371f0.tar.bz2 |
re PR preprocessor/41943 (include search path composition is bogus)
2010-07-23 Kai Tietz <kai.tietz@onevision.com>
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
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 8 |
1 files changed, 6 insertions, 2 deletions
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 |