]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config.gcc
re PR preprocessor/41943 (include search path composition is bogus)
authorKai Tietz <kai.tietz@onevision.com>
Fri, 23 Jul 2010 18:32:25 +0000 (18:32 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Fri, 23 Jul 2010 18:32:25 +0000 (20:32 +0200)
commit9b91e43610f57cf94497ae45c4e424d68c7371f0
treeffbcaa87745a690fdcac1766d8e4a154926ba972
parent16c9d3b171f9e89b23d58db8ab05efa3e4cea872
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
gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc
gcc/configure
gcc/configure.ac