Procházet zdrojové kódy

binutils: disable gprofng

I don't use it and it does not link statically when the toolchain
itself got linked static. reported via mailinglist.
Waldemar Brodkorb před 1 rokem
rodič
revize
ff7b938b63
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      toolchain/binutils/Makefile

+ 1 - 0
toolchain/binutils/Makefile

@@ -67,6 +67,7 @@ endif
 		--enable-obsolete \
 		--disable-werror \
 		--disable-gprof \
+		--enable-gprofng=no \
 		--disable-install-libiberty \
 		${CONFOPTS} \
 	);