Commit cb079a4d by Diego Novillo Committed by Diego Novillo

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


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

From-SVN: r147197
parent 5416e9be
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> 2009-05-06 H.J. Lu <hongjiu.lu@intel.com>
* gfortran.dg/pr40021.f: Moved to ... * gfortran.dg/pr40021.f: Moved to ...
......
...@@ -82,7 +82,7 @@ proc plugin-test-execute { plugin_src plugin_tests } { ...@@ -82,7 +82,7 @@ proc plugin-test-execute { plugin_src plugin_tests } {
set gcc_objdir "$objdir/../../.." set gcc_objdir "$objdir/../../.."
set includes "-I. -I${srcdir} -I${gcc_srcdir}/gcc -I${gcc_objdir}/gcc \ set includes "-I. -I${srcdir} -I${gcc_srcdir}/gcc -I${gcc_objdir}/gcc \
-I${gcc_srcdir}/include -I${gcc_srcdir}/libcpp/include \ -I${gcc_srcdir}/include -I${gcc_srcdir}/libcpp/include \
-I$GMPINC" $GMPINC"
set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared" set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment