Commit d0cd8160 by David Malcolm Committed by David Malcolm

plugin-support.exp (plugin-test-execute): Add -fno-rtti to optstr when building plugins on darwin.

2013-08-07  David Malcolm  <dmalcolm@redhat.com>

	* lib/plugin-support.exp (plugin-test-execute): Add -fno-rtti
	to optstr when building plugins on darwin.

From-SVN: r201552
parent f585f69b
2013-08-07 David Malcolm <dmalcolm@redhat.com>
* lib/plugin-support.exp (plugin-test-execute): Add -fno-rtti
to optstr when building plugins on darwin.
2013-08-06 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/57539
......
......@@ -101,7 +101,7 @@ proc plugin-test-execute { plugin_src plugin_tests } {
set optstr [concat $optstr " $op"]
}
}
set optstr [concat $optstr "-DIN_GCC -fPIC -shared -undefined dynamic_lookup"]
set optstr [concat $optstr "-DIN_GCC -fPIC -shared -fno-rtti -undefined dynamic_lookup"]
} else {
set plug_cflags $PLUGINCFLAGS
set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared -fno-rtti"
......
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