Explorar el Código

fix binutils support again

Ralf S. Engelschall hace 23 años
padre
commit
5e4b40573b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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