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:
1
AUTHORS
1
AUTHORS
@ -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>
|
||||
|
1
third_party/cpuinfo/cpuinfo.gni
vendored
1
third_party/cpuinfo/cpuinfo.gni
vendored
@ -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,
|
||||
|
Reference in New Issue
Block a user