mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-27 23:47:05 +08:00
暂时只支持64位使用plic通用代码
This commit is contained in:
parent
c81fef9bb8
commit
941f9c31d5
@ -16,8 +16,8 @@ if rtconfig.CPU in common64_arch :
|
||||
else :
|
||||
group += SConscript(os.path.join('common', 'SConscript'))
|
||||
|
||||
|
||||
group += SConscript(os.path.join('plic', 'SConscript'))
|
||||
if GetDepend('ARCH_CPU_64BIT'):
|
||||
group += SConscript(os.path.join('plic', 'SConscript'))
|
||||
|
||||
# cpu porting code files
|
||||
if 'VENDOR' in vars(rtconfig) and rtconfig.VENDOR != '':
|
||||
|
Loading…
x
Reference in New Issue
Block a user