Changeset 2a6ed66


Ignore:
Timestamp:
May 23, 2014, 9:48:07 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
60552c1
Parents:
b979ae0e
git-author:
Chris Staub <chris@…> (05/23/14 21:43:50)
git-committer:
Chris Staub <chris@…> (05/23/14 21:48:07)
Message:

Moved bc from cross-tools to boot

Conflicts:

BOOK/boot/mips-chapter.xml
BOOK/boot/mips64-64-chapter.xml
BOOK/boot/mips64-chapter.xml
BOOK/boot/ppc-chapter.xml
BOOK/boot/ppc64-64-chapter.xml
BOOK/boot/ppc64-chapter.xml
BOOK/boot/sparc-chapter.xml
BOOK/boot/sparc64-64-chapter.xml
BOOK/boot/sparc64-chapter.xml
BOOK/boot/x86-chapter.xml
BOOK/boot/x86_64-64-chapter.xml
BOOK/boot/x86_64-chapter.xml

Location:
BOOK
Files:
26 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/bc.xml

    rb979ae0e r2a6ed66  
    66]>
    77
    8 <sect1 id="ch-cross-tools-bc">
     8<sect1 id="ch-boot-bc">
    99  <?dbhtml filename="bc.html"?>
    1010
    1111  <title>Bc-&bc-version;</title>
    1212
    13   <indexterm zone="ch-cross-tools-bc">
     13  <indexterm zone="ch-boot-bc">
    1414    <primary sortas="a-Bc">Bc</primary>
    15     <secondary>cross tools</secondary>
     15    <secondary>boot</secondary>
    1616  </indexterm>
    1717
     
    2828    <para>Prepare Bc for compilation:</para>
    2929
    30 <screen><userinput>./configure --prefix=/cross-tools</userinput></screen>
     30<screen><userinput>CC=gcc ./configure --prefix=/cross-tools</userinput></screen>
    3131
    3232    <variablelist>
     
    3434
    3535      <varlistentry>
    36         <term><parameter>--prefix=/cross-tools</parameter></term>
     36        <term><parameter>CC=gcc</parameter></term>
    3737        <listitem>
    38           <para>This tells the configure script to prepare to install the
    39           package in the <filename class="directory">/cross-tools</filename>
    40           directory.</para>
     38          <para>This ensures that we use the host's compiler to build Bc,
     39          since we need it to run on the host system.</para>
    4140        </listitem>
    4241      </varlistentry>
  • BOOK/boot/mips-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/>
  • BOOK/boot/mips64-64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/>
  • BOOK/boot/mips64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs.xml"/>
  • BOOK/boot/ppc-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/>
  • BOOK/boot/ppc64-64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/>
  • BOOK/boot/ppc64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs-libs.xml"/>
  • BOOK/boot/sparc-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/>
  • BOOK/boot/sparc64-64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/>
  • BOOK/boot/sparc64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs.xml"/>
  • BOOK/boot/x86-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/e2fsprogs.xml"/>
  • BOOK/boot/x86_64-64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/e2fsprogs.xml"/>
  • BOOK/boot/x86_64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/boot-scripts.xml"/>
    1617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs.xml"/>
  • BOOK/cross-tools/common/file.xml

    rb979ae0e r2a6ed66  
    3131
    3232    <variablelist>
    33       <title>The meaning of the new configure option:</title>
     33      <title>The meaning of the configure options:</title>
     34
     35      <varlistentry>
     36        <term><parameter>--prefix=/cross-tools</parameter></term>
     37        <listitem>
     38          <para>This tells the configure script to prepare to install the
     39          package in the <filename class="directory">/cross-tools</filename>
     40          directory.</para>
     41        </listitem>
     42      </varlistentry>
    3443
    3544      <varlistentry>
  • BOOK/cross-tools/mips-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/linux-headers.xml"/>
  • BOOK/cross-tools/mips64-64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/linux-headers.xml"/>
  • BOOK/cross-tools/mips64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/linux-headers.xml"/>
  • BOOK/cross-tools/ppc-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/linux-headers.xml"/>
  • BOOK/cross-tools/ppc64-64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/linux-headers.xml"/>
  • BOOK/cross-tools/ppc64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/linux-headers.xml"/>
  • BOOK/cross-tools/sparc-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/linux-headers.xml"/>
  • BOOK/cross-tools/sparc64-64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/linux-headers.xml"/>
  • BOOK/cross-tools/sparc64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/linux-headers.xml"/>
  • BOOK/cross-tools/x86-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/linux-headers.xml"/>
  • BOOK/cross-tools/x86_64-64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/linux-headers.xml"/>
  • BOOK/cross-tools/x86_64-chapter.xml

    rb979ae0e r2a6ed66  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/linux-headers.xml"/>
  • BOOK/introduction/common/changelog.xml

    rb979ae0e r2a6ed66  
    3838
    3939    <listitem>
     40      <para>24 May 2014</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Moved Bc from Cross-Tools to Boot section, as it's
     44          only needed to compile the kernel.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>22 May 2014</para>
    4151      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.