Skip to content

Commit

Permalink
update toolchain md5sums
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed Jun 9, 2019
1 parent 19cd24f commit f611b43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Distcc_Cross-Compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ In lieu of building the toolchain as detailed below, if you are running a 64-bit

It is *highly recommended* to use these tarballs as they have been thoroughly tested, and are maintained to be version- and source-matched to the current toolchain components for our ARM architectures. If you build the toolchain yourself, you must assemble patched source tarballs to build versions that match what is in use here.

* [ARMv5te soft-float](/builder/xtools/x-tools.tar.xz) (e77538aa5fb53131f34b501b22e29a05)
* [ARMv6l hard-float](/builder/xtools/x-tools6h.tar.xz) (6bf18a8130b5de2a8b9f7fbf047d9f8f)
* [ARMv7l hard-float](/builder/xtools/x-tools7h.tar.xz) (2e8874c492c8a5ab19663f91b1b61249)
* [ARMv8](/builder/xtools/x-tools8.tar.xz) (2db7a1b9bc94eefb3c6f97fdcea27f5f)
* [ARMv5te soft-float](/builder/xtools/x-tools.tar.xz) (8b93708e0f7ef971b01b71dfedaffe40)
* [ARMv6l hard-float](/builder/xtools/x-tools6h.tar.xz) (8b8c261c91f11545f4b54b0bddaf1db1)
* [ARMv7l hard-float](/builder/xtools/x-tools7h.tar.xz) (856aa3e81afda734deff8fb2848d5760)
* [ARMv8](/builder/xtools/x-tools8.tar.xz) (56c435708efe81dcf0e668907219c3ed)

## Building a crosstool-ng toolchain
This process is very automated, courtesy of [crosstool-ng](http://crosstool-ng.org). As a normal user (<b>not root!</b>), clone revision ec384f2b of the git repository into a directory called "cross" in your home directory. Enter the source directory and configure with a prefix for the "cross" directory, make, and make install. If you are missing any pre-requisites, the configure script will let you know what they are.
Expand Down

0 comments on commit f611b43

Please sign in to comment.