]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #19045: jmesmon/jemalloc-flags-2
authorJakub Bukaj <jakub@jakub.cc>
Mon, 17 Nov 2014 23:24:10 +0000 (00:24 +0100)
committerJakub Bukaj <jakub@jakub.cc>
Mon, 17 Nov 2014 23:24:10 +0000 (00:24 +0100)
- CFG_CFLAGS is only used for jemalloc
- We grew an extra set of flags for jemalloc (CFG_JEMALLOC_CFLAGS) in addition to CFG_CFLAGS
- This kills of CFG_CFLAGS and keeps the more specific and less confusing CFG_JEMALLOC_CFLAGS
- Additionally, pass CFG_JEMALLOC_CFLAGS to jemalloc's configure slightly differently so things work when people use --sysroot in their CFLAGS.


Trivial merge