gentoo-ebuilds/profiles/arch/arm/23.0-armv7a_hf/make.defaults
Andreas K. Hüttel 574fcc4752
profiles: split armv7a 23.0 profiles into sf and hf
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2023-12-20 15:34:14 +01:00

7 lines
155 B
Text

CHOST="armv7a-unknown-linux-gnueabihf"
CHOST_arm="${CHOST}"
CFLAGS="-O2 -pipe -march=armv7-a"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"