aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2023-11-21 10:19:29 +0000
committerIain Sandoe <iain@sandoe.co.uk>2023-11-22 14:51:00 +0000
commite9b39df9333d565ee06fa65d62bfca4bbcb92e44 (patch)
tree822bbe09a24ef0709af6c02d964eeaa3e7174326
parent2a46e0e7e20e6e9095708704ac0180859e258b7d (diff)
downloadgcc-e9b39df9333d565ee06fa65d62bfca4bbcb92e44.zip
gcc-e9b39df9333d565ee06fa65d62bfca4bbcb92e44.tar.gz
gcc-e9b39df9333d565ee06fa65d62bfca4bbcb92e44.tar.bz2
testsuite: Update path to intl include.
When we are building libintl in-tree, we need to pass the path to the generated libintl.h include to the plugin tests. This path has changed with the use of gettext directly. gcc/testsuite/ChangeLog: * lib/plugin-support.exp: Update the expected path to an in-tree build of libintl. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
-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 378881b..8accf13 100644
--- a/gcc/testsuite/lib/plugin-support.exp
+++ b/gcc/testsuite/lib/plugin-support.exp
@@ -85,7 +85,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 -I${gcc_objdir}/intl"
+ $GMPINC -I${gcc_objdir}/gettext/intl"
if { [ ishost *-*-darwin* ] } {
# -mdynamic-no-pic is incompatible with -fPIC.