Skip to content

Commit fe87003

Browse files
committed
lang/rust: drop binutils dependency on powerpc
It's not used anymore.
1 parent 9b79c40 commit fe87003

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎lang/rust/Makefile‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ IGNORE= is only for FreeBSD
106106
.endif
107107

108108
.if ${ARCH} == powerpc
109-
# bfd to link rustc_driver; lld currently can't
110-
BUILD_DEPENDS+= ld.bfd:devel/binutils
111109
LIB_DEPENDS+= libatomic.so:lang/gcc${GCC_DEFAULT}
112110
MAKE_ENV+= RUSTFLAGS="-L/usr/local/lib/gcc${GCC_DEFAULT}"
113111
.else

0 commit comments

Comments
 (0)