summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-08-27 07:47:44 +1000
committerChris Johns <chrisj@rtems.org>2013-08-27 07:47:44 +1000
commit2f4bd550557cd6158ff47244e5b6239682a7a2de (patch)
treec0a58054d22d4f309c27af11f497650683c84042
parentconfig: Fix the use of the extra options. (diff)
downloadrtems-source-builder-2f4bd550557cd6158ff47244e5b6239682a7a2de.tar.bz2
config: Fix the empty case of extra gcc options.
-rw-r--r--source-builder/config/gcc-common-1.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/source-builder/config/gcc-common-1.cfg b/source-builder/config/gcc-common-1.cfg
index 4943fa3..cb2670c 100644
--- a/source-builder/config/gcc-common-1.cfg
+++ b/source-builder/config/gcc-common-1.cfg
@@ -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: