瀏覽代碼

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 1 年之前
父節點
當前提交
ff7b938b63
共有 1 個文件被更改,包括 1 次插入0 次删除
  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} \
 	);