mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Binutils fix to fix some package builds
This fix was found on an i368 system when building openjdk. The fix does not help or hurt x86_64 systems.
This commit is contained in:
parent
c5755859a8
commit
d6f5aab381
@ -71,12 +71,14 @@ Ask your system administrator to create more.</computeroutput></screen>
|
||||
<screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl
|
||||
find -name \*.1 -delete</userinput></screen>
|
||||
-->
|
||||
<!--
|
||||
<para>Now remove one test that prevents the tests from running
|
||||
to completion:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen>
|
||||
-->
|
||||
<para>
|
||||
Now make a fix identified upstream that affects building some packages:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -e '/R_386_TLS_LE /i \ || (TYPE) == R_386_TLS_IE \\' \
|
||||
-i ./bfd/elfxx-x86.h</userinput></screen>
|
||||
|
||||
<para>The Binutils documentation recommends building Binutils
|
||||
in a dedicated build directory:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user