Profile File: make.defaults

In Profile: arch/arm/23.0-armv7a_sf

Content

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

CHOST="armv7a-softfp-linux-gnueabi"
CHOST_arm="${CHOST}"

CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"