From: Piotr Dymacz Date: Tue, 22 Mar 2016 01:07:44 +0000 (+0100) Subject: Switch to OpenWrt toolchain (musl based) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cc51c3c103fe03206801980e1f7b9b02eb56112c;p=oweals%2Fu-boot_mod.git Switch to OpenWrt toolchain (musl based) --- diff --git a/Makefile b/Makefile index 59d0536..fe518d4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ export BUILD_TOPDIR=$(PWD) export STAGING_DIR=$(BUILD_TOPDIR)/tmp ifndef CROSS_COMPILE -CROSS_COMPILE = mips-linux-gnu- +CROSS_COMPILE = mips-openwrt-linux-musl- endif export CROSS_COMPILE