- Timestamp:
- Feb 21, 2006, 2:23:45 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:
- 398f5bd1
- Parents:
- 6c6a5bb
- Location:
- BOOK
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Cross Binutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/binutils.xml" 27 xpointer="xpointer(//*[@os='da'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Cross Binutils</title> 24 25 <para os="da">It is important that Binutils be the first package compiled 26 because both Glibc and GCC perform various tests on the available 27 linker and assembler to determine which of their own features to 28 enable.</para> 24 29 25 30 <para os="ba">To make sure that the proper syntax is used for a couple of -
BOOK/cross-tools/multilib/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Cross Binutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/binutils.xml" 27 xpointer="xpointer(//*[@os='da'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/sparc/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Cross Binutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/binutils.xml" 27 xpointer="xpointer(//*[@os='da'])"/> 24 28 25 29 <para os="ba">To make sure that the proper syntax is used for a couple of -
BOOK/cross-tools/sparc64-64/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Cross Binutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/binutils.xml" 27 xpointer="xpointer(//*[@os='da'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/sparc64/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Cross Binutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/binutils.xml" 27 xpointer="xpointer(//*[@os='da'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/sparcv8/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Cross Binutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/binutils.xml" 27 xpointer="xpointer(//*[@os='da'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/general.ent
r6c6a5bb reba8490 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-2006020 5">3 <!ENTITY version "CLFS-SVN-20060206"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 16 16 <!ENTITY version-alpha "&version;-ALPHA"> 17 17 18 <!ENTITY releasedate "February 5, 2006">18 <!ENTITY releasedate "February 6, 2006"> 19 19 <!ENTITY milestone "0.1"> 20 20 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
BOOK/introduction/common/changelog.xml
r6c6a5bb reba8490 37 37 --> 38 38 39 <listitem> 40 <para>February 6, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Moved the text explaining why binutils 44 should be the first package compiled to a more appopriate location at 45 the first installation of binutils, and changed the wording in 46 temp-system glibc</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 39 50 40 51 <listitem> -
BOOK/temp-system/64/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Binutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/binutils.xml"27 xpointer="xpointer(//*[@os='da'])"/>28 24 29 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Binutils</title> 24 25 <para os="da">It is important that Binutils be the first package compiled26 because both Glibc and GCC perform various tests on the available27 linker and assembler to determine which of their own features to28 enable.</para>29 24 30 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/gettext.xml
r6c6a5bb reba8490 47 47 </variablelist> 48 48 49 <para os="f">Compile the package:</para> 49 <para os="f">Only one program in the Gettext package needs to be 50 built:</para> 50 51 51 52 <screen os="g"><userinput>make -C lib 52 53 make -C src msgfmt</userinput></screen> 53 54 54 <para os="h">Install the package:</para>55 <para os="h">Install the <command>msgfmt</command> binary:/para> 55 56 56 57 <screen os="i"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen> -
BOOK/temp-system/multilib/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Binutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/binutils.xml"27 xpointer="xpointer(//*[@os='da'])"/>28 24 29 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/sparc/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Binutils</title> 24 25 <para os="da">It is important that Binutils be the first package compiled26 because both Glibc and GCC perform various tests on the available27 linker and assembler to determine which of their own features to28 enable.</para>29 24 30 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/sparc64-64/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Binutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/binutils.xml"27 xpointer="xpointer(//*[@os='da'])"/>28 24 29 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/sparc64/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Binutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/binutils.xml"27 xpointer="xpointer(//*[@os='da'])"/>28 24 29 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/sparcv8/binutils.xml
r6c6a5bb reba8490 22 22 <sect2 role="installation"> 23 23 <title>Installation of Binutils</title> 24 25 <para os="da">It is important that Binutils be the first package compiled26 because both Glibc and GCC perform various tests on the available27 linker and assembler to determine which of their own features to28 enable.</para>29 24 30 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.