Commit 15892298 by David Malcolm Committed by David Malcolm

Add -fno-rtti when building plugins.

gcc/testsuite

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

From-SVN: r201509
parent 27a4cd48
2013-08-05 David Malcolm <dmalcolm@redhat.com> 2013-08-05 David Malcolm <dmalcolm@redhat.com>
* lib/plugin-support.exp (plugin-test-execute): Add -fno-rtti
to optstr when building plugins.
2013-08-05 David Malcolm <dmalcolm@redhat.com>
Patch autogenerated by refactor_passes.py from Patch autogenerated by refactor_passes.py from
https://github.com/davidmalcolm/gcc-refactoring-scripts https://github.com/davidmalcolm/gcc-refactoring-scripts
revision 03fe39476a4c4ea450b49e087cfa817b5f92021e revision 03fe39476a4c4ea450b49e087cfa817b5f92021e
......
...@@ -104,7 +104,7 @@ proc plugin-test-execute { plugin_src plugin_tests } { ...@@ -104,7 +104,7 @@ proc plugin-test-execute { plugin_src plugin_tests } {
set optstr [concat $optstr "-DIN_GCC -fPIC -shared -undefined dynamic_lookup"] set optstr [concat $optstr "-DIN_GCC -fPIC -shared -undefined dynamic_lookup"]
} else { } else {
set plug_cflags $PLUGINCFLAGS set plug_cflags $PLUGINCFLAGS
set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared" set optstr "$includes $extra_flags -DIN_GCC -fPIC -shared -fno-rtti"
} }
# Temporarily switch to the environment for the plugin compiler. # Temporarily switch to the environment for the plugin compiler.
......
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