gecko-dev/build
Nathan Froyd d3325ce1a2 Bug 1329737 - part 3 - use an alternate linker for Cargo invocations; r=rillian
For linking static libraries, rustc will use whatever `cc` it finds (or
the equivalent on Windows).  For our purposes, however, `cc` is not what
we use to link and we may have additional options we would like to pass
to the linker.

To do this, we need to tell Cargo about our alternate linker (currently
only used for target compilations, on the theory that the host compiler
rustc finds is probably good enough) and we also need to pass our linker
options into the process.  We do this with environment variables, which
is not a great solution, but works surprisingly well.

This alternate linker is disabled for ASan builds due to peculiar
crashes when running Rust build scripts and for Windows, because we
don't do any interesting cross-compiling there.
2017-04-28 14:06:41 -04:00
..
annotationProcessors Bug 1338629 - Update annotation processing classpath to reflect SDK 25.3+ r=nalexander 2017-03-30 18:55:02 -07:00
autoconf Bug 1349022 - Don't put -DTRACING in the C/C++ flags for debug builds since nobody uses it. r=glandium 2017-03-20 15:25:55 -07:00
build-clang Bug 1335991 part 1 - Bump to clang r293859 to fix a crash at nsZipArchive::GetItem on 64-bit clang-cl builds. r=Ehsan 2017-02-15 09:23:49 +08:00
clang-plugin Bug 1339537 - Part 5: Produce better annotation reason diagnostics for implicit annotations, r=ehsan 2017-04-27 12:44:55 -04:00
compare-mozconfig Bug 1336311 - Change code comments with http://hg.mozilla.org to https://. r=gps 2017-02-07 17:52:56 +01:00
docs Bug 1284816 - Remove --disable-rust. r=ted 2017-02-01 15:38:49 -08:00
macosx Bug 1356927 - Use ar and ranlib from cctools on mac builds. r=gps 2017-04-17 10:36:05 +09:00
mobile Bug 1340584 - Remove devicemanagerSUT and references to sutagent; r=wlach 2017-03-21 12:20:01 -06:00
moz.configure Bug 1329737 - part 1 - define a RUST_TARGET_ENV_NAME config variable; r=rillian 2017-04-28 14:06:42 -04:00
package/mac_osx
pgo Bug 1346405 - Update build/pgo/certs/README so instructions are current and applicable cross-platform r=ted 2017-03-10 14:06:49 -08:00
pymake
release
sanitizers
unix Bug 1333003 part 4 - Package the binary of llvm-symbolizer also on Windows. r=ted 2017-03-10 12:24:02 +08:00
util Bug 1338210 - Set threshold for num_static_constructor alerts to 3 r=jmaher 2017-03-10 13:53:08 -05:00
valgrind Bug 1345153 - Suppress valgrind warnings for PR_SetEnv in SetupCrashReporterDirectory. r=njn 2017-03-30 08:04:11 +02:00
win32 bug 1318143 - add support for detecting Visual Studio 2017 to configure. r=gps 2017-04-26 15:18:48 -04:00
win64 Bug 1333003 part 1 - Add Windows x64 ASan mozconfigs to the tree. r=mshal 2017-03-10 14:13:07 +08:00
__init__.py
.gdbinit_python.in
.lldbinit.in
appini_header.py
application.ini.in
automation-build.mk
automation.py.in
binary-location.mk
buildconfig.py Bug 1316879 - Don't use CPP/CXXCPP from environment after bug 1299919. r=glandium 2017-02-23 22:01:18 +00:00
cargo-linker Bug 1329737 - part 3 - use an alternate linker for Cargo invocations; r=rillian 2017-04-28 14:06:41 -04:00
checksums.py
defines.sh
dumbmake-dependencies
gecko_templates.mozbuild
gen_test_backend.py Bug 1345109 - Delete 'JS_STANDALONE' from EmptyConfig when generating test metadata, r=mshal 2017-03-07 10:56:22 -05:00
gen_test_packages_manifest.py Bug 1272113: Packaging awsy in build job r=jmaher 2017-03-11 02:33:19 +08:00
genrc.sh
gyp_base.mozbuild Bug 1357323 - Remove support for gonk in the build system. r=gps 2017-04-18 16:56:09 +09:00
gyp.mozbuild Bug 1357323 - Remove support for gonk in the build system. r=gps 2017-04-18 16:56:09 +09:00
mach_bootstrap.py Bug 1356101 - Derive the mach_bootstrap search path from build/virtualenv_packages.txt. r=gps 2017-04-14 08:19:08 +09:00
Makefile.in
moz-automation.mk Bug 1337986 - Remove dependencies between packaging steps and buildsymbols. r=mshal,ted 2017-04-10 10:27:50 -07:00
moz.build Bug 1333003 part 4 - Package the binary of llvm-symbolizer also on Windows. r=ted 2017-03-10 12:24:02 +08:00
mozconfig.artifact Bug 1314678 - Unset TOOLCHAIN_PREFIX in mozconfig.artifact r=mshal 2017-03-07 10:21:33 -08:00
mozconfig.automation
mozconfig.cache bug 1350093 - fix sccache configuration to handle changes in the format of TASKCLUSTER_WORKER_GROUP. r=froydnj 2017-04-06 12:03:14 -04:00
mozconfig.clang-cl Bug 1343713 - Avoid mozconfig failures when clang-cl/msvc are not present. r=ted 2017-03-01 11:10:14 +09:00
mozconfig.common
mozconfig.common.override
mozconfig.rust
mozconfig.vs-common
mozconfig.win-common
prebuilt-interfaces.manifest
qemu-wrap
rebuild-backend.mk Bug 1320194 - Use 'wildcard' instead of dummy rules when re-generating build backends, r=glandium 2017-02-10 16:29:29 -05:00
sccache.mk
subconfigure.py
submit_telemetry_data.py
telemetry-schema.json
templates.mozbuild Bug 1302704 - part 3 - propagate information about CARGO_TARGET_DIR from the frontend into the backend; r=chmanchester 2017-02-23 10:35:07 -05:00
test_templates.mozbuild
update-settings.ini
upload.py
variables.py
virtualenv_packages.txt Bug 1356101 - Derive the mach_bootstrap search path from build/virtualenv_packages.txt. r=gps 2017-04-14 08:19:08 +09:00
windows_toolchain.py