소스 검색

binutils: disable gprof

Waldemar Brodkorb 3 년 전
부모
커밋
43d14af9b5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      toolchain/binutils/Makefile

+ 1 - 0
toolchain/binutils/Makefile

@@ -58,6 +58,7 @@ endif
 		--disable-gdb \
 		--enable-obsolete \
 		--disable-werror \
+		--disable-gprof \
 		--disable-install-libiberty \
 		${CONFOPTS} \
 	);