config: Add support for extra GCC configure options.

This commit is contained in:
Chris Johns 2013-08-22 11:38:10 +10:00
parent 407f7ffb43
commit 75aa2db1c6

View File

@ -164,7 +164,8 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
%{?with_threads:--enable-threads}%{!?with_threads:--disable-threads} \
%{?with_plugin:--enable-plugin}%{!?with_plugin:--disable-plugin} \
%{?enable_obsolete:--enable-obsolete} \
--enable-languages="$languages"
--enable-languages="$languages" \
%{gcc_configure_extra_options}
if test "%_host" != "%_build" ; then
# Bug in gcc-3.2.1: