Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2023 09:43:39 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fe87003af120 - main - lang/rust: drop binutils dependency on powerpc
Message-ID:  <202304240943.33O9hd5L088498@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe87003af120ec9060eef06e63bdd7c13b6106ea

commit fe87003af120ec9060eef06e63bdd7c13b6106ea
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-04-24 09:42:13 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-04-24 09:43:39 +0000

    lang/rust: drop binutils dependency on powerpc
    
    It's not used anymore.
---
 lang/rust/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 4e353d90f981..7cc3e33cc660 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -106,8 +106,6 @@ IGNORE=		is only for FreeBSD
 .endif
 
 .if ${ARCH} == powerpc
-# bfd to link rustc_driver; lld currently can't
-BUILD_DEPENDS+=	ld.bfd:devel/binutils
 LIB_DEPENDS+=	libatomic.so:lang/gcc${GCC_DEFAULT}
 MAKE_ENV+=	RUSTFLAGS="-L/usr/local/lib/gcc${GCC_DEFAULT}"
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304240943.33O9hd5L088498>