diff --git a/Makefile.inc1 b/Makefile.inc1 index 598a78b4c76..55b41d76801 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)