CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/09/19 16:17:35
Modified files:
lang/gcc/11 : Makefile
lang/gcc/11/patches: patch-gcc_config_gcc
patch-libcc1_Makefile_in
patch-libgcc_config_host
Added files:
lang/gcc/11/patches: patch-gcc_config_riscv_openbsd_h
patch-gcc_config_riscv_riscv_opt
lang/gcc/11/pkg: PFRAG.riscv64-main
Log message:
Add riscv64 support
PIE on by default but enabling the stack protector causes egcc
segfaults. To link libcc1.so we need to work around ld.lld being
strict about relocations pointing at discarded sections.
ok pascal@ (maintainer)