rust/mk
bors 9041b93058 Auto merge of #31298 - japaric:mips-musl, r=alexcrichton
This target covers MIPS devices that run the trunk version of OpenWRT.

The x86_64-unknown-linux-musl target always links statically to C libraries. For
the mips(el)-unknown-linux-musl target, we opt for dynamic linking (like most of
other targets do) to keep binary size down.

As for the C compiler flags used in the build system, we use the same flags used
for the mips(el)-unknown-linux-gnu target.

r? @alexcrichton
2016-01-31 12:27:06 +00:00
..
cfg Auto merge of #31298 - japaric:mips-musl, r=alexcrichton 2016-01-31 12:27:06 +00:00
clean.mk Added missing argument to 'find' 2015-10-27 23:47:53 +13:00
crates.mk move more checks out of librustc 2016-01-21 10:52:37 +01:00
ctags.mk
debuggers.mk
dist.mk mk: Fix make dist 2015-12-04 08:55:02 -08:00
docs.mk src/doc/trpl -> src/doc/book 2015-11-19 11:30:18 -05:00
grammar.mk
host.mk
install.mk Fix typo in make var 2015-12-07 00:20:35 +01:00
llvm.mk mk: Use the right llvmdeps.rs file for cross build 2015-12-16 08:06:27 -08:00
main.mk mk: Remove all perf-related targets 2016-01-21 14:45:23 -08:00
platform.mk mk: Remove all perf-related targets 2016-01-21 14:45:23 -08:00
prepare.mk Fix --libdir installs 2015-11-16 18:55:07 -05:00
reconfig.mk
rt.mk Auto merge of #30175 - alexcrichton:less-c-code, r=brson 2015-12-22 07:23:16 +00:00
rustllvm.mk
snap.mk Remove extra eval call in snap.mk 2015-11-13 15:15:51 -05:00
stage0.mk
target.mk mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
tests.mk Auto merge of #31274 - brson:nobench, r=nikomatsakis 2016-01-30 14:50:44 +00:00
util.mk