Files
ceamac-overlay/profiles/linux/arch/arm/features/musl/make.defaults
T
ceamac eae60a6dfe profiles: add arm and arm64 profiles
Add arm and arm64 minimal profiles similar to amd64.
The arm profile is for armv7 only.
2026-06-28 10:42:32 +03:00

11 lines
298 B
Plaintext

# Copyright 1999-2018 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
CHOST="armv7a-unknown-linux-musleabihf"
CHOST_arm="${CHOST}"
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"