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/default/linux/uclibc/arm/
Date: Mon, 26 Oct 2015 03:02:04
Message-Id: 1445828898.bd39bb276c461f5c5e8df5addaa9685fb123dd8f.blueness@gentoo
1 commit: bd39bb276c461f5c5e8df5addaa9685fb123dd8f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 03:07:24 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 03:08:18 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd39bb27
7
8 profiles: add multilib setup for default/linux/uclibc/arm
9
10 profiles/default/linux/uclibc/arm/make.defaults | 8 ++++++++
11 1 file changed, 8 insertions(+)
12
13 diff --git a/profiles/default/linux/uclibc/arm/make.defaults b/profiles/default/linux/uclibc/arm/make.defaults
14 index 943fc50..1b3c79c 100644
15 --- a/profiles/default/linux/uclibc/arm/make.defaults
16 +++ b/profiles/default/linux/uclibc/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"