From 7610f3e449964c9957231a77b8e3ed9d3576c826 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 21 Mar 2010 06:16:41 +0000 Subject: [PATCH] Fix typo. --- contrib/crossrpms/gcc/build.add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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