plugin-support.exp: Do not prefix $GMPINC with -I.
authorDiego Novillo <dnovillo@google.com>
Wed, 6 May 2009 18:13:40 +0000 (14:13 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Wed, 6 May 2009 18:13:40 +0000 (14:13 -0400)
* lib/plugin-support.exp: Do not prefix $GMPINC with -I.

From-SVN: r147197

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

index 5075dff97ba006f7e5a4eae73d81769d357ed29d..3764a2706c145b79eb41c9dc85cd21ded4ed2749 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-06  Diego Novillo  <dnovillo@google.com>
+
+       * lib/plugin-support.exp: Do not prefix $GMPINC with -I.
+
 2009-05-06  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gfortran.dg/pr40021.f: Moved to ...
index f9017bb732d0961a2b2f6fc47ca4bd77512a1022..0a548f72cb251f6960d32ac57ad7a360d1ab75f3 100644 (file)
@@ -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"