Changeset f10d150 for BOOK/final-system/64
- 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
- File:
-
- 1 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"
Note:
See TracChangeset
for help on using the changeset viewer.