gecko-dev/build/moz.configure
Mike Hommey 5afb69830c Bug 1670156 - Use the same prefix/suffix for rust libraries on mingw builds. r=firefox-build-system-reviewers,dmajor
Rustc >= 1.44 changed the file names of the static libraries it
produces with -windows-gnu targets, to match that of mingw clang/gcc.

Considering we still build on 1.43, the best fix would be to derive the
prefix/suffix based on the version of rust, but that actually turns into
a hard-to-solve problem because of configure tests for bindgen also
depending on the prefix/suffix value to be known.

On the other hand, we're soon due to an update to 1.47, so the simpler
solution is to just push mingw builds to require 1.44 (settling for the
smallest upgrade possible for now) and to remove the split between C and
rust library prefix/suffixes.

Differential Revision: https://phabricator.services.mozilla.com/D93726
2020-10-16 16:06:19 +00:00
..
android-ndk.configure Bug 1520395 - Remove the python configure distinction between option and js_option. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 04:07:46 +00:00
android-sdk.configure Bug 1642658 - Android SDK/NDK root should replace file separator with '/'. r=froydnj 2020-06-03 15:32:30 +00:00
arm.configure Bug 1520395 - Remove the python configure distinction between option and js_option. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 04:07:46 +00:00
bindgen.configure Bug 1668921 - Update cbindgen version and generate ostream serializers for WR structs. r=emilio 2020-10-08 09:24:36 +00:00
checks.configure Bug 1624535 - Make check_prog(allow_missing=depends(...)) work. r=froydnj 2020-03-26 00:19:31 +00:00
compile-checks.configure
compilers-util.configure
flags.configure Bug 1520395 - Remove the python configure distinction between option and js_option. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 04:07:46 +00:00
headers.configure Backed out 2 changesets (bug 1440203) for causing bug 1670277. CLOSED TREE 2020-10-10 03:39:33 +03:00
init.configure Bug 1669934 - Unset __PYVENV_LAUNCHER__ before reexecuting python configure in the virtualenv. r=firefox-build-system-reviewers,andi,rstewart 2020-10-15 21:30:23 +00:00
java.configure
keyfiles.configure
lto-pgo.configure Bug 1520395 - Remove the python configure distinction between option and js_option. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 04:07:46 +00:00
memory.configure Bug 1520395 - Remove the python configure distinction between option and js_option. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 04:07:46 +00:00
node.configure Bug 1627163 - Switch python configure to python 3. r=firefox-build-system-reviewers,rstewart 2020-04-07 18:31:56 +00:00
nspr.configure Bug 1520395 - Remove the python configure distinction between option and js_option. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 04:07:46 +00:00
nss.configure Bug 1666567 - land NSS c28e20f61e5d UPGRADE_NSS_RELEASE, r=kjacobs 2020-09-22 22:31:15 +00:00
old.configure Bug 1669633 - Don't recurse into js/src for the python-part of configure. r=firefox-build-system-reviewers,rstewart 2020-10-07 21:13:19 +00:00
pkg.configure Bug 1641790 - Move --with-system-nss to python configure. r=firefox-build-system-reviewers,rstewart 2020-05-29 17:02:09 +00:00
rust.configure Bug 1670156 - Use the same prefix/suffix for rust libraries on mingw builds. r=firefox-build-system-reviewers,dmajor 2020-10-16 16:06:19 +00:00
toolchain.configure Bug 1520395 - Remove the python configure distinction between option and js_option. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 04:07:46 +00:00
update-programs.configure Bug 1651130 - Part 1: Extract NSS and "update programs" configuration. r=froydnj 2020-07-08 23:01:36 +00:00
util.configure Bug 1641760 - Move --with-system-zlib to python configure. r=froydnj 2020-05-29 20:59:00 +00:00
warnings.configure Bug 1520395 - Remove the python configure distinction between option and js_option. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 04:07:46 +00:00
windows.configure Bug 1520395 - Remove the python configure distinction between option and js_option. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 04:07:46 +00:00