summaryrefslogtreecommitdiff
path: root/profiles/default/linux/arm/23.0/musl/armv6j/make.defaults
blob: e110341f12ab82f216ef6d435b3fd7d922944993 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 1999-2018 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2

CHOST="armv6j-unknown-linux-musleabihf"
CHOST_arm="${CHOST}"

CFLAGS="-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=hard"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"