Commit 4b1b0ac1 by Iain Sandoe

plugin-support.exp (plugin-test-execute): Add ${gcc_objdir}/intl to includes.


	* lib/plugin-support.exp (plugin-test-execute):
	Add ${gcc_objdir}/intl to includes.

From-SVN: r162259
parent 88ad03c2
2010-07-16 Iain Sandoe <iains@gcc.gnu.org>
* lib/plugin-support.exp (plugin-test-execute):
Add ${gcc_objdir}/intl to includes.
2010-07-16 Jakub Jelinek <jakub@redhat.com> 2010-07-16 Jakub Jelinek <jakub@redhat.com>
PR target/44942 PR target/44942
......
...@@ -84,7 +84,7 @@ proc plugin-test-execute { plugin_src plugin_tests } { ...@@ -84,7 +84,7 @@ proc plugin-test-execute { plugin_src plugin_tests } {
set gcc_objdir "$objdir/../../.." set gcc_objdir "$objdir/../../.."
set includes "-I. -I${srcdir} -I${gcc_srcdir}/gcc -I${gcc_objdir}/gcc \ set includes "-I. -I${srcdir} -I${gcc_srcdir}/gcc -I${gcc_objdir}/gcc \
-I${gcc_srcdir}/include -I${gcc_srcdir}/libcpp/include \ -I${gcc_srcdir}/include -I${gcc_srcdir}/libcpp/include \
$GMPINC" $GMPINC -I${gcc_objdir}/intl"
set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared" set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared"
......
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