Changeset 2b9574b in clfs-embedded for BOOK/cross-tools/common/gcc-final.xml


Ignore:
Timestamp:
Oct 14, 2013, 8:07:18 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
5efdb34
Parents:
8a77fbd
git-author:
Andrew Bradford <andrew@…> (10/09/13 11:02:12)
git-committer:
Andrew Bradford <andrew@…> (10/14/13 08:07:18)
Message:

gcc-final: Do mpfr, gmp, and mpc, too

Due to removal of MPFR, GMP, and MPC steps now gcc-final needs to unpack
them, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    r8a77fbd r2b9574b  
    2424  <sect2 role="installation">
    2525    <title>Installation of GCC Cross Compiler</title>
     26
     27    <para os="b">GCC requires the GMP, MPFR, and MPC packages to either be
     28    present on the host or to be present in source form within the gcc source
     29    tree.  Unpack these into the GCC directory after unpacking GCC:</para>
     30
     31<screen os="ba"><userinput>tar xf ../mpfr-&mpfr-version;.tar.bz2
     32mv -v mpfr-&mpfr-version; mpfr
     33tar xf ../gmp-&gmp-version;.tar.bz2
     34mv -v gmp-&gmp-version; gmp
     35tar xf ../mpc-&mpc-version;.tar.gz
     36mv -v mpc-&mpc-version; mpc</userinput></screen>
    2637
    2738    <xi:include os="c" xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.