aboutsummaryrefslogtreecommitdiff
blob: 1aa934c0434e5b1b7f3ec5e8efcf43a476bb8535 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 1999-2012 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/arm/armv7a/make.defaults,v 1.2 2012/10/07 11:42:38 blueness Exp $

CHOST="armv7a-unknown-linux-uclibc"
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"