summaryrefslogtreecommitdiff
path: root/profiles/default/linux/uclibc/arm/armv6j/make.defaults
blob: 10e4e8d35be2643521126f9eaa0317f14e02fc04 (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="armv6j-hardfloat-linux-uclibceabi"
CFLAGS="-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=hard"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"