summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2018-05-04 23:57:30 +0100
committerJames Le Cuirot <chewi@gentoo.org>2018-05-17 10:06:28 +0100
commit26a471c23be476600eecbc5ae8582eba94b9acfe (patch)
treeb779ea5fc8617366fd3ec56be21358ee36662226 /profiles/arch
parentprofiles: CHOST_arm needs to be reset when arm CHOST changes (diff)
downloadgentoo-26a471c23be476600eecbc5ae8582eba94b9acfe.tar.gz
gentoo-26a471c23be476600eecbc5ae8582eba94b9acfe.tar.bz2
gentoo-26a471c23be476600eecbc5ae8582eba94b9acfe.zip
profiles: Use *eabihf on arm hardfloat triplets for 17.0 onwards
13.0 is now the exception, which sets it back to the old value. Bug: https://bugs.gentoo.org/602440
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/arm/armv6j/make.defaults2
-rw-r--r--profiles/arch/arm/armv7a/make.defaults2
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/arch/arm/armv6j/make.defaults b/profiles/arch/arm/armv6j/make.defaults
index 5475afdc1f4d..f23e0de09e37 100644
--- a/profiles/arch/arm/armv6j/make.defaults
+++ b/profiles/arch/arm/armv6j/make.defaults
@@ -1,4 +1,4 @@
-CHOST="armv6j-hardfloat-linux-gnueabi"
+CHOST="armv6j-unknown-linux-gnueabihf"
CHOST_arm="${CHOST}"
CFLAGS="-O2 -pipe -march=armv6j"
diff --git a/profiles/arch/arm/armv7a/make.defaults b/profiles/arch/arm/armv7a/make.defaults
index e72068d9c3d7..525a73346b19 100644
--- a/profiles/arch/arm/armv7a/make.defaults
+++ b/profiles/arch/arm/armv7a/make.defaults
@@ -1,4 +1,4 @@
-CHOST="armv7a-hardfloat-linux-gnueabi"
+CHOST="armv7a-unknown-linux-gnueabihf"
CHOST_arm="${CHOST}"
CFLAGS="-O2 -pipe -march=armv7-a"