Skip to content

Commit 6f3b099

Browse files
hygonsoccvicentiu
authored andcommitted
add Hygon Dhyana support in check-cpu
Signed-off-by: hygonsoc <hygonsoc@gmail.com>
1 parent d2fa5f8 commit 6f3b099

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BUILD/check-cpu

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ check_cpu () {
262262
*AuthenticAMD*)
263263
cpu_arg="k6"
264264
;;
265+
*HygonGenuine*)
266+
cpu_arg="k8"
267+
;;
265268
*VIA\ *)
266269
cpu_arg="i686"
267270
;;

0 commit comments

Comments
 (0)