Changeset f10d150
- Timestamp:
- Aug 8, 2010, 2:02:10 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 41969c7
- Parents:
- c8d4414
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/64/binutils.xml
rc8d4414 rf10d150 41 41 href="../common/binutils.xml" 42 42 xpointer="xpointer(//*[@os='f'])"/> 43 44 <para os="q1">Libiberty uses45 <command>gcc -print-multi-os-directory</command> to determine where to46 install <filename class="libraryfile">libiberty.a</filename>. Because our47 temporary GCC is still multilib-aware, the command returns48 <literal>../lib64</literal> which causes the archive to be installed into49 <filename class="directory">/usr/lib64</filename>. The following sed will50 prevent this:</para>51 52 <screen os="q2"><userinput>sed -i 's%\(^MULTIOSDIR = \).*%\1 ../lib%' libiberty/Makefile.in</userinput></screen>53 43 54 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/x86_64-64/binutils.xml
rc8d4414 rf10d150 41 41 href="../common/binutils.xml" 42 42 xpointer="xpointer(//*[@os='f'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"45 href="../64/binutils.xml"46 xpointer="xpointer(//*[@os='q1'])"/>47 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"49 href="../64/binutils.xml"50 xpointer="xpointer(//*[@os='q2'])"/>51 43 52 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.