Changeset d6f5aab
- Timestamp:
- 02/16/2022 10:56:04 PM (20 months ago)
- Branches:
- 11.1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- b7daa52a, bb19832
- Parents:
- c5755859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/binutils.xml
rc5755859 rd6f5aab 72 72 find -name \*.1 -delete</userinput></screen> 73 73 --> 74 <!-- 75 <para>Now remove one test that prevents the tests from running 76 to completion:</para> 77 78 <screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen> 79 --> 74 75 <para> 76 Now make a fix identified upstream that affects building some packages: 77 </para> 78 79 <screen><userinput remap="pre">sed -e '/R_386_TLS_LE /i \ || (TYPE) == R_386_TLS_IE \\' \ 80 -i ./bfd/elfxx-x86.h</userinput></screen> 81 80 82 <para>The Binutils documentation recommends building Binutils 81 83 in a dedicated build directory:</para>
Note:
See TracChangeset
for help on using the changeset viewer.