Changeset 6d4c909 for BOOK/temp-system


Ignore:
Timestamp:
Feb 21, 2006, 1:56:25 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ad0c7e6
Parents:
f0ed7ed
Message:

r974@server (orig r972): jim | 2005-12-28 21:29:16 -0800

r1216@server: jim | 2005-12-28 21:26:31 -0800
Text Updates from Chris Staub. Thank you


Location:
BOOK/temp-system/common
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/bzip2.xml

    rf0ed7ed r6d4c909  
    2323    <title>Installation of Bzip2</title>
    2424
    25     <para os="ca">We need to remove the tests to since they won't work on
     25    <para os="ca">Remove the tests to since they won't work on
    2626    a multi-architecture build:</para>
    2727
  • BOOK/temp-system/common/findutils.xml

    rf0ed7ed r6d4c909  
    2424
    2525    <para os="aa">Findutils has an issue with cross-compiling where it
    26     can't find getline. So we fix it here:</para>
     26    can't find getline. Fix it here:</para>
    2727
    2828<screen os="ab"><userinput>echo "am_cv_func_working_getline=yes" &gt;&gt; config.cache</userinput></screen>
  • BOOK/temp-system/common/gettext.xml

    rf0ed7ed r6d4c909  
    2424
    2525    <para os="a">Gettext has an issue with cross-compiling where it
    26     can't find getline. So we fix it here:</para>
     26    can't find getline. Fix it here:</para>
    2727
    2828<screen os="b"><userinput>cd gettext-tools
  • BOOK/temp-system/common/introduction.xml

    rf0ed7ed r6d4c909  
    3939
    4040  <para>During this section of the build you will see several WARNING
    41   message like the one below. It is safe to ignore this message.</para>
     41  messages like the one below. It is safe to ignore these messages.</para>
    4242
    4343<blockquote><screen><computeroutput>configure: WARNING: If you wanted to set the --build type, don't use --host.
  • BOOK/temp-system/common/perl.xml

    rf0ed7ed r6d4c909  
    2828<screen os="b"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    2929
    30    <para os="c">We will now make a change so we can make a cross-compiled version of
    31    perl. We will change the permissions on the files we need to update, so we
    32    can make a change. This change will rename miniperl to miniperl-cross:</para>
     30   <para os="c">Now make a change to allow the creation of a cross-compiled version of
     31   perl. This change will rename miniperl to miniperl-cross. The files that need to be modified also need their permissions changed:</para>
    3332
    3433<screen os="d"><userinput>chmod 755 ext/util/make_ext
  • BOOK/temp-system/common/tar.xml

    rf0ed7ed r6d4c909  
    2424
    2525    <para os="aa">Tar has an issue with cross-compiling where it
    26     can't find <function>getline</function>. So we fix it here:</para>
     26    can't find <function>getline</function>. Fix it here:</para>
    2727
    2828<screen os="ab"><userinput>echo "am_cv_func_working_getline=yes" &gt;&gt; config.cache</userinput></screen>
  • BOOK/temp-system/common/variables.xml

    rf0ed7ed r6d4c909  
    1111  <title>Build Variables</title>
    1212
    13   <para>We will need to setup target specific variables for the compiler
     13  <para>Setup target specific variables for the compiler
    1414  and linkers:</para>
    1515
     
    2222export STRIP="${LFS_TARGET}-strip"</userinput></screen>
    2323
    24   <para>Lets add the build variables to <filename>~/.bashrc</filename> to
    25   prevent issues if we stop and come back later:</para>
     24  <para>Then add the build variables to <filename>~/.bashrc</filename> to
     25  prevent issues if you stop and come back later:</para>
    2626
    2727<screen><userinput>echo export CC=\""${CC}\"" &gt;&gt; ~/.bashrc
Note: See TracChangeset for help on using the changeset viewer.