summaryrefslogtreecommitdiff
path: root/erts
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2020-03-31 09:01:35 +0200
committerBjörn Gustavsson <bjorn@erlang.org>2020-03-31 09:01:35 +0200
commit763bae3b86e3315f76358a9fe1bfbc7b1236a852 (patch)
tree1bc047b66f44c59ad14a41ce4cec48dca117106e /erts
parent683da43db4586ee6265c26470a0a70d918aaf80f (diff)
parenta99c68a9e60a5140bdf8d99fc773f442c4b87cd4 (diff)
downloaderlang-763bae3b86e3315f76358a9fe1bfbc7b1236a852.tar.gz
Merge branch 'maint'
* maint: Fix failing build on BSDs
Diffstat (limited to 'erts')
-rw-r--r--erts/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index a8f347c601..368ca5b6cf 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -940,7 +940,7 @@ dnl We want to use $(CC) as linker for the emulator regardless of
dnl what the user say. This might not be the right way to do it, but
dnl for now that is the way we do it.
LD='$(CC)'
-
+LD_MAY_BE_WEAK=no
AC_SUBST(LD)
dnl Check for cygwin and object/exe files extension