0

disable cpuinfo build for riscv64

Not supported for riscv64

Change-Id: I23e7a1ec0157b73e4969b582a8cba8e2d12d8c10
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5256319
Auto-Submit: Levi Zim <rsworktech@outlook.com>
Reviewed-by: Robert Ogden <robertogden@chromium.org>
Reviewed-by: Michael Crouse <mcrouse@chromium.org>
Commit-Queue: Michael Crouse <mcrouse@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1255602}
This commit is contained in:
kxxt
2024-02-02 16:36:25 +00:00
committed by Chromium LUCI CQ
parent 5569aa0da4
commit be5aad9886
2 changed files with 2 additions and 0 deletions
AUTHORS
third_party/cpuinfo

@ -814,6 +814,7 @@ Lenny Khazan <lenny.khazan@gmail.com>
Leo Wolf <jclw@ymail.com>
Leon Han <leon.han@intel.com>
Leung Wing Chung <lwchkg@gmail.com>
Levi Zim <rsworktech@outlook.com>
Li Yanbo <liyanbo.monster@bytedance.com>
Li Yin <li.yin@intel.com>
Lian Ruilong <lianrl@dingdao.com>

@ -6,6 +6,7 @@ use_cpuinfo =
# cpuinfo is not supported on these chips.
current_cpu != "ppc64" && current_cpu != "ppc64le" &&
current_cpu != "s390" && current_cpu != "s390x" &&
current_cpu != "riscv64" &&
# cpuinfo is not supported on fuchsia.
!is_fuchsia &&
# There's a few arm architectures that are not supported by cpuinfo,