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

# RISC-V rv32imac/ilp32d no-multilib profile

CFLAGS="-O2 -pipe -march=rv32imacdf -mabi=ilp32d"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

# We have only one ABI
MULTILIB_ABIS="ilp32d"