diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2018-06-25 22:42:56 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2018-07-04 15:36:18 +0200 |
commit | d0cb2967aa288852561497537327ebea838ebc9a (patch) | |
tree | 8b7465799031b0db8ef25dfb69f57514a48bed65 /config_host.mk.in | |
parent | 0654030f98355f105ddc741147fc0ff03ab0d906 (diff) |
add configure option --enable-ld to use GNU gold or LLVM lld
https://lists.freedesktop.org/archives/libreoffice/2018-June/080437.html
Change-Id: I06214459fcebe5cc58fd7979f3cbe5ac3d97db7d
Reviewed-on: https://gerrit.libreoffice.org/56417
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index acca001c0bcd..0bc686e916da 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -601,6 +601,7 @@ export UCRTSDKDIR=@UCRTSDKDIR@ export UCRTVERSION=@UCRTVERSION@ export UCRT_REDISTDIR=@UCRT_REDISTDIR@ export UNOWINREG_DLL=@UNOWINREG_DLL@ +export USE_LD=@USE_LD@ export USE_LIBRARY_BIN_TAR=@USE_LIBRARY_BIN_TAR@ export USE_XINERAMA=@USE_XINERAMA@ export UPDATE_CONFIG=@UPDATE_CONFIG@ |