Skip to content

Commit e991b0a

Browse files
committed
update toolchain md5sums
1 parent f611b43 commit e991b0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Distcc_Cross-Compiling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ In lieu of building the toolchain as detailed below, if you are running a 64-bit
1313

1414
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.
1515

16-
* [ARMv5te soft-float](/builder/xtools/x-tools.tar.xz) (8b93708e0f7ef971b01b71dfedaffe40)
17-
* [ARMv6l hard-float](/builder/xtools/x-tools6h.tar.xz) (8b8c261c91f11545f4b54b0bddaf1db1)
18-
* [ARMv7l hard-float](/builder/xtools/x-tools7h.tar.xz) (856aa3e81afda734deff8fb2848d5760)
19-
* [ARMv8](/builder/xtools/x-tools8.tar.xz) (56c435708efe81dcf0e668907219c3ed)
16+
* [ARMv5te soft-float](/builder/xtools/x-tools.tar.xz) (d47c36c7d890e487f885a499629776d9)
17+
* [ARMv6l hard-float](/builder/xtools/x-tools6h.tar.xz) (a9c321d97b7fde8e44a0ca1bde19595e)
18+
* [ARMv7l hard-float](/builder/xtools/x-tools7h.tar.xz) (e7f77df95a93818469a9fa562723689f)
19+
* [ARMv8](/builder/xtools/x-tools8.tar.xz) (4b4986b74c5f4d51fab409447ddfc0b8)
2020

2121
## Building a crosstool-ng toolchain
2222
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.

0 commit comments

Comments
 (0)