Bug 1245022 - Kill stlport's Makefile.in. r=mshal

This commit is contained in:
Mike Hommey 2016-02-02 17:26:56 +09:00
parent c18e3ea405
commit ed2cce8d84
2 changed files with 4 additions and 9 deletions

View File

@ -1,9 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# 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/.
MODULES = stlport
include $(topsrcdir)/config/rules.mk
CXXFLAGS += -fuse-cxa-atexit

View File

@ -72,3 +72,7 @@ NO_EXPAND_LIBS = True
# We allow warnings for third-party code that can be updated from upstream.
ALLOW_COMPILER_WARNINGS = True
CXXFLAGS += [
'-fuse-cxa-atexit',
]