CHOST="armv4l-unknown-linux-gnu"
+CHOST_arm="${CHOST}"
+
CFLAGS="-O2 -pipe -march=armv4"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
CHOST="armv4tl-softfloat-linux-gnueabi"
+CHOST_arm="${CHOST}"
+
CFLAGS="-O2 -pipe -march=armv4t"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
CHOST="armv5tel-softfloat-linux-gnueabi"
+CHOST_arm="${CHOST}"
+
CFLAGS="-O2 -pipe -march=armv5te"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
CHOST="armv6j-hardfloat-linux-gnueabi"
+CHOST_arm="${CHOST}"
+
CFLAGS="-O2 -pipe -march=armv6j"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
CHOST="armv7a-hardfloat-linux-gnueabi"
+CHOST_arm="${CHOST}"
+
CFLAGS="-O2 -pipe -march=armv7-a"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
# Distributed under the terms of the GNU General Public License v2
CHOST="armv7a-hardfloat-linux-musleabi"
+CHOST_arm="${CHOST}"
+
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2018 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
CHOST="armv7a-hardfloat-linux-musleabi"
+CHOST_arm="${CHOST}"
+
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2018 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
ARCH="arm"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
+CHOST_arm="${CHOST}"
# Anthony G. Basile <blueness@gentoo.org> (25 Oct 2015)
# Multilib-related setup, bug #515130
-# Copyright 1999-2014 Gentoo Foundation.
+# 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}"
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2018 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
CHOST="armv7a-hardfloat-linux-uclibceabi"
+CHOST_arm="${CHOST}"
+
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2018 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
ARCH="arm"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
+CHOST_arm="${CHOST}"
# Anthony G. Basile <blueness@gentoo.org> (25 Oct 2015)
# Multilib-related setup, bug #515130
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
ARCH="arm"
# This is a pretty specific profile to the armv7 arch, we can change that later
CHOST="armv7a-softfloat-linux-gnueabi"
+CHOST_arm="${CHOST}"