From cb079a4db3ca5b1b59b16ab723eab74c3cd91588 Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Wed, 6 May 2009 14:13:40 -0400 Subject: [PATCH] plugin-support.exp: Do not prefix $GMPINC with -I. * lib/plugin-support.exp: Do not prefix $GMPINC with -I. From-SVN: r147197 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/lib/plugin-support.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5075dff97ba..3764a2706c1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-05-06 Diego Novillo + + * lib/plugin-support.exp: Do not prefix $GMPINC with -I. + 2009-05-06 H.J. Lu * gfortran.dg/pr40021.f: Moved to ... diff --git a/gcc/testsuite/lib/plugin-support.exp b/gcc/testsuite/lib/plugin-support.exp index f9017bb732d..0a548f72cb2 100644 --- a/gcc/testsuite/lib/plugin-support.exp +++ b/gcc/testsuite/lib/plugin-support.exp @@ -82,7 +82,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 \ - -I$GMPINC" + $GMPINC" set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared"