From fc69b28201f39518059e90ee4fd25432e5e78c1d Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 4 Dec 2015 09:14:41 +0100 Subject: [PATCH] fix typo in path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 935fc994b2..abde9b50d3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ You will find the precompiled version of the x86 toolchain from the TD-W8970 GPL tarball at the [releases section](https://github.com/mkresin/u-boot/releases). ```shell -export PATH=/your/path/to/toolchain-mips_r2_gcc-4.3.3+cs_uClibc-0.9.30.1_2_6_3/usr/bin/:$PATH +export PATH=/your/path/to/toolchain-mips_r2_gcc-4.3.3+cs_uClibc-0.9.30.1_2_6_32/usr/bin/:$PATH export ARCH=mips export CROSS_COMPILE=mips-linux-