diff options
author | Elias Souza <eliascontato@protonmail.com> | 2023-02-18 12:53:34 -0300 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-19 16:08:26 +0000 |
commit | 17d9d897f0372cdabb69ddac5f25afe2e4c0bfed (patch) | |
tree | 542cb5e86e2321ed8d0041d8600a9c809d6ec442 /util/crossgcc/buildgcc | |
parent | 1548032c98f66800a5a822017b3078891552f8f5 (diff) |
crossgcc: Replace binutils no-bfd-doc patch with configure option
It is not more necessary to patch binutils, we can
pass an argument during build time to not build docs.
Regenerate binutils-2.37_no-makeinfo.patch.
Change-Id: If600f0bb46db5f84956940683a7adc83eaca01e5
Signed-off-by: Elias Souza <eliascontato@protonmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73115
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index edf3c116ab..3fd4163df3 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -718,6 +718,8 @@ build_BINUTILS() { --enable-lto \ --enable-gold \ --enable-multilib \ + --disable-docs \ + --disable-texinfo \ ${BINUTILS_OPTIONS} \ CFLAGS="$HOSTCFLAGS" \ CXXFLAGS="$HOSTCFLAGS" || touch .failed |