Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/musl/arm/
Date: Mon, 26 Oct 2015 03:04:30
Message-Id: 1445829033.96951031f25518167513715d353a7f3633022819.blueness@gentoo
1 commit: 96951031f25518167513715d353a7f3633022819
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 03:09:27 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 03:10:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96951031
7
8 profiles: add multilib setup for hardened/linux/musl/arm
9
10 profiles/hardened/linux/musl/arm/make.defaults | 8 ++++++++
11 1 file changed, 8 insertions(+)
12
13 diff --git a/profiles/hardened/linux/musl/arm/make.defaults b/profiles/hardened/linux/musl/arm/make.defaults
14 index b747d87..762b83b 100644
15 --- a/profiles/hardened/linux/musl/arm/make.defaults
16 +++ b/profiles/hardened/linux/musl/arm/make.defaults
17 @@ -10,3 +10,11 @@ CFLAGS="-O2"
18 CXXFLAGS="${CFLAGS}"
19 FFLAGS="${CFLAGS}"
20 FCFLAGS="${CFLAGS}"
21 +
22 +# Anthony G. Basile <blueness@g.o> (25 Oct 2015)
23 +# Multilib-related setup, bug #515130
24 +ABI="arm"
25 +DEFAULT_ABI="arm"
26 +MULTILIB_ABIS="arm"
27 +CHOST_arm="${CHOST}"
28 +LIBDIR_arm="lib"