Skip to content

Commit

Permalink
[lwp] 取消脚本中限制rv的具体cpu类别
Browse files Browse the repository at this point in the history
此目录中为rv64通用代码
  • Loading branch information
heyuanjie87 authored and mysterywolf committed Sep 13, 2024
1 parent 779547d commit 6d39cdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/lwp/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ cpu = rtconfig.CPU

# fix the cpu for risc-v
if arch == 'risc-v':
rv64 = ['virt64', 'c906']
if cpu in rv64:
if GetDepend('ARCH_CPU_64BIT'):
cpu = 'rv64'

if platform in platform_file.keys(): # support platforms
Expand Down

0 comments on commit 6d39cdf

Please sign in to comment.