summaryrefslogtreecommitdiff
path: root/gcc/testsuite/lib/plugin-support.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/lib/plugin-support.exp')
-rw-r--r--gcc/testsuite/lib/plugin-support.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/plugin-support.exp b/gcc/testsuite/lib/plugin-support.exp
index fe4526549b3..9444f52662b 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"