summaryrefslogtreecommitdiff
blob: 608aa101c6453d5f17cd13168561bc2688d7bd5e (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="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}"