workaround bug 554854 by linking dump_syms statically. rs=bsmedberg

--HG--
extra : rebase_source : 5c136481da244f47956cd1db515c0068aafd5732
This commit is contained in:
Ted Mielczarek 2010-03-25 09:16:19 -04:00
Родитель d89607c762
Коммит dbb2f71cab
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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