Changeset 0de6e24 in clfs-sysroot
- Timestamp:
- Jan 3, 2007, 10:44:12 PM (18 years ago)
- Branches:
- master
- Children:
- 1f3f3d3
- Parents:
- 7b58527
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r7b58527 r0de6e24 146 146 <screen os="bi"><userinput>make install</userinput></screen> 147 147 148 <para os="bj"> Copy <filename class="headerfile">libiberty.h</filename> file to149 <filename class="directory">${CLFS}/usr/include</filename> directory:</para>148 <para os="bj">Install the <filename class="headerfile">libiberty</filename> header 149 file that is needed by some packages:</para> 150 150 151 151 <screen os="bk"><userinput>cp -v ../binutils-&binutils-version;/include/libiberty.h ${CLFS}/usr/include</userinput></screen> -
BOOK/final-system/common/binutils.xml
r7b58527 r0de6e24 82 82 83 83 <screen os="k"><userinput>make DESTDIR=${CLFS} tooldir=/usr install</userinput></screen> 84 85 <para os="l">Install the <filename class="headerfile">libiberty</filename> header86 file that is needed by some packages:</para>87 88 <screen os="m"><userinput>cp -v ../binutils-&binutils-version;/include/libiberty.h ${CLFS}/usr/include</userinput></screen>89 84 90 85 </sect2> -
BOOK/final-system/hppa/binutils.xml
r7b58527 r0de6e24 86 86 xpointer="xpointer(//*[@os='k'])"/> 87 87 88 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"89 href="../common/binutils.xml"90 xpointer="xpointer(//*[@os='l'])"/>91 92 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"93 href="../common/binutils.xml"94 xpointer="xpointer(//*[@os='m'])"/>95 96 88 </sect2> 97 89 -
BOOK/introduction/common/changelog.xml
r7b58527 r0de6e24 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>January 4, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Removed redundant command to copy libiberty.h to 44 ${CLFS}/usr/include a second time.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.