- Timestamp:
- Feb 26, 2006, 1:41:11 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- b9783c4
- Parents:
- df709be
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/alpha/aboot-build.xml
rdf709be r9172172 23 23 <title>Installation of Aboot</title> 24 24 25 <para os="aa">The following patch es addresses build issues with GCC 4.x:</para>25 <para os="aa">The following patch addresses build issues with GCC &gcc-version;:</para> 26 26 27 27 <screen os="ab"><userinput>patch -Np1 -i ../&aboot-alpha-patch;</userinput></screen> -
BOOK/cross-tools/x86_64/gcc-final.xml
rdf709be r9172172 63 63 xpointer="xpointer(//*[@os='aj'])"/> 64 64 65 <para os="bd">Finally, disable <option>-B</option> in <filename>configure</filename>, 66 so wrong architecture libraries are not picked up as -B is not expanded by the multilib spec.:</para> 65 <para os="bd">Finally, disable <option>-B</option> in 66 <filename>configure</filename> so wrong architecture libraries are not 67 picked up, as -B is not expanded by the multilib spec:</para> 67 68 68 69 <screen os="be"><userinput>cp -v configure{,.orig} -
BOOK/final-system/common/kbd.xml
rdf709be r9172172 35 35 <title>Installation of Kbd</title> 36 36 37 <para os="p1">The following patch fixes build issues with GCC 4.x:</para>37 <para os="p1">The following patch fixes build issues with GCC &gcc-version;:</para> 38 38 39 39 <screen os="p2"><userinput>patch -Np1 -i ../&kbd-gcc4_fixes-patch;</userinput></screen> -
BOOK/final-system/common/temp-perl.xml
rdf709be r9172172 41 41 <listitem> 42 42 <para>This tells Perl to build the minimum set of static 43 extensions needed for installing and testing the Coreutils44 packagelater in this chapter.</para>43 extensions needed for installing and testing the Glibc and 44 Coreutils packages later in this chapter.</para> 45 45 </listitem> 46 46 </varlistentry> -
BOOK/temp-system/multilib/binutils.xml
rdf709be r9172172 63 63 <term><parameter>CC="${CC} ${BUILD64}"</parameter></term> 64 64 <listitem> 65 <para>Tell the compiler to use our 64 bits Build flags.</para>65 <para>Tells the compiler to use our 64-bit build flags.</para> 66 66 </listitem> 67 67 </varlistentry> -
BOOK/temp-system/x86_64/gcc.xml
rdf709be r9172172 73 73 <para os="da">When searching for the multilibs, force the build to use the 74 74 results of <option>--print-multi-lib</option> from our cross-compiler, 75 not the native compiler <command>gcc</command> builds now .</para>75 not the native compiler <command>gcc</command> builds now:</para> 76 76 77 77 <screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2}
Note:
See TracChangeset
for help on using the changeset viewer.