summaryrefslogtreecommitdiff
blob: fd46d5c1688648612ba3b11105782025cea0a55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# RISC-V rv64gc/lp64 no-multilib profile

CFLAGS="-O2 -pipe -march=rv64imac -mabi=lp64"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

# We have only one ABI
MULTILIB_ABIS="lp64"

# We hide the useflags for the ABIs
USE_EXPAND_HIDDEN="ABI_RISCV"