Просмотр исходного кода

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 год назад
Родитель
Сommit
ff7b938b63
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      toolchain/binutils/Makefile

+ 1 - 0
toolchain/binutils/Makefile

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