summaryrefslogtreecommitdiff
blob: 0ac8f14a75a5e806e8bc71b323dd72a5419747f9 (plain)
1
2
3
4
5
6
7
8
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2

CHOST="armv7a-hardfloat-linux-uclibceabi"
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"