Changeset 0d8c2d6a
- Timestamp:
- 08/15/2022 12:24:18 PM (2 years ago)
- Branches:
- xry111/clfs-ng
- Children:
- aff530ed
- Parents:
- 54bc22e (diff), d94f2d0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/binutils.xml
r54bc22e r0d8c2d6a 57 57 <screen><computeroutput>The system has no more ptys. 58 58 Ask your system administrator to create more.</computeroutput></screen> 59 <!-- 60 <para>Upstream has made a patch to fix a problem when using binutils 61 for building some BLFS packages with Link Time Optimization (LTO) 62 enabled. Apply that now:</para> 63 64 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen> 65 --> 66 <!-- 67 <para>An error in the building system causes the shipped man pages to 68 be empty. Workaround the issue and remove the shipped man pages, so the 69 man pages will be regenerated correctly:</para> 70 71 <screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl 72 find -name \*.1 -delete</userinput></screen> 73 --> 74 59 <!-- Fixed in binutils-2.39 75 60 <para> 76 61 Now make a fix identified upstream that affects building some packages: … … 79 64 <screen><userinput remap="pre">sed -e '/R_386_TLS_LE /i \ || (TYPE) == R_386_TLS_IE \\' \ 80 65 -i ./bfd/elfxx-x86.h</userinput></screen> 81 66 --> 82 67 <para>The Binutils documentation recommends building Binutils 83 68 in a dedicated build directory:</para> … … 176 161 <screen><userinput remap="test">make -k check</userinput></screen> 177 162 178 <!-- Will be fixed in 2.39179 https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b -->163 <!-- Fixed in 2.39 164 https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b 180 165 <para>One gold test, <filename>pr17704a_test</filename>, is known to 181 166 fail if <parameter>CONFIG_IA32_EMULATION</parameter> is disabled in the 182 167 kernel configuration of the host system.</para> 183 168 --> 184 169 <para>Install the package:</para> 185 170
Note:
See TracChangeset
for help on using the changeset viewer.