Changes in / [cf8ec94:4a2299c]
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/glibc.xml
rcf8ec94 r4a2299c 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 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> 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> 56 54 57 55 <screen os="l4"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') … … 67 65 of achieving a clean build.</para> 68 66 69 <para os="s1">Apply the following <command>sed</command> so the 70 <command>tzselect</command> script works properly:</para> 67 <para os="s1">Apply the following sed so the <command>tzselect</command> script works properly:</para> 71 68 72 69 <screen os="s2"><userinput>sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile</userinput></screen> -
BOOK/general.ent
rcf8ec94 r4a2299c 3 3 <!ENTITY month "07"> <!-- Use two digits --> 4 4 <!ENTITY month_name "July"> 5 <!ENTITY day "2 3"> <!-- Use two digits -->5 <!ENTITY day "21"> <!-- Use two digits --> 6 6 <!ENTITY year "2014"> <!-- Use four digits --> 7 7
Note:
See TracChangeset
for help on using the changeset viewer.