mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
适配 arm 架构
This commit is contained in:
@@ -12,7 +12,10 @@ src = Glob('kernel/*.c') + Glob('kernel/*.S')
|
||||
if not GetDepend(['RT_USING_VDSO']):
|
||||
Return('group')
|
||||
|
||||
if rtconfig.ARCH != "aarch64" and rtconfig.ARCH != "risc-v":
|
||||
if rtconfig.ARCH != "aarch64" and rtconfig.ARCH != "risc-v" and rtconfig.ARCH != "arm":
|
||||
# not supported arch
|
||||
src = []
|
||||
elif rtconfig.ARCH == "arm" and rtconfig.CPU != "cortex-a":
|
||||
# not supported arch
|
||||
src = []
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user