projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8cdbfd
)
Switch to OpenWrt toolchain (musl based)
author
Piotr Dymacz
<pepe2k@gmail.com>
Tue, 22 Mar 2016 01:07:44 +0000
(
02:07
+0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Tue, 22 Mar 2016 01:07:44 +0000
(
02:07
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 59d053614fd3a63122724ec4ef33d6a15d33f818..fe518d4eab4c97b438623fe6b5f52f195a57b7d3 100644
(file)
--- 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