plugin-support.exp (plugin-test-execute): Add ${gcc_objdir}/intl to includes.
authorIain Sandoe <iains@gcc.gnu.org>
Fri, 16 Jul 2010 10:41:36 +0000 (10:41 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Fri, 16 Jul 2010 10:41:36 +0000 (10:41 +0000)
* lib/plugin-support.exp (plugin-test-execute):
Add ${gcc_objdir}/intl to includes.

From-SVN: r162259

gcc/testsuite/ChangeLog
gcc/testsuite/lib/plugin-support.exp

index eb478bfe779ec7ab8af5d555a19ffe4f5b57e63c..0a98f07ccbb59d22e22a9874a56b896bcc15b161 100644 (file)
@@ -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
index fe4526549b3acd937f1a94d219e7d57c31c6649c..9444f52662b0b6d3f4346272b5db2f79a1c63034 100644 (file)
@@ -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"