diff options
Diffstat (limited to 'core/binutils/build')
-rwxr-xr-x | core/binutils/build | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/core/binutils/build b/core/binutils/build index 5b3140f0..644cb89d 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -16,7 +16,7 @@ printf 'makeinfo (GNU texinfo) 5.2\n' EOF chmod +x makeinfo - export PATH=$PATH:$PWD + export PATH="$PATH:$PWD" } # Word splitting is intentional here. @@ -31,12 +31,9 @@ EOF --disable-nls \ --disable-readline \ --disable-gprof \ + --disable-gprofng \ --with-mmap \ --with-system-zlib make make DESTDIR="$1" install - -# Manual pages are empty for some reason in binutils-2.37, so -# we are installing the manual pages from 2.36.1 -clman -d "$1" man/*.1 |