# 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" # We hide the useflags for the ABIs USE_EXPAND_HIDDEN="ABI_RISCV"