mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
47c853314f
There are, sadly, many combinations of linkage in use throughout the tree. The main differentiator, though, is between program/libraries related to Gecko or not. Kind of. Some need mozglue, some don't. Some need dependent linkage, some standalone. Anyways, these new templates remove the need to manually define the right dependencies against xpcomglue, nspr, mozalloc and mozglue in most cases. Places that build programs and were resetting MOZ_GLUE_PROGRAM_LDFLAGS or that build libraries and were resetting MOZ_GLUE_LDFLAGS can now just not use those Gecko-specific templates. |
||
---|---|---|
.. | ||
src | ||
0001-Use-a-configure-test-to-detect-whether-to-use-a-cons.patch | ||
0002-Use-ULL-prefix-instead-of-LLU-for-unsigned-long-long.patch | ||
0003-Don-t-use-msvc_compat-s-C99-headers-with-MSVC-versio.patch | ||
0004-Try-to-use-__builtin_ffsl-if-ffsl-is-unavailable.patch | ||
0005-Check-for-__builtin_ffsl-before-ffsl.patch | ||
0006-Fix-clang-warnings.patch | ||
0007-Ensure-the-default-purgeable-zone-is-after-the-defau.patch | ||
0008-Allow-to-build-with-clang-cl.patch | ||
0009-Remove-srcroot-from-cfghdrs_in-cfgoutputs_in-and-cfg.patch | ||
Makefile.in | ||
moz.build | ||
README.mozilla | ||
update.sh | ||
upstream.info |
This is a copy of the jemalloc source code. It is intended to be left pristine. Modifications to this code without coordinating with upstream are unacceptable, and will be reverted. Integration modifications should be made in memory/build whenever possible. The canonical repository for this source code is git://canonware.com/jemalloc.git. The information about the upstream repository and revision lives in upstream.info. In order to update the code, you can run the update.sh script located in the same directory.