commit: 96951031f25518167513715d353a7f3633022819
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 03:09:27 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 03:10:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96951031
profiles: add multilib setup for hardened/linux/musl/arm
profiles/hardened/linux/musl/arm/make.defaults | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/profiles/hardened/linux/musl/arm/make.defaults
b/profiles/hardened/linux/musl/arm/make.defaults
index b747d87..762b83b 100644
--- a/profiles/hardened/linux/musl/arm/make.defaults
+++ b/profiles/hardened/linux/musl/arm/make.defaults
@@ -10,3 +10,11 @@ CFLAGS="-O2"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
+
+# Anthony G. Basile <[email protected]> (25 Oct 2015)
+# Multilib-related setup, bug #515130
+ABI="arm"
+DEFAULT_ABI="arm"
+MULTILIB_ABIS="arm"
+CHOST_arm="${CHOST}"
+LIBDIR_arm="lib"