git: bc28aaff6078 - stable/15 - Makefile.inc1: Don't mark GCC broken for riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Apr 2026 15:29:35 UTC
The branch stable/15 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=bc28aaff6078ea07ecfd44cf34328727c6f272c0
commit bc28aaff6078ea07ecfd44cf34328727c6f272c0
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-02-03 16:56:44 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-04-24 15:26:40 +0000
Makefile.inc1: Don't mark GCC broken for riscv64
Reviewed by: mhorne
Differential Revision: https://reviews.freebsd.org/D54969
(cherry picked from commit dbe9fa0be1d627522a532160f6f8780701b86c72)
---
Makefile.inc1 | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Makefile.inc1 b/Makefile.inc1
index 79eaf94fc9ff..8d8d8cbfe931 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -183,9 +183,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)