mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
download toolchain to $CWD
This commit is contained in:
parent
f2c20659b7
commit
3631d53ab2
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -50,8 +50,8 @@ echo "------ Downloading cross-compiler"
|
||||||
#Read this for further information if you run into problems with gcc compiler
|
#Read this for further information if you run into problems with gcc compiler
|
||||||
#http://linux-sunxi.org/Toolchain
|
#http://linux-sunxi.org/Toolchain
|
||||||
|
|
||||||
wget -c https://launchpadlibrarian.net/$TOOLCHAIN_URL_RANDOM_NUMBER/gcc-linaro-arm-linux-gnueabihf-${TOOLCHAIN_VERSION}_linux.tar.xz
|
wget -c https://launchpadlibrarian.net/$TOOLCHAIN_URL_RANDOM_NUMBER/gcc-linaro-arm-linux-gnueabihf-${TOOLCHAIN_VERSION}_linux.tar.xz -O $CWD/gcc-linaro-arm-linux-gnueabihf-${TOOLCHAIN_VERSION}_linux.tar.xz
|
||||||
tar xf gcc-linaro-arm-linux-gnueabihf-${TOOLCHAIN_VERSION}_linux.tar.xz
|
tar xf $CWD/gcc-linaro-arm-linux-gnueabihf-${TOOLCHAIN_VERSION}_linux.tar.xz
|
||||||
|
|
||||||
CROSS_COMPILE=$PWD/gcc-linaro-arm-linux-gnueabihf-${TOOLCHAIN_VERSION}_linux/bin/arm-linux-gnueabihf-
|
CROSS_COMPILE=$PWD/gcc-linaro-arm-linux-gnueabihf-${TOOLCHAIN_VERSION}_linux/bin/arm-linux-gnueabihf-
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue