aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Sandoe <iains@gcc.gnu.org>2010-07-16 10:41:36 +0000
committerIain Sandoe <iains@gcc.gnu.org>2010-07-16 10:41:36 +0000
commit4b1b0ac1cf1d231766ae3906d3e67f63f612f703 (patch)
treea1698917425a03c77d66057d9dc6562f073a83d0
parent88ad03c2cbc921c32663562c95f2966e6dc0885b (diff)
downloadgcc-4b1b0ac1cf1d231766ae3906d3e67f63f612f703.zip
gcc-4b1b0ac1cf1d231766ae3906d3e67f63f612f703.tar.gz
gcc-4b1b0ac1cf1d231766ae3906d3e67f63f612f703.tar.bz2
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
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/lib/plugin-support.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index eb478bf..0a98f07 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+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>
PR target/44942
diff --git a/gcc/testsuite/lib/plugin-support.exp b/gcc/testsuite/lib/plugin-support.exp
index fe45265..9444f52 100644
--- a/gcc/testsuite/lib/plugin-support.exp
+++ b/gcc/testsuite/lib/plugin-support.exp
@@ -84,7 +84,7 @@ proc plugin-test-execute { plugin_src plugin_tests } {
set gcc_objdir "$objdir/../../.."
set includes "-I. -I${srcdir} -I${gcc_srcdir}/gcc -I${gcc_objdir}/gcc \
-I${gcc_srcdir}/include -I${gcc_srcdir}/libcpp/include \
- $GMPINC"
+ $GMPINC -I${gcc_objdir}/intl"
set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared"