diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-18 03:24:06 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-18 03:24:06 +0000 |
commit | fdce923c3a3616244874c163053e0c9884b36494 (patch) | |
tree | 6c38931d95544801f3c7b141c78b231125c0c56a /chapter06 | |
parent | 42fd7b34312fd633d085ed6328b984f6dff258a3 (diff) |
Reinstate libiberty header installation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2843 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils-inst.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml index c414e52a4..0d7a7cc6b 100644 --- a/chapter06/binutils-inst.xml +++ b/chapter06/binutils-inst.xml @@ -43,5 +43,10 @@ generates code that can be executed on PowerPC machines).</para> <para><screen><userinput>make tooldir=/usr install</userinput></screen></para> +<para>Install the <emphasis>libiberty</emphasis> header file that is needed by +some packages:</para> + +<para><screen><userinput>cp ../binutils-&binutils-version;/include/libiberty.h /usr/include</userinput></screen></para> + </sect2> |