summaryrefslogtreecommitdiff
blob: 85682272eded7dd0a9b68e54837cd76171cc1ea8 (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-hardfloat-linux-uclibceabi"
CHOST_arm="${CHOST}"

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