summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-21 06:16:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-21 06:16:41 +0000
commit7610f3e449964c9957231a77b8e3ed9d3576c826 (patch)
treea81f5a9193276c7ea295c8101e487ba680254f99 /contrib
parentBump GCC_RPMREL. (diff)
downloadrtems-7610f3e449964c9957231a77b8e3ed9d3576c826.tar.bz2
Fix typo.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/build.add2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/crossrpms/gcc/build.add b/contrib/crossrpms/gcc/build.add
index d0479a6d7d..37df982de0 100644
--- a/contrib/crossrpms/gcc/build.add
+++ b/contrib/crossrpms/gcc/build.add
@@ -53,7 +53,7 @@
--enable-version-specific-runtime-libs \
--enable-threads \
--with-sysroot=%{_exec_prefix}/@tool_target@/sys-root \
- %{?%with_lto:--enable-lto}%{?!with_lto:--disable-lto} \
+ %{?with_lto:--enable-lto}%{!?with_lto:--disable-lto} \
%if %build_newlib
--enable-newlib-io-c99-formats \
%endif