gecko-dev/python/mozbuild
Nathan Froyd 802e57346a Bug 1390524 - correctly pass extra_toolchain_flags only to target compiles; r=glandium
We define extra_toolchain_flags for passing extra flags to the target
compiler during configure.  But the way things are currently set up, we
pass those flags to the host compiler during configure as well.  This
behavior is incorrect, and we should only be passing the flags from
extra_toolchain_flags if we're compiling for the target.
2017-08-18 12:05:05 -04:00
..
dumbmake Bug 1317970 - Use manifestparser manifests for python unit tests, r=chmanchester 2016-11-16 09:59:22 -05:00
mozbuild Bug 1390524 - correctly pass extra_toolchain_flags only to target compiles; r=glandium 2017-08-18 12:05:05 -04:00
mozpack Bug 1333980 - Introduce L10nRegistry.jsm. r=mossop 2017-06-02 10:36:08 +02:00
setup.py
TODO