summaryrefslogtreecommitdiff
path: root/profiles/arch/riscv/rv64gc/make.defaults
blob: e35f63c8d1e1b9c9fbd7531ce8e12ac780244926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# RISC-V profile for rv64gc multilib
#
# This immediate profile is ONLY useful for internal purposes; it can generate
# stages just fine, but the only "hardware" that can run them is qemu-user ...

CHOST="riscv64-unknown-linux-gnu"

# Multilib ABIs
MULTILIB_ABIS="lp64d lp64 ilp32d ilp32"
DEFAULT_ABI="lp64d"
ABI="lp64d"