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

# RISC-V rv32imac/ilp32 no-multilib profile

CHOST="riscv32-unknown-linux-gnu"

MULTILIB_ABIS="ilp32"
DEFAULT_ABI="ilp32"
ABI="ilp32"

LIBDIR_ilp32="lib"

CFLAGS="-O2 -pipe -march=rv32imac -mabi=ilp32"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"