Page MenuHomeFreeBSD

D10310.id27189.diff
No OneTemporary

D10310.id27189.diff

Index: Makefile.inc1
===================================================================
--- Makefile.inc1
+++ Makefile.inc1
@@ -167,10 +167,11 @@
.endif
# If we do not have a bootstrap binutils (because the in-tree one does not
# support the target architecture), provide a default cross-binutils prefix.
-# This allows aarch64 builds, for example, to automatically use the
-# aarch64-binutils port or package.
+# This allows riscv64 builds, for example, to automatically use the
+# riscv64-binutils port or package.
.if !make(showconfig)
.if !empty(BROKEN_OPTIONS:MBINUTILS_BOOTSTRAP) && \
+ ${MK_LLD_IS_LD} == "no" && \
!defined(CROSS_BINUTILS_PREFIX)
CROSS_BINUTILS_PREFIX=/usr/local/${TARGET_ARCH}-freebsd/bin/
.if !exists(${CROSS_BINUTILS_PREFIX})

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 5, 6:48 AM (18 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35962794
Default Alt Text
D10310.id27189.diff (769 B)

Event Timeline