rust/mk
Daniel Micay d884cc83b0 remove unnecessary PaX detection
Rust no longer has support for JIT compilation, so it doesn't currently
require a PaX MPROTECT exception. The extended attributes are preferred
over modifying the binaries so it's not actually going to work on most
systems like this anyway.

If JIT compilation ends up being supported again, it should handle this
by *always* applying the exception via an extended attribute without
performing auto-detection of PaX on the host. The `paxctl` tool is only
necessary with the older method involving modifying the ELF binary.
2014-06-13 13:53:35 -07:00
..
clean.mk
crates.mk sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
ctags.mk
dist.mk
docs.mk mk: Ensure docs have relative links to each other 2014-06-09 13:00:18 -07:00
host.mk
install.mk
llvm.mk
main.mk
perf.mk
platform.mk
prepare.mk
reconfig.mk
rt.mk mk: Allow using a locally compiled libuv.a 2014-06-12 00:29:58 -07:00
rustllvm.mk
snap.mk
stage0.mk remove unnecessary PaX detection 2014-06-13 13:53:35 -07:00
target.mk
tests.mk mk: Run doc tests with --cfg dox 2014-06-06 19:51:52 -07:00
util.mk