summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-11-18 22:08:00 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-11-18 22:08:00 +0000
commitecc0c035ed4c021fc131a65fb82cde92f71b5614 (patch)
tree83ba6a2ea218394ddbd833048c9c20e1ff14a5ae /profiles/hardened
parentadding for glance (diff)
downloadhistorical-ecc0c035ed4c021fc131a65fb82cde92f71b5614.tar.gz
historical-ecc0c035ed4c021fc131a65fb82cde92f71b5614.tar.bz2
historical-ecc0c035ed4c021fc131a65fb82cde92f71b5614.zip
linux/musl/ppc/make.defaults: add mutlib ABI, thanks Felix Janda
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/ChangeLog6
-rw-r--r--profiles/hardened/linux/musl/ppc/make.defaults9
2 files changed, 13 insertions, 2 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog
index 8fb9e9bcb0f1..791b8f9f9f18 100644
--- a/profiles/hardened/ChangeLog
+++ b/profiles/hardened/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.73 2014/10/23 11:15:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.74 2014/11/18 22:08:00 blueness Exp $
+
+ 18 Nov 2014; Anthony G. Basile <blueness@gentoo.org>
+ linux/musl/ppc/make.defaults:
+ linux/musl/ppc/make.defaults: add mutlib ABI, thanks Felix Janda
23 Oct 2014; Anthony G. Basile <blueness@gentoo.org>
+linux/musl/package.use.mask:
diff --git a/profiles/hardened/linux/musl/ppc/make.defaults b/profiles/hardened/linux/musl/ppc/make.defaults
index d55d93118b5f..84c295858d13 100644
--- a/profiles/hardened/linux/musl/ppc/make.defaults
+++ b/profiles/hardened/linux/musl/ppc/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/ppc/make.defaults,v 1.1 2014/11/04 18:21:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/ppc/make.defaults,v 1.2 2014/11/18 22:08:00 blueness Exp $
ARCH="ppc"
ACCEPT_KEYWORDS="${ARCH}"
@@ -10,3 +10,10 @@ CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
+
+ABI="ppc"
+DEFAULT_ABI="ppc"
+MULTILIB_ABIS="ppc"
+CHOST_ppc=${CHOST}
+LIBDIR_ppc="lib"
+IUSE_IMPLICIT="abi_ppc_32"