Browse Source

fix binutils support again

Ralf S. Engelschall 23 years ago
parent
commit
5e4b40573b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gcc/gcc.spec

+ 1 - 1
gcc/gcc.spec

@@ -109,7 +109,7 @@ AutoReqProv:  no
         --disable-maintainer-mode \
         --disable-shared \
         --disable-nls \
-%if "%{with_optimize}" == "yes"
+%if "%{with_binutils}" == "yes"
         --with-gnu-ld --with-ld=%{l_prefix}/bin/ld \
         --with-gnu-as --with-as=%{l_prefix}/bin/as \
 %endif