- Timestamp:
- Feb 21, 2006, 2:30:42 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:
- 467dffc
- Parents:
- d5cf87a3
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/glibc.xml
rd5cf87a3 r773bf1ea 74 74 <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD32}"</parameter></term> 75 75 <listitem> 76 <para>Forces G LIBCto utilize our target architecture GCC utilizing77 the 32 B ITflags.</para>76 <para>Forces Glibc to utilize our target architecture GCC utilizing 77 the 32 Bit flags.</para> 78 78 </listitem> 79 79 </varlistentry> -
BOOK/final-system/alpha/aboot.xml
rd5cf87a3 r773bf1ea 18 18 <title/> 19 19 20 <para>The aboot package contains the Alpha Bootlo der.</para>20 <para>The aboot package contains the Alpha Bootloader.</para> 21 21 22 22 <segmentedlist> … … 34 34 <title>Installation of aboot</title> 35 35 36 <para os="aa">The following patch es addresses build issues with GCC 4.x:</para>36 <para os="aa">The following patch addresses build issues with GCC &gcc-version;:</para> 37 37 38 38 <screen os="ab"><userinput>patch -Np1 -i ../&aboot-alpha-patch;</userinput></screen> -
BOOK/final-system/common/gzip.xml
rd5cf87a3 r773bf1ea 69 69 <screen os="k"><userinput>mv -v /usr/bin/gzip /bin 70 70 rm -v /usr/bin/{gunzip,zcat} 71 ln -sv gzip /bin/{gunzip,zcat,compress} 71 ln -sv gzip /bin/gunzip 72 ln -sv gzip /bin/zcat 73 ln -sv gzip /bin/compress 72 74 ln -sv gunzip /bin/uncompress</userinput></screen> 73 75 -
BOOK/final-system/common/inetutils.xml
rd5cf87a3 r773bf1ea 41 41 <screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen> 42 42 43 <para os="p3">This patch addresses build issues with GCC 4.x:</para>43 <para os="p3">This patch addresses build issues with GCC &gcc-version;:</para> 44 44 45 45 <screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen> -
BOOK/final-system/common/udev.xml
rd5cf87a3 r773bf1ea 56 56 program:</para> 57 57 58 < para os="e"><userinput>sed -i 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></para>58 <screen os="e"><userinput>sed -i 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen> 59 59 60 60 <para os="f">To test the results, issue:
Note:
See TracChangeset
for help on using the changeset viewer.