From 78d48546245615608fa835f1bab8e87c213d1cfe Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 30 Mar 2018 20:21:57 -0600 Subject: [PATCH] update toolchain md5sums --- Distcc_Cross-Compiling.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Distcc_Cross-Compiling.md b/Distcc_Cross-Compiling.md index 101e573..4467772 100644 --- a/Distcc_Cross-Compiling.md +++ b/Distcc_Cross-Compiling.md @@ -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](/builder/xtools/x-tools.tar.xz) (4ebc6a96fefd5f11c502620b5b26653a) -* [ARMv6l hard](/builder/xtools/x-tools6h.tar.xz) (bee63a7fc40b0379a7935d26db03b941) -* [ARMv7l hard](/builder/xtools/x-tools7h.tar.xz) (4a934847291fc7469c3ef26e4ada0ba0) -* [ARMv8](/builder/xtools/x-tools8.tar.xz) (6af0035de121c0b962a78bb0cb45ff71) +* [ARMv5te soft-float](/builder/xtools/x-tools.tar.xz) (4b247b953743b3c803dac0b1ae833ceb) +* [ARMv6l hard-float](/builder/xtools/x-tools6h.tar.xz) (cde4df379ee8de34a9cad6abed8f7d14) +* [ARMv7l hard-float](/builder/xtools/x-tools7h.tar.xz) (ba54e1d8b1b829872dd48823a7efe2cf) +* [ARMv8](/builder/xtools/x-tools8.tar.xz) (3ca3ca54267f485035ea55edf8ae7d79) ## Building a crosstool-ng toolchain This process is very automated, courtesy of [crosstool-ng](http://crosstool-ng.org). As a normal user (not root!), clone revision 1dbb06f 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.