mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-19 15:41:57 +08:00
Add riscv support
This commit is contained in:
@@ -4775,7 +4775,7 @@ class in_cksum(builder.Module):
|
||||
self.addCPUDependentFreeBSDSourceFiles(
|
||||
[
|
||||
'arm', 'avr', 'bfin', 'h8300', 'lm32', 'm32c', 'm32r', 'm68k',
|
||||
'mips', 'nios2', 'sh', 'sparc', 'v850'
|
||||
'mips', 'nios2', 'riscv', 'sh', 'sparc', 'v850'
|
||||
],
|
||||
[
|
||||
'sys/mips/mips/in_cksum.c',
|
||||
|
Reference in New Issue
Block a user