Changeset 2b9574b in clfs-embedded for BOOK/cross-tools/common/gcc-final.xml
- Timestamp:
- Oct 14, 2013, 3:07:18 PM (11 years ago)
- Branches:
- master
- Children:
- 5efdb34
- Parents:
- 8a77fbd
- git-author:
- Andrew Bradford <andrew@…> (10/09/13 18:02:12)
- git-committer:
- Andrew Bradford <andrew@…> (10/14/13 15:07:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
r8a77fbd r2b9574b 24 24 <sect2 role="installation"> 25 25 <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 32 mv -v mpfr-&mpfr-version; mpfr 33 tar xf ../gmp-&gmp-version;.tar.bz2 34 mv -v gmp-&gmp-version; gmp 35 tar xf ../mpc-&mpc-version;.tar.gz 36 mv -v mpc-&mpc-version; mpc</userinput></screen> 26 37 27 38 <xi:include os="c" xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.