plugin-support.exp: Do not prefix $GMPINC with -I.

* lib/plugin-support.exp: Do not prefix $GMPINC with -I.

From-SVN: r147197
This commit is contained in:
Diego Novillo 2009-05-06 14:13:40 -04:00 committed by Diego Novillo
parent 5416e9bec1
commit cb079a4db3
2 changed files with 5 additions and 1 deletions

View 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 ...

View 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"