Bug 1664210 - Firefox on Solaris should not link with libdemangle and libelf r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D89781
This commit is contained in:
Petr Sumbera 2020-09-14 06:57:26 +00:00
Родитель eaedb719bf
Коммит bfc490a120
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -283,15 +283,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
if CONFIG['MOZ_ENABLE_LIBPROXY']:
OS_LIBS += CONFIG['MOZ_LIBPROXY_LIBS']
if CONFIG['OS_ARCH'] == 'SunOS':
OS_LIBS += [
'elf',
]
if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
OS_LIBS += [
'demangle',
]
if CONFIG['OS_ARCH'] == 'FreeBSD':
OS_LIBS += [
'util',