summaryrefslogtreecommitdiff
path: root/profiles/default/linux/arm/17.0/uclibc/armv6j/make.defaults
blob: d5f3c4a8df89bf0490ae82db74816058d1635d5a (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-unknown-linux-uclibceabihf"
CHOST_arm="${CHOST}"

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