commit:     3cf58e7e39ab271947aa2a53eb4d05e89f4335d1
Author:     Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Mon Sep  5 19:19:08 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 11:42:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf58e7e

profiles/hardened/linux/musl/arm64: fix multilib setup

 profiles/hardened/linux/musl/arm64/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/hardened/linux/musl/arm64/make.defaults 
b/profiles/hardened/linux/musl/arm64/make.defaults
index 2e57029..4bf2d78 100644
--- a/profiles/hardened/linux/musl/arm64/make.defaults
+++ b/profiles/hardened/linux/musl/arm64/make.defaults
@@ -16,5 +16,5 @@ FCFLAGS="${CFLAGS}"
 ABI="arm64"
 DEFAULT_ABI="arm64"
 MULTILIB_ABIS="arm64"
-CHOST_arm="${CHOST}"
-LIBDIR_arm="lib"
+CHOST_arm64="${CHOST}"
+LIBDIR_arm64="lib"

Reply via email to