From a5621e728bb55b0b191c9f4ac9ba10228e17647f Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 1 Mar 2015 01:51:56 +0100 Subject: [PATCH] add toolchain paths - using buildroot works --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85060bf5d7..e37f35c136 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,17 @@ export UBOOTDIR=$(TOPDIR)/u-boot ### Toolchain config ### #buildroot -CONFIG_TOOLCHAIN_PREFIX=/opt/build/toolchain-mipsbe-4.7.3/bin/mips-linux- +#CONFIG_TOOLCHAIN_PREFIX=/opt/build/toolchain-mipsbe-4.7.3/bin/mips-linux- #openwrt NOT YET #CONFIG_TOOLCHAIN_PREFIX=mips-openwrt-linux-uclibc- -#export PATH:=$(BUILD_TOPDIR)/toolchain/bin/:$(PATH) +#export PATH:=/mnt/projects/lynxis/openwrt/lazus_2/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:$(PATH) + +#CONFIG_TOOLCHAIN_PREFIX=mips-openwrt-linux-uclibc- +#export PATH:=/home/lynxis/projects/work/sysmocom/Caraboot/OpenWrt-Toolchain-ar71xx-for-mips_r2-gcc-4.6-linaro_uClibc-0.9.33.2/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/bin:$(PATH) + +CONFIG_TOOLCHAIN_PREFIX=mips-buildroot-linux-uclibc- +export PATH:=/home/lynxis/projects/work/sysmocom/buildroot/output/host/usr/bin/:$(PATH) ########################