]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: re PR testsuite/43925 (Plugin tests unresolved on IRIX 6.5: libintl.h:...
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 6 Dec 2010 17:21:48 +0000 (17:21 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 6 Dec 2010 17:21:48 +0000 (17:21 +0000)
Backport from mainline:
2010-07-16  Iain Sandoe  <iains@gcc.gnu.org>

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

From-SVN: r167506

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

index 570c51154f1065630213ee153e7ebd2baa634311..77857cd9c393b120004e16b6e9b06272efb38bf5 100644 (file)
@@ -1,3 +1,12 @@
+2010-12-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       Backport from mainline:
+       2010-07-16  Iain Sandoe  <iains@gcc.gnu.org>
+
+       PR testsuite/43925
+       * lib/plugin-support.exp (plugin-test-execute):
+       Add ${gcc_objdir}/intl to includes.
+
 2010-12-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * ada/acats/run_acats (which): Assign output to temporary
index bc4a56944991b9a18403e44dde8503f149f673b9..ec19eb8723cbcf4cf41f846049e6021b2369ec32 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"