OSDN Git Service

* lib/plugin-support.exp: Do not prefix $GMPINC with -I.
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 May 2009 18:13:40 +0000 (18:13 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 May 2009 18:13:40 +0000 (18:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147197 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5075dff..3764a27 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 f9017bb..0a548f7 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"