OSDN Git Service

* lib/plugin-support.exp (plugin-test-execute):
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jul 2010 10:41:36 +0000 (10:41 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jul 2010 10:41:36 +0000 (10:41 +0000)
Add ${gcc_objdir}/intl to includes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162259 138bc75d-0d04-0410-961f-82ee72b054a4

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

index eb478bf..0a98f07 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 fe45265..9444f52 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"