зеркало из https://github.com/mozilla/gecko-dev.git
ef3ad686ee
Consequently, this removes: - MOZ_LIBPRIO, which is now always enabled. - non_msvc_compiler, which is now always true. - The cl.py wrapper, since it's not used anymore. - CL_INCLUDES_PREFIX, which was only used for the cl.py wrapper. - NONASCII, which was only there to ensure CL_INCLUDES_PREFIX still worked in non-ASCII cases. This however keeps a large part of detecting and configuring for MSVC, because we still do need it for at least headers, libraries, and midl. Depends on D19614 Differential Revision: https://phabricator.services.mozilla.com/D19615 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
patches | ||
src | ||
README.mozilla | ||
import.sh | ||
moz.build | ||
update.sh |
README.mozilla
This is the fdlibm library imported from https://github.com/freebsd/freebsd Upstream code can be viewed at https://github.com/freebsd/freebsd/tree/master/lib/msun/src Each file is downloaded separately, as cloning whole repository takes so much resources. The in-tree copy is updated by running sh update.sh from within the modules/fdlibm directory. Current version: [commit b21ccf63f28a3a4692d8a31419e0a725a1b1a800 (2018-02-14T07:59:30Z)]. patches 01-14 fixes files to be usable within mozilla-central tree. See https://bugzilla.mozilla.org/show_bug.cgi?id=933257