summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/ChangeLog13
-rw-r--r--profiles/hardened/linux/musl/amd64/use.force7
-rw-r--r--profiles/hardened/linux/musl/amd64/use.mask7
-rw-r--r--profiles/hardened/linux/musl/x86/use.force7
-rw-r--r--profiles/hardened/linux/musl/x86/use.mask7
5 files changed, 30 insertions, 11 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog
index 406533695fd6..e3faf20c7178 100644
--- a/profiles/hardened/ChangeLog
+++ b/profiles/hardened/ChangeLog
@@ -1,19 +1,26 @@
# 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.38 2014/02/28 18:17:06 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.39 2014/03/09 23:18:34 blueness Exp $
+
+ 09 Mar 2014; Anthony G. Basile <blueness@gentoo.org>
+ linux/uclibc/amd64/use.force, linux/uclibc/amd64/use.mask,
+ linux/uclibc/x86/use.force, linux/uclibc/x86/use.mask,
+ linux/musl/amd64/use.force, linux/musl/amd64/use.mask,
+ linux/musl/x86/use.force, linux/musl/x86/use.mask:
+ hardened/linux/{uclibc,musl}/{amd64,x86}: force default abi flags
28 Feb 2014; Anthony G. Basile <blueness@gentoo.org> +linux/musl/mips/eapi,
+linux/musl/mips/make.defaults, +linux/musl/mips/mipsel/make.defaults,
+linux/musl/mips/mipsel/parent, +linux/musl/mips/parent,
+linux/musl/mips/use.force, +linux/musl/mips/use.mask:
- Add linux/musl/mips and linux/musl/mips/mipsel
+ Add hardened/linux/musl/mips and hardened/linux/musl/mips/mipsel
21 Feb 2014; Anthony G. Basile <blueness@gentoo.org>
+linux/musl/arm/armv7a/eapi, +linux/musl/arm/armv7a/make.defaults,
+linux/musl/arm/armv7a/parent, +linux/musl/arm/eapi,
+linux/musl/arm/make.defaults, +linux/musl/arm/parent,
+linux/musl/arm/use.force, +linux/musl/arm/use.mask:
- Add linux/musl/arm/armv7a
+ Add hardened/linux/musl/arm/armv7a
17 Feb 2014; Anthony G. Basile <blueness@gentoo.org>
linux/musl/amd64/make.defaults, linux/musl/x86/make.defaults:
diff --git a/profiles/hardened/linux/musl/amd64/use.force b/profiles/hardened/linux/musl/amd64/use.force
index 790053d4b747..e2e63c282f27 100644
--- a/profiles/hardened/linux/musl/amd64/use.force
+++ b/profiles/hardened/linux/musl/amd64/use.force
@@ -1,6 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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/amd64/use.force,v 1.1 2013/06/22 21:32:10 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/use.force,v 1.2 2014/03/09 23:18:34 blueness Exp $
# Force the flag which corresponds to ARCH.
amd64
+
+# Force the flag corresponding to the default ABI.
+abi_x86_64
diff --git a/profiles/hardened/linux/musl/amd64/use.mask b/profiles/hardened/linux/musl/amd64/use.mask
index ddfd43924340..1f41bb89bba7 100644
--- a/profiles/hardened/linux/musl/amd64/use.mask
+++ b/profiles/hardened/linux/musl/amd64/use.mask
@@ -1,10 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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/amd64/use.mask,v 1.1 2013/06/22 21:32:10 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/amd64/use.mask,v 1.2 2014/03/09 23:18:34 blueness Exp $
# Unmask the flag which corresponds to ARCH.
-amd64
+# Unmask the multilib flags for this arch.
+-abi_x86_64
+
# unmask all SIMD assembler flags
-mmx
-mmxext
diff --git a/profiles/hardened/linux/musl/x86/use.force b/profiles/hardened/linux/musl/x86/use.force
index 79f05b2889a5..5c07a4726ad7 100644
--- a/profiles/hardened/linux/musl/x86/use.force
+++ b/profiles/hardened/linux/musl/x86/use.force
@@ -1,6 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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/x86/use.force,v 1.1 2013/08/09 09:47:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/use.force,v 1.2 2014/03/09 23:18:35 blueness Exp $
# Force the flag which corresponds to ARCH.
x86
+
+# Force the flag corresponding to the only ABI.
+abi_x86_32
diff --git a/profiles/hardened/linux/musl/x86/use.mask b/profiles/hardened/linux/musl/x86/use.mask
index 213dbec7d771..be8ea77ae742 100644
--- a/profiles/hardened/linux/musl/x86/use.mask
+++ b/profiles/hardened/linux/musl/x86/use.mask
@@ -1,10 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation.
+# 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/x86/use.mask,v 1.1 2013/08/09 09:47:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/use.mask,v 1.2 2014/03/09 23:18:35 blueness Exp $
# Unmask the flag which corresponds to ARCH.
-x86
+# Unmask the flag corresponding to the only ABI.
+-abi_x86_32
+
# unmask all SIMD assembler flags
-mmx
-mmxext