| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Sparc support has stopped upstream long ago, and mozilla packages in gentoo
have dropped the sparc keyword long ago as well.
|
|
|
|
| |
Bug: http://bugs.gentoo.org/590448
|
|
|
|
|
|
| |
End-users want to experiment with clang and -O4, so let them.
Bug: http://bugs.gentoo.org/462488
|
|
|
|
|
|
|
|
|
| |
HOST_CC and HOST_CXX are used to build tools like nsinstall which are needed
to install later on. Until now, these values were undefined and for whatever
reason were never autodetected to match the CHOST based tools. This commit
should resolve that issue.
Bug: http://bugs.gentoo.org/565124
|
|
|
|
|
|
|
|
|
|
| |
mozconfig
mozilla-48 and newer have dropped some configuration options that are no longer used
in the build system, and due to the way the new python configure operates, any options
specified that are not recognized are fatal. Moving these options out of mozcoreconf
allows the older mozconfig's to retain the same configuration while also allowing newer
mozconfig's to drop them as appropriate.
|
|
|
|
| |
Bug: http://bugs.gentoo.org/585922
|
|
- mozcoreconf-v4 introduced to centralize toolchain and related build
settings, and improve configuration settings related to toolchain usage.
- mozconfig-v6.45 modified to inherit new mozcoreconf-v4
- mozconfig-v6.47 introduced, also inheriting mozcoreconf-v4
- removed old versions of mozconfig related to mozilla versions no longer
in repo
|