summaryrefslogtreecommitdiff
path: root/profiles/arch/riscv/rv64gc/lp64/make.defaults
blob: 4aeb573215d2c668e5426191f65ddbf0cf285733 (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 rv64gc/lp64 no-multilib profile

CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

# We have only one ABI
MULTILIB_ABIS="lp64"
DEFAULT_ABI="lp64"
ABI="lp64"