- Timestamp:
- Jul 23, 2014, 7:35:42 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- cf8ec94
- Parents:
- f22ee23
- git-author:
- Chris Staub <chris@…> (07/23/14 07:35:27)
- git-committer:
- Chris Staub <chris@…> (07/23/14 07:35:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/glibc.xml
rf22ee23 r4d9d90c 49 49 <para os="l3">This same script performs its tests by attempting to compile 50 50 test programs against certain libraries. However it does not specify the 51 ld.so, and our toolchain is still configured to use the one in /tools. The 52 following set of commands will force the script to use the complete path 53 of the new ld.so that was just installed:</para> 51 path to <filename class="libraryfile">ld.so</filename>, and our toolchain 52 is still configured to use the one in 53 <filename class="directory">/tools</filename>. The following set of 54 commands will force the script to use the complete path of the new 55 <filename class="libraryfile">ld.so</filename> that was just installed:</para> 54 56 55 57 <screen os="l4"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') … … 65 67 of achieving a clean build.</para> 66 68 67 <para os="s1">Apply the following sed so the <command>tzselect</command> script works properly:</para> 69 <para os="s1">Apply the following <command>sed</command> so the 70 <command>tzselect</command> script works properly:</para> 68 71 69 72 <screen os="s2"><userinput>sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.