aboutsummaryrefslogtreecommitdiffstats
path: root/source/unix-toolchain.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-02-08 22:19:40 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-02-08 22:19:40 -0500
commit9ea60c7e7dffd06791ec2dc62ffab3f2bf802f08 (patch)
treea27793c8b0ce41e302da00979542b61f7030b679 /source/unix-toolchain.rst
parent63c03fe6d1aeada3d6c581bacd6c1229b00374b4 (diff)
downloadlibrambutan-9ea60c7e7dffd06791ec2dc62ffab3f2bf802f08.tar.gz
librambutan-9ea60c7e7dffd06791ec2dc62ffab3f2bf802f08.zip
Documentation bugfixes
Diffstat (limited to 'source/unix-toolchain.rst')
-rw-r--r--source/unix-toolchain.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/unix-toolchain.rst b/source/unix-toolchain.rst
index e6039a2..b2cabbb 100644
--- a/source/unix-toolchain.rst
+++ b/source/unix-toolchain.rst
@@ -90,7 +90,7 @@ package; this could also be installed with `easy_install
$ git clone git://github.com/leaflabs/libmaple.git libmaple
$ cd libmaple
$ wget http://static.leaflabs.com/pub/codesourcery/gcc-arm-none-eabi-latest-linux32.tar.gz
- $ tar xvf arm-*-linux32.tar.gz
+ $ tar xvf gcc-arm-none-eabi-latest-linux32.tar.gz
$ export PATH=$PATH:~/libmaple/arm/bin # or wherever these tools ended up
This step is fairly straightforward: do a git clone of the `libmaple