summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-10-25 23:09:27 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-10-25 23:10:33 -0400
commit96951031f25518167513715d353a7f3633022819 (patch)
tree7ecec75036289b8e57cac175cf40f3a0b53c7f2e
parentprofiles: add multilib setup for default/linux/uclibc/arm (diff)
downloadgentoo-96951031f25518167513715d353a7f3633022819.tar.gz
gentoo-96951031f25518167513715d353a7f3633022819.tar.bz2
gentoo-96951031f25518167513715d353a7f3633022819.zip
profiles: add multilib setup for hardened/linux/musl/arm
-rw-r--r--profiles/hardened/linux/musl/arm/make.defaults8
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/hardened/linux/musl/arm/make.defaults b/profiles/hardened/linux/musl/arm/make.defaults
index b747d8716372..762b83bd7a30 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 <blueness@gentoo.org> (25 Oct 2015)
+# Multilib-related setup, bug #515130
+ABI="arm"
+DEFAULT_ABI="arm"
+MULTILIB_ABIS="arm"
+CHOST_arm="${CHOST}"
+LIBDIR_arm="lib"