Changeset 44d357b
- Timestamp:
- Feb 21, 2006, 1:59: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:
- 296b08f
- Parents:
- 61625b9
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
r61625b9 r44d357b 75 75 76 76 <note os="l"> 77 <para>Linux-2.6 kernel series requiresto be compiled with GCC-3.x or77 <para>Linux-2.6 kernel series is required to be compiled with GCC-3.x or 78 78 later, in this case &gcc-version;. It is not recommended to compile the 79 79 kernel with GCC-2.95.x, as this causes failures in the Glibc test suite. -
BOOK/final-preps/settingenviron.xml
r61625b9 r44d357b 82 82 <para os="j">By putting <filename class="directory">/cross-tools/bin</filename> ahead 83 83 of the standard <envar>PATH</envar>, all the programs installed in 84 <xref linkend="chapter- temp-system"/> are created up by the cross-compiler84 <xref linkend="chapter-cross-tools"/> are picked up by the cross-compiler 85 85 immediately after their installation. This, combined with turning off 86 86 hashing, limits the risk that old programs are used from the host when 87 whenbuilding a sane set of cross-compiler tools.</para>87 building a sane set of cross-compiler tools.</para> 88 88 89 89 <para os="k">Finally, to have the environment fully prepared for building the -
BOOK/final-system/common/binutils.xml
r61625b9 r44d357b 77 77 <screen os="m"><userinput>make tooldir=/usr</userinput></screen> 78 78 79 <para os="n">Normally, the tooldir (the directory where the executables 80 will ultimately be located) is set to <filename 81 class="directory">$(exec_prefix)/$(target_alias)</filename>. Because this 82 is a custom system, this target-specific directory in <filename 83 class="directory">/usr</filename> is not required.</para> 79 <variablelist os="n"> 80 <title>The meaning of the make parameter:</title> 81 82 <varlistentry> 83 <term><parameter>tooldir=/usr</parameter></term> 84 <listitem> 85 <para>Normally, the tooldir (the directory where the executables 86 will ultimately be located) is set to <filename 87 class="directory">$(exec_prefix)/$(target_alias)</filename>. Because this 88 is a custom system, this target-specific directory in <filename 89 class="directory">/usr</filename> is not required.</para> 90 </listitem> 91 </varlistentry> 92 </variablelist> 84 93 85 94 <important os="o"> -
BOOK/final-system/common/iana-etc.xml
r61625b9 r44d357b 12 12 13 13 <indexterm zone="ch-system-iana-etc"> 14 <primary sortas="a-Iana-Etc"> Coreutils, Gawk, andIana-Etc</primary>14 <primary sortas="a-Iana-Etc">Iana-Etc</primary> 15 15 </indexterm> 16 16 -
BOOK/general.ent
r61625b9 r44d357b 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-200 51231">3 <!ENTITY version "CLFS-SVN-20060102"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 15 15 <!ENTITY version-alpha "&version;-ALPHA"> 16 16 17 <!ENTITY releasedate " December 31, 2005">17 <!ENTITY releasedate "January 02, 2006"> 18 18 <!ENTITY milestone "0.1"> 19 19 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
BOOK/introduction/common/changelog.xml
r61625b9 r44d357b 44 44 removed note about GRUB's testsuite failure.</para> 45 45 </listitem> 46 </itemizedlist>47 </listitem>48 49 <listitem>50 <para>December 30, 2005</para>51 <itemizedlist>52 <listitem>53 <para>[Chris] - Updated package dependencies, removed explanation of54 "target alias" and "cross-compiling" from final-system binutils, and55 removed note about GRUB's testsuite failure.</para>56 </listitem>57 46 <listitem> 58 47 <para>[ken] - Fix where tree gets installed.</para>
Note:
See TracChangeset
for help on using the changeset viewer.