blob: 17e6e78e9ef936d60cc5c1cd36c611fdb299857b (
plain)
1
2
3
4
5
6
7
8
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Main RISC-V profile; endian/bitsize independent.
ARCH="riscv"
ACCEPT_KEYWORDS="riscv"
|