rust/mk
Cody P Schafer 600cec1cd8 mk/rt/jemalloc: pass CFG_GCCISH_CFLAGS inside CC instead of passing CFG_CFLAGS in EXTRA_CFLAGS
- CFG_CFLAGS is gone (it was previously only used by jemalloc anyhow).
 - CFG_JEMALLOC_CFLAGS may contain flags needed for the compiler to
   function (produce a binary output).
 - jemalloc's configure runs $(CC) without EXTRA_CFLAGS, and (without
   this change) will fail if any flags are required for CC to work.
2014-11-17 16:41:15 -05:00
..
cfg CFG_CFLAGS is only used for jemalloc, rename all uses to CFG_JEMALLOC_CFLAGS 2014-11-17 16:41:09 -05:00
clean.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
crates.mk Remove rlibc from the distribution 2014-11-06 13:37:55 -08:00
ctags.mk Fix make TAGS.vi target 2014-10-02 03:34:14 +02:00
dist.mk Attempt to fix the problem with failing distcheck. 2014-11-10 21:05:34 +00:00
docs.mk Guide: Puts the toc again in the doc 2014-11-07 00:06:58 +01:00
grammar.mk mk: Print grammar info message like others 2014-07-25 14:32:34 -07:00
host.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
install.mk Avoid building as root with sudo make install 2014-09-04 22:18:19 -07:00
llvm.mk mk: Clean just one llvm build at a time. Closes #17852 2014-10-29 19:54:52 -07:00
main.mk mk: Fix configuration of version commit information 2014-11-10 14:57:21 -08:00
perf.mk
platform.mk split platform definitions out of mk/platform.mk 2014-10-25 21:01:18 -04:00
prepare.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
reconfig.mk Correct building documenation with Pandoc and TeX on Windows. 2014-11-06 18:08:33 +03:00
rt.mk mk/rt/jemalloc: pass CFG_GCCISH_CFLAGS inside CC instead of passing CFG_CFLAGS in EXTRA_CFLAGS 2014-11-17 16:41:15 -05:00
rustllvm.mk
snap.mk
stage0.mk mk: Fix a minor makefile warning on windows 2014-09-24 17:46:36 -07:00
target.mk rustc: Default to static linking dylibs 2014-11-03 15:08:20 -08:00
tests.mk debuginfo: Make LLDB test make targets dependent on lldb python scripts. 2014-11-05 13:32:09 +01:00
util.mk