author | Mike Hommey <mh+mozilla@glandium.org> |
Tue, 06 Jan 2015 15:26:22 +0900 | |
changeset 222574 | 18557b56adbeb090e628ef48261da6d98425bc8a |
parent 222573 | 11a25a9c085025371c2afd6ed869738d66698ad7 |
child 222575 | 2d03b2b604af335c57d8c54491e210b1b0d75758 |
push id | 28068 |
push user | cbook@mozilla.com |
push date | Thu, 08 Jan 2015 13:16:34 +0000 |
treeherder | mozilla-central@2880e05d5e32 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mshal |
bugs | 1091377 |
milestone | 37.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/build/stlport/moz.build +++ b/build/stlport/moz.build @@ -4,19 +4,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. Library('stlport') # Keep the same name as the NDK-provided library, while using a shorter # name for the Library for convenience in moz.build. STATIC_LIBRARY_NAME = 'stlport_static' -if not CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': - OS_LIBS += ['-static-libstdc++'] - FORCE_STATIC_LIB = True SOURCES += [ 'src/allocators.cpp', 'src/bitset.cpp', 'src/codecvt.cpp', 'src/collate.cpp', 'src/complex.cpp',