mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Backed out changeset fe77912afbd3 (bug 1836369) - for causing valgrind bustages on moz-automation.mk. CLOSED TREE
This commit is contained in:
parent
3e86605d64
commit
1fbc20fee6
@ -1 +0,0 @@
|
||||
XRE_GetBootstrap
|
@ -106,8 +106,14 @@ def Libxul(name, output_category=None):
|
||||
if CONFIG["RUSTC_NATVIS_LDFLAGS"]:
|
||||
LDFLAGS += CONFIG["RUSTC_NATVIS_LDFLAGS"]
|
||||
|
||||
if CONFIG["OS_TARGET"] != "Android":
|
||||
SYMBOLS_FILE = "/toolkit/library/libxul.symbols"
|
||||
if CONFIG["OS_ARCH"] == "Linux" and CONFIG["OS_TARGET"] != "Android":
|
||||
GeneratedFile(
|
||||
"symverscript",
|
||||
script="/build/gen_symverscript.py",
|
||||
inputs=["../symverscript.in"],
|
||||
flags=["xul%s" % CONFIG["MOZILLA_SYMBOLVERSION"]],
|
||||
)
|
||||
SYMBOLS_FILE = "!symverscript"
|
||||
|
||||
|
||||
# The real libxul definition is in ./build/moz.build, but we define a
|
||||
|
4
toolkit/library/symverscript.in
Normal file
4
toolkit/library/symverscript.in
Normal file
@ -0,0 +1,4 @@
|
||||
#filter substitution
|
||||
@VERSION@ {
|
||||
global: *;
|
||||
};
|
Loading…
Reference in New Issue
Block a user