mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Syscall instrumentation build system support for Arm and RISC-V
This commit is contained in:
committed by
Xiang Xiao
parent
376786288e
commit
02718f0827
@@ -14,6 +14,7 @@ config ARCH_ARM
|
||||
select ARCH_HAVE_STACKCHECK
|
||||
select ARCH_HAVE_CUSTOMOPT
|
||||
select ARCH_HAVE_STDARG_H
|
||||
select ARCH_HAVE_SYSCALL_HOOKS
|
||||
---help---
|
||||
The ARM architectures
|
||||
|
||||
@@ -60,6 +61,7 @@ config ARCH_RISCV
|
||||
select ARCH_HAVE_STACKCHECK
|
||||
select ARCH_HAVE_CUSTOMOPT
|
||||
select ARCH_HAVE_STDARG_H
|
||||
select ARCH_HAVE_SYSCALL_HOOKS
|
||||
---help---
|
||||
RISC-V 32 and 64-bit RV32 / RV64 architectures.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user