diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-09-25 01:22:39 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-28 11:03:55 -0400 |
commit | 4440ececed2d7c7494e03e462b395bdf4e8a418c (patch) | |
tree | fa4e9d367c17b26bf53d8a0844d28bbabb1728c9 | |
parent | 3e4dad50320d20894710276eb09f2057c6985065 (diff) | |
download | u-boot-imx-4440ececed2d7c7494e03e462b395bdf4e8a418c.zip u-boot-imx-4440ececed2d7c7494e03e462b395bdf4e8a418c.tar.gz u-boot-imx-4440ececed2d7c7494e03e462b395bdf4e8a418c.tar.bz2 |
tools: moveconfig: Update the URL for nds32 toolchain
Give a full URL for a working nds32 toolchain for U-Boot.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rwxr-xr-x | tools/moveconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/moveconfig.py b/tools/moveconfig.py index 496c90a..1b53f95 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -181,7 +181,7 @@ SLEEP_TIME=0.03 # (https://www.kernel.org/pub/tools/crosstool/files/bin/), except the followings: # arc: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases # blackfin: http://sourceforge.net/projects/adi-toolchain/files/ -# nds32: http://osdk.andestech.com/packages/ +# nds32: http://osdk.andestech.com/packages/nds32le-linux-glibc-v1.tgz # nios2: https://sourcery.mentor.com/GNUToolchain/subscription42545 # sh: http://sourcery.mentor.com/public/gnu_toolchain/sh-linux-gnu CROSS_COMPILE = { |