summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
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