summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2013-07-29 23:03:40 +0000
committerMatt Turner <mattst88@gentoo.org>2013-07-29 23:03:40 +0000
commit65fdcca8ccee921671340b2c724bd2c3b6b5ae19 (patch)
tree0317f584224654caf22fe0ad10d55178d055adaf /profiles/arch/mips
parentNew revision featuring migrated libsndfile, libsamplerate and twolame (diff)
downloadgentoo-2-65fdcca8ccee921671340b2c724bd2c3b6b5ae19.tar.gz
gentoo-2-65fdcca8ccee921671340b2c724bd2c3b6b5ae19.tar.bz2
gentoo-2-65fdcca8ccee921671340b2c724bd2c3b6b5ae19.zip
Add MIPS multilib flags.
Diffstat (limited to 'profiles/arch/mips')
-rw-r--r--profiles/arch/mips/ChangeLog12
-rw-r--r--profiles/arch/mips/mips64/multilib/n32/use.force5
-rw-r--r--profiles/arch/mips/mips64/multilib/n64/use.force5
-rw-r--r--profiles/arch/mips/mips64/multilib/o32/use.force5
-rw-r--r--profiles/arch/mips/mips64/multilib/use.mask9
-rw-r--r--profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force5
-rw-r--r--profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force5
-rw-r--r--profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force5
-rw-r--r--profiles/arch/mips/mipsel/mips64el/multilib/use.mask9
9 files changed, 58 insertions, 2 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog
index 2c65c9da33ff..1f5049426151 100644
--- a/profiles/arch/mips/ChangeLog
+++ b/profiles/arch/mips/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for Gentoo/MIPS profile directory
-# Copyright 2008-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.116 2013/07/28 02:41:56 mattst88 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.117 2013/07/29 23:03:39 mattst88 Exp $
+
+ 29 Jul 2013; Matt Turner <mattst88@gentoo.org>
+ +mips64/multilib/n32/use.force, +mips64/multilib/n64/use.force,
+ +mips64/multilib/o32/use.force, +mips64/multilib/use.mask,
+ +mipsel/mips64el/multilib/n32/use.force,
+ +mipsel/mips64el/multilib/n64/use.force,
+ +mipsel/mips64el/multilib/o32/use.force, +mipsel/mips64el/multilib/use.mask:
+ Mask/force ABI flags on multilib profiles.
10 Jul 2013; Anthony G. Basile <blueness@gentoo.org> use.mask:
Unmask USE=emacs, bug #476160
diff --git a/profiles/arch/mips/mips64/multilib/n32/use.force b/profiles/arch/mips/mips64/multilib/n32/use.force
new file mode 100644
index 000000000000..b9524c8488c6
--- /dev/null
+++ b/profiles/arch/mips/mips64/multilib/n32/use.force
@@ -0,0 +1,5 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $
+
+abi_mips_n32
diff --git a/profiles/arch/mips/mips64/multilib/n64/use.force b/profiles/arch/mips/mips64/multilib/n64/use.force
new file mode 100644
index 000000000000..0df46b32274a
--- /dev/null
+++ b/profiles/arch/mips/mips64/multilib/n64/use.force
@@ -0,0 +1,5 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $
+
+abi_mips_n64
diff --git a/profiles/arch/mips/mips64/multilib/o32/use.force b/profiles/arch/mips/mips64/multilib/o32/use.force
new file mode 100644
index 000000000000..3ba6c22ada02
--- /dev/null
+++ b/profiles/arch/mips/mips64/multilib/o32/use.force
@@ -0,0 +1,5 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $
+
+abi_mips_o32
diff --git a/profiles/arch/mips/mips64/multilib/use.mask b/profiles/arch/mips/mips64/multilib/use.mask
new file mode 100644
index 000000000000..b8657df01019
--- /dev/null
+++ b/profiles/arch/mips/mips64/multilib/use.mask
@@ -0,0 +1,9 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/use.mask,v 1.1 2013/07/29 23:03:39 mattst88 Exp $
+
+# Matt Turner <mattst88@gentoo.org> (29 Jul 2013)
+# Unmask the multilib flags for this arch.
+-abi_mips_o32
+-abi_mips_n32
+-abi_mips_n64
diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force b/profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force
new file mode 100644
index 000000000000..c6580b61355e
--- /dev/null
+++ b/profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force
@@ -0,0 +1,5 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $
+
+abi_mips_n32
diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force b/profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force
new file mode 100644
index 000000000000..bce6dbab16d0
--- /dev/null
+++ b/profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force
@@ -0,0 +1,5 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $
+
+abi_mips_n64
diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force b/profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force
new file mode 100644
index 000000000000..4f9d10e3815c
--- /dev/null
+++ b/profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force
@@ -0,0 +1,5 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force,v 1.3 2013/07/29 23:03:40 mattst88 Exp $
+
+abi_mips_o32
diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/use.mask b/profiles/arch/mips/mipsel/mips64el/multilib/use.mask
new file mode 100644
index 000000000000..7923488e263a
--- /dev/null
+++ b/profiles/arch/mips/mipsel/mips64el/multilib/use.mask
@@ -0,0 +1,9 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/use.mask,v 1.1 2013/07/29 23:03:40 mattst88 Exp $
+
+# Matt Turner <mattst88@gentoo.org> (29 Jul 2013)
+# Unmask the multilib flags for this arch.
+-abi_mips_o32
+-abi_mips_n32
+-abi_mips_n64