summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2018-05-04 23:54:20 +0100
committerJames Le Cuirot <chewi@gentoo.org>2018-05-17 10:06:28 +0100
commitd8f68e312ac310f9b632608389a2d6985b97daf0 (patch)
treef032464e77fcf5c1d01d997254dcba50b94518ce /profiles/prefix/linux
parentwww-client/chromium: amd64 stable wrt bug #655720 (diff)
downloadgentoo-d8f68e312ac310f9b632608389a2d6985b97daf0.tar.gz
gentoo-d8f68e312ac310f9b632608389a2d6985b97daf0.tar.bz2
gentoo-d8f68e312ac310f9b632608389a2d6985b97daf0.zip
profiles: CHOST_arm needs to be reset when arm CHOST changes
Diffstat (limited to 'profiles/prefix/linux')
-rw-r--r--profiles/prefix/linux/arm/make.defaults3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/prefix/linux/arm/make.defaults b/profiles/prefix/linux/arm/make.defaults
index 33360a56b8f2..22479baf6f0e 100644
--- a/profiles/prefix/linux/arm/make.defaults
+++ b/profiles/prefix/linux/arm/make.defaults
@@ -1,6 +1,7 @@
-# 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}"