summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aclocal.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 33372152c3..23f72a8c3c 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -672,6 +672,8 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS],
$2="$$2 -fno-stack-protector"
fi
+ $3="$$3 -fuse-ld=gold"
+
rm -f conftest.c conftest.o
AC_MSG_RESULT([done])
])