From a2f27881488b065dc8092fa2b13777f7c26f0286 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 6 Dec 2010 17:21:48 +0000 Subject: [PATCH] backport: re PR testsuite/43925 (Plugin tests unresolved on IRIX 6.5: libintl.h: No such file or directory) Backport from mainline: 2010-07-16 Iain Sandoe PR testsuite/43925 * lib/plugin-support.exp (plugin-test-execute): Add ${gcc_objdir}/intl to includes. From-SVN: r167506 --- gcc/testsuite/ChangeLog | 9 +++++++++ gcc/testsuite/lib/plugin-support.exp | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 570c51154f10..77857cd9c393 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2010-12-06 Rainer Orth + + Backport from mainline: + 2010-07-16 Iain Sandoe + + PR testsuite/43925 + * lib/plugin-support.exp (plugin-test-execute): + Add ${gcc_objdir}/intl to includes. + 2010-12-06 Rainer Orth * ada/acats/run_acats (which): Assign output to temporary diff --git a/gcc/testsuite/lib/plugin-support.exp b/gcc/testsuite/lib/plugin-support.exp index bc4a56944991..ec19eb8723cb 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" -- 2.47.2