prog: add support for riscv64

This will allow to run `make TARGETVMARCH=riscv64`.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
This commit is contained in:
Tobias Klauser 2020-06-25 18:03:34 +02:00 committed by Dmitry Vyukov
parent c7b4497a9d
commit d01fc6f500

View File

@ -1,7 +1,7 @@
// Copyright 2020 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
// +build amd64 386 arm64 arm mips64le ppc64le
// +build amd64 386 arm64 arm mips64le ppc64le riscv64
package prog