зеркало из https://github.com/mozilla/gecko-dev.git
workaround bug 554854 by linking dump_syms statically. rs=bsmedberg
--HG-- extra : rebase_source : 5c136481da244f47956cd1db515c0068aafd5732
This commit is contained in:
Родитель
d89607c762
Коммит
dbb2f71cab
|
@ -62,4 +62,8 @@ HOST_LIBS += \
|
|||
CPP_PROG_LINK = 1
|
||||
FORCE_USE_PIC = 1
|
||||
|
||||
#XXX: bug 554854 causes us to be unable to run binaries on the build slaves
|
||||
# due to them having an older libstdc++
|
||||
HOST_LDFLAGS += -static
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче