Bug 1519744 - Remove MOZ_GLUE_WRAP_LDFLAGS. r=dmajor

It's been unused since NUWA was removed in bug 1284674.

Differential Revision: https://phabricator.services.mozilla.com/D16426

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Hommey 2019-01-14 16:58:34 +00:00
Родитель 7c31734192
Коммит 106cde5e98
4 изменённых файлов: 0 добавлений и 7 удалений

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

@ -37,7 +37,6 @@ def GeckoBinary(linkage='dependent', mozglue=None):
error('`linkage` must be "dependent", "standalone" or None')
if mozglue:
LDFLAGS += CONFIG['MOZ_GLUE_WRAP_LDFLAGS']
if mozglue == 'program':
USE_LIBS += ['mozglue']
DEFINES['MOZ_HAS_MOZGLUE'] = True

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

@ -1377,7 +1377,6 @@ if test "$MOZ_MEMORY"; then
esac
fi
AC_SUBST(MOZ_GLUE_IN_PROGRAM)
AC_SUBST_LIST(MOZ_GLUE_WRAP_LDFLAGS)
dnl ========================================================
dnl instruments

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

@ -125,8 +125,6 @@ USE_LIBS += [
DEFINES['IMPL_MFBT'] = True
LIBRARY_DEFINES['MOZ_HAS_MOZGLUE'] = True
LDFLAGS += CONFIG['MOZ_GLUE_WRAP_LDFLAGS']
if CONFIG['OS_TARGET'] == 'Darwin':
# On OSX 10.10.3, a dead lock happens in some cases involving dynamic
# symbol resolution for symbols that jemalloc itself uses. While it

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

@ -2784,9 +2784,6 @@ else
fi # MOZ_MEMORY
AC_SUBST(MOZ_GLUE_IN_PROGRAM)
AC_SUBST_LIST(MOZ_GLUE_WRAP_LDFLAGS)
export MOZ_GLUE_WRAP_LDFLAGS
dnl ========================================================
dnl = Enable using the clang plugin to build
dnl ========================================================