diff options
author | 2013-07-29 23:03:40 +0000 | |
---|---|---|
committer | 2013-07-29 23:03:40 +0000 | |
commit | 65fdcca8ccee921671340b2c724bd2c3b6b5ae19 (patch) | |
tree | 0317f584224654caf22fe0ad10d55178d055adaf /profiles/arch/mips/mips64/multilib | |
parent | New revision featuring migrated libsndfile, libsamplerate and twolame (diff) | |
download | gentoo-2-65fdcca8ccee921671340b2c724bd2c3b6b5ae19.tar.gz gentoo-2-65fdcca8ccee921671340b2c724bd2c3b6b5ae19.tar.bz2 gentoo-2-65fdcca8ccee921671340b2c724bd2c3b6b5ae19.zip |
Add MIPS multilib flags.
Diffstat (limited to 'profiles/arch/mips/mips64/multilib')
-rw-r--r-- | profiles/arch/mips/mips64/multilib/n32/use.force | 5 | ||||
-rw-r--r-- | profiles/arch/mips/mips64/multilib/n64/use.force | 5 | ||||
-rw-r--r-- | profiles/arch/mips/mips64/multilib/o32/use.force | 5 | ||||
-rw-r--r-- | profiles/arch/mips/mips64/multilib/use.mask | 9 |
4 files changed, 24 insertions, 0 deletions
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 |