From f611b436c44cc803a072347d20ee38814c28a54f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 9 Jun 2019 14:44:16 -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 fedff2d..674639e 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-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 (not root!), 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.