Commit 9124bc53 by Daniel Jacobowitz Committed by Daniel Jacobowitz

configure.in: Include $(build_tooldir)/sys-include in FLAGS_FOR_TARGET.

	* configure.in: Include $(build_tooldir)/sys-include in
	FLAGS_FOR_TARGET.
	* configure: Regenerated.

From-SVN: r63792
parent 754047bb
2003-03-04 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Include $(build_tooldir)/sys-include in
FLAGS_FOR_TARGET.
* configure: Regenerated.
2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org> 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Always pass down RANLIB. * Makefile.tpl: Always pass down RANLIB.
......
...@@ -2570,7 +2570,7 @@ esac ...@@ -2570,7 +2570,7 @@ esac
# being built; programs in there won't even run. # being built; programs in there won't even run.
if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
# Search for pre-installed headers if nothing else fits. # Search for pre-installed headers if nothing else fits.
FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include' FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
fi fi
if test "x${use_gnu_ld}" = x && if test "x${use_gnu_ld}" = x &&
......
...@@ -1909,7 +1909,7 @@ esac ...@@ -1909,7 +1909,7 @@ esac
# being built; programs in there won't even run. # being built; programs in there won't even run.
if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
# Search for pre-installed headers if nothing else fits. # Search for pre-installed headers if nothing else fits.
FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include' FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
fi fi
if test "x${use_gnu_ld}" = x && if test "x${use_gnu_ld}" = x &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment