summaryrefslogtreecommitdiffstats
path: root/build/autoconf
Commit message (Collapse)AuthorAgeLines
* Alter config.guess to properly detect host and target bitness on SunOSMatt A. Tobin2020-04-07-5/+8
|
* Teach config.guess to know if we want to build 32 or 64 bit builds on WindowsMatt A. Tobin2020-03-28-0/+7
|
* Issue #1342 - Remove support for system NSPR/NSSwolfbeast2020-01-30-32/+2
|
* Issue #1342 - Remove support for system ICUwolfbeast2020-01-29-15/+2
|
* MoonchildProductions#1251 - Part 26: Oracle Solaris gsed/ICU fix.athenian2002019-10-21-1/+1
| | | | OpenIndiana didn't need this for some reason, but on Oracle Solaris, we need this to make sure we're using gsed (GNU sed) here. It's probably a safer bet anyway.
* Issue #1226 - Explicitly enable sse2 on x86_64 also.wolfbeast2019-09-10-1/+1
| | | | | | Although it's enabled by default in gcc (should be, anyway!), we're being explicit here for 64-bit x86 platforms here also. This matches the old behavior.
* Don't assume Intel architecture for compiler optimizations on Linux/gcc.wolfbeast2019-09-10-2/+7
| | | | | This only adds SSE2 flags when the CPU architecture is correct for it. Resolves #1226
* Always build with SSE2 support when using GCCtrav902018-06-03-2/+2
|
* Revert "Always build with SSE2 support & display an error if not available"Moonchild2018-05-28-2/+2
|
* Remove extraneous SSE flagtrav902018-05-27-1/+1
|
* Tweak SSE/SSE2 GCC flagstrav902018-05-27-1/+1
|
* Always build with SSE2 support when using GCCtrav902018-05-27-2/+2
|
* Issue #325 Part 15: Remove ENABLE_INTL_API and EXPOSE_INTL_API flags.wolfbeast2018-05-04-18/+2
|
* Remove the option to build without INTL/ICUwolfbeast2018-05-04-24/+6
| | | | This resolves #324.
* Remove jemalloc 4 from our tree.wolfbeast2018-04-27-81/+0
|
* Remove support for making jemalloc4 the default memory allocator.wolfbeast2018-04-27-36/+3
|
* Remove support for system jemalloc.wolfbeast2018-04-26-1/+1
|
* Style fixtrav902018-04-20-3/+1
|
* Force use of level 1 Liftetime DSE optimization on modern GCCtrav902018-04-19-7/+6
| | | | Instead of completely disabling it.
* Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-04-13-1/+1
| | | | | | | | | - `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it) - `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions. - `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set - `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true` - `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true` - Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6319