- Timestamp:
- Feb 21, 2006, 2:30:32 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 773bf1ea
- Parents:
- da1d069
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/util-linux.xml
rda1d069 rd5cf87a3 46 46 sed -e 's@/usr/include@/tools/include@g' configure.orig > configure</userinput></screen> 47 47 48 <para os="bc"> Util-linux installs uses <option>-o root</option>, the following49 <command>sed</command> removes that since we don't have users setup50 yet:</para>48 <para os="bc">The Util-linux installation uses <option>-o root</option>. 49 The following <command>sed</command> removes that since we don't have 50 users setup yet:</para> 51 51 52 52 <screen os="bd"><userinput>cp -v MCONFIG{,.orig} -
BOOK/boot/ppc/yaboot-build.xml
rda1d069 rd5cf87a3 13 13 <indexterm zone="ch-boot-yaboot-build"> 14 14 <primary sortas="a-Yaboot">Yaboot</primary> 15 <secondary>boot</secondary> 15 16 </indexterm> 16 17 17 <sect2 role="package"> 18 <title/> 19 20 <para>The Yaboot package contains a PowerPC Boot Loader for machines using 21 OpenFirmware such as NewWorld Macintoshes.</para> 22 23 <segmentedlist> 24 <segtitle>&dependencies;</segtitle> 25 26 <seglistitem> 27 <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, 28 Make, Ncurses, and Sed</seg> 29 </seglistitem> 30 </segmentedlist> 31 32 </sect2> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 19 href="../../final-system/ppc/yaboot.xml" 20 xpointer="xpointer(//*[@role='package'])"/> 33 21 34 22 <sect2 role="installation"> -
BOOK/cross-tools/multilib/glibc-64bit.xml
rda1d069 rd5cf87a3 75 75 <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term> 76 76 <listitem> 77 <para>Forces G LIBCto utilize our target architecture GCC utilizing78 the 64 B ITflags.</para>77 <para>Forces Glibc to utilize our target architecture GCC utilizing 78 the 64 Bit flags.</para> 79 79 </listitem> 80 80 </varlistentry> … … 83 83 <term><parameter>--libdir=/tools/lib64</parameter></term> 84 84 <listitem> 85 <para>Puts G LIBCinto /tools/lib64 instead of /tools/lib.</para>85 <para>Puts Glibc into /tools/lib64 instead of /tools/lib.</para> 86 86 </listitem> 87 87 </varlistentry> -
BOOK/final-system/x86_64-64/glibc.xml
rda1d069 rd5cf87a3 124 124 125 125 <screen><userinput>rm -v /lib/ld-linux.so.2 126 127 126 cp -v /usr/bin/ldd{,.bak} 127 sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen> 128 128 129 129 <para>Check the script to make sure the sed worked correctly, then delete
Note:
See TracChangeset
for help on using the changeset viewer.