aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/binutils.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-03-09 19:51:42 -0600
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-03-09 19:51:42 -0600
commit25cd02b9dbe663840ed19855d09eca9abbab5258 (patch)
tree00e1541747acf3424814b42aeb2c9f8cfa8d7990 /chapter08/binutils.xml
parent6e4dfa7528a5098c09ad5dcfe26ba2b2e504a3b1 (diff)
parentde679165f9a63ce94202d356abbae2b9a3bff5c3 (diff)
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r--chapter08/binutils.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index eb83563bb..cf1c4f895 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -41,29 +41,6 @@
<sect2 role="installation">
<title>Installation of Binutils</title>
- <para>Verify that the PTYs are working properly inside the chroot
- environment by performing a simple test:</para>
-
-<screen><userinput remap="test">expect -c "spawn ls"</userinput></screen>
-
- <para>This command should output the following:</para>
-
-<screen><computeroutput>spawn ls</computeroutput></screen>
-
- <para>If, instead, the output includes the message below, then the environment
- is not set up for proper PTY operation. This issue needs to be resolved before
- running the test suites for Binutils and GCC:</para>
-
-<screen><computeroutput>The system has no more ptys.
-Ask your system administrator to create more.</computeroutput></screen>
-<!-- Fixed in binutils-2.39
- <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>