Date: Wed, 12 Dec 2018 15:27:57 +0000 (UTC) From: Martin Cracauer <cracauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487299 - head/devel/binutils Message-ID: <201812121527.wBCFRv43093170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cracauer (src committer) Date: Wed Dec 12 15:27:56 2018 New Revision: 487299 URL: https://svnweb.freebsd.org/changeset/ports/487299 Log: Turn on threads support, mainly for ld.gold. In my tests with llvm this actually worked better than no threads, and threads are turned on in other packaging distributions. Have been using this for a while and it looks like the more tested config upstream. Reviewed-by: bapt (back in June) Modified: head/devel/binutils/Makefile Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Wed Dec 12 14:33:43 2018 (r487298) +++ head/devel/binutils/Makefile Wed Dec 12 15:27:56 2018 (r487299) @@ -63,7 +63,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-system-zlib \ --with-gmp=${LOCALBASE} \ --with-mpfr=${LOCALBASE} \ - --enable-targets=all + --enable-targets=all \ + --enable-threads=yes INFO= as \ binutils \ gprof \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812121527.wBCFRv43093170>