profiles: Add new 17.0 uclibc profiles & features structure
[gentoo.git] / profiles / default / linux / arm / 17.0 / uclibc / armv6j / make.defaults
1 # Copyright 1999-2018 Gentoo Foundation.
2 # Distributed under the terms of the GNU General Public License v2
3
4 CHOST="armv6j-unknown-linux-uclibceabihf"
5 CHOST_arm="${CHOST}"
6
7 CFLAGS="-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=hard"
8 CXXFLAGS="${CFLAGS}"
9 FFLAGS="${CFLAGS}"
10 FCFLAGS="${CFLAGS}"