aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2026-02-03 16:56:44 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2026-02-03 16:56:44 +0000
commitdbe9fa0be1d627522a532160f6f8780701b86c72 (patch)
tree797dabf1e8e7797c2ed13862d3e3b509b64cc260
parent9555d80066c919596e152f923d38d58a740cdb5f (diff)
Makefile.inc1: Don't mark GCC broken for riscv64
Reviewed by: mhorne Differential Revision: https://reviews.freebsd.org/D54969
-rw-r--r--Makefile.inc13
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 598a78b4c767..55b41d76801d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -182,9 +182,6 @@ _GCC_BROKEN=Missing atomic builtins in libc++.
.if ${TARGET_ARCH:Mpowerpc64*}
_GCC_BROKEN=libsys.so.7.full has a LOAD segment with RWX permissions.
.endif
-.if ${TARGET} == "riscv"
-_GCC_BROKEN=boot code linker script issues.
-.endif
.if defined(_GCC_BROKEN)
.warning Target ${TARGET} is broken with GCC: ${_GCC_BROKEN}
.if defined(TRY_GCC_BROKEN)