Makefile.inc1: Don't mark GCC broken for riscv64

Reviewed by:	mhorne
Differential Revision:	https://reviews.freebsd.org/D54969
This commit is contained in:
John Baldwin
2026-02-03 11:56:44 -05:00
parent 9555d80066
commit dbe9fa0be1
-3
View File
@@ -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)