summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2016-09-05 15:19:08 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-09-11 07:42:20 -0400
commit3cf58e7e39ab271947aa2a53eb4d05e89f4335d1 (patch)
treefc1d0ffa6d665f279804441559c3af1af4443454 /profiles/hardened
parentmedia-sound/rhythmbox: version bump 3.4 → 3.4.1 (diff)
downloadgentoo-3cf58e7e39ab271947aa2a53eb4d05e89f4335d1.tar.gz
gentoo-3cf58e7e39ab271947aa2a53eb4d05e89f4335d1.tar.bz2
gentoo-3cf58e7e39ab271947aa2a53eb4d05e89f4335d1.zip
profiles/hardened/linux/musl/arm64: fix multilib setup
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/linux/musl/arm64/make.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/linux/musl/arm64/make.defaults b/profiles/hardened/linux/musl/arm64/make.defaults
index 2e57029c0ffd..4bf2d786572b 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"