mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: Fix the empty case of extra gcc options.
This commit is contained in:
@@ -164,8 +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" \
|
||||
%{?gcc_configure_extra_options:%{gcc_configure_extra_options}}
|
||||
%{?gcc_configure_extra_options:%{gcc_configure_extra_options}} \
|
||||
--enable-languages="$languages"
|
||||
|
||||
if test "%_host" != "%_build" ; then
|
||||
# Bug in gcc-3.2.1:
|
||||
|
Reference in New Issue
Block a user