From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- profiles/arch/mips/mipsel/mips64el/eapi | 1 + profiles/arch/mips/mipsel/mips64el/make.defaults | 9 ++++++++ profiles/arch/mips/mipsel/mips64el/multilib/eapi | 1 + .../mips/mipsel/mips64el/multilib/make.defaults | 24 ++++++++++++++++++++++ .../arch/mips/mipsel/mips64el/multilib/n32/eapi | 1 + .../mipsel/mips64el/multilib/n32/make.defaults | 13 ++++++++++++ .../arch/mips/mipsel/mips64el/multilib/n32/parent | 1 + .../mips/mipsel/mips64el/multilib/n32/use.force | 5 +++++ .../arch/mips/mipsel/mips64el/multilib/n64/eapi | 1 + .../mipsel/mips64el/multilib/n64/make.defaults | 13 ++++++++++++ .../arch/mips/mipsel/mips64el/multilib/n64/parent | 1 + .../mips/mipsel/mips64el/multilib/n64/use.force | 5 +++++ .../arch/mips/mipsel/mips64el/multilib/o32/eapi | 1 + .../mipsel/mips64el/multilib/o32/make.defaults | 13 ++++++++++++ .../arch/mips/mipsel/mips64el/multilib/o32/parent | 1 + .../mips/mipsel/mips64el/multilib/o32/use.force | 5 +++++ profiles/arch/mips/mipsel/mips64el/multilib/parent | 2 ++ .../arch/mips/mipsel/mips64el/multilib/use.force | 5 +++++ .../arch/mips/mipsel/mips64el/multilib/use.mask | 9 ++++++++ profiles/arch/mips/mipsel/mips64el/n32/eapi | 1 + .../arch/mips/mipsel/mips64el/n32/make.defaults | 15 ++++++++++++++ profiles/arch/mips/mipsel/mips64el/n32/parent | 1 + profiles/arch/mips/mipsel/mips64el/n32/use.force | 5 +++++ profiles/arch/mips/mipsel/mips64el/n32/use.mask | 5 +++++ profiles/arch/mips/mipsel/mips64el/n64/eapi | 1 + .../arch/mips/mipsel/mips64el/n64/make.defaults | 15 ++++++++++++++ profiles/arch/mips/mipsel/mips64el/n64/parent | 1 + profiles/arch/mips/mipsel/mips64el/n64/use.force | 5 +++++ profiles/arch/mips/mipsel/mips64el/n64/use.mask | 5 +++++ profiles/arch/mips/mipsel/mips64el/parent | 1 + profiles/arch/mips/mipsel/o32/eapi | 1 + profiles/arch/mips/mipsel/o32/make.defaults | 15 ++++++++++++++ profiles/arch/mips/mipsel/o32/parent | 1 + profiles/arch/mips/mipsel/o32/use.force | 5 +++++ profiles/arch/mips/mipsel/o32/use.mask | 5 +++++ profiles/arch/mips/mipsel/parent | 1 + 36 files changed, 194 insertions(+) create mode 100644 profiles/arch/mips/mipsel/mips64el/eapi create mode 100644 profiles/arch/mips/mipsel/mips64el/make.defaults create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/eapi create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/make.defaults create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/n32/eapi create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/n32/parent create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/n64/eapi create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/n64/parent create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/o32/eapi create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/o32/parent create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/parent create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/use.force create mode 100644 profiles/arch/mips/mipsel/mips64el/multilib/use.mask create mode 100644 profiles/arch/mips/mipsel/mips64el/n32/eapi create mode 100644 profiles/arch/mips/mipsel/mips64el/n32/make.defaults create mode 100644 profiles/arch/mips/mipsel/mips64el/n32/parent create mode 100644 profiles/arch/mips/mipsel/mips64el/n32/use.force create mode 100644 profiles/arch/mips/mipsel/mips64el/n32/use.mask create mode 100644 profiles/arch/mips/mipsel/mips64el/n64/eapi create mode 100644 profiles/arch/mips/mipsel/mips64el/n64/make.defaults create mode 100644 profiles/arch/mips/mipsel/mips64el/n64/parent create mode 100644 profiles/arch/mips/mipsel/mips64el/n64/use.force create mode 100644 profiles/arch/mips/mipsel/mips64el/n64/use.mask create mode 100644 profiles/arch/mips/mipsel/mips64el/parent create mode 100644 profiles/arch/mips/mipsel/o32/eapi create mode 100644 profiles/arch/mips/mipsel/o32/make.defaults create mode 100644 profiles/arch/mips/mipsel/o32/parent create mode 100644 profiles/arch/mips/mipsel/o32/use.force create mode 100644 profiles/arch/mips/mipsel/o32/use.mask create mode 100644 profiles/arch/mips/mipsel/parent (limited to 'profiles/arch/mips/mipsel') diff --git a/profiles/arch/mips/mipsel/mips64el/eapi b/profiles/arch/mips/mipsel/mips64el/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/mipsel/mips64el/make.defaults b/profiles/arch/mips/mipsel/mips64el/make.defaults new file mode 100644 index 000000000000..b6dcb64cf027 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/make.defaults @@ -0,0 +1,9 @@ +# Copyright 2010-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +PROFILE_ARCH="mips64el" + +CHOST="mips64el-unknown-linux-gnu" + +IUSE_IMPLICIT="-abi_mips_o32" diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/eapi b/profiles/arch/mips/mipsel/mips64el/multilib/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults b/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults new file mode 100644 index 000000000000..8b8e4283dada --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +PROFILE_ARCH="mips64el" + +CHOST="mips64el-unknown-linux-gnu" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +CFLAGS_o32="-mabi=32" +CHOST_o32="${CHOST}" + +CFLAGS_n32="-mabi=n32" +CHOST_n32="${CHOST}" + +CFLAGS_n64="-mabi=64" +CHOST_n64="${CHOST}" + +SYMLINK_LIB="no" + +USE_EXPAND_HIDDEN="-ABI_MIPS" diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/n32/eapi b/profiles/arch/mips/mipsel/mips64el/multilib/n32/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/n32/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults b/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults new file mode 100644 index 000000000000..077bc6a98c77 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults @@ -0,0 +1,13 @@ +# Copyright 2011-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MULTILIB_ABIS="n64 o32 n32" +DEFAULT_ABI="n32" +ABI="${DEFAULT_ABI}" + +CHOST_n64="mips64el-unknown-linux-gnuabi64" +CHOST_o32="mipsel-unknown-linux-gnu" + +ABI_MIPS="n32" +IUSE_IMPLICIT="abi_mips_n32" diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/n32/parent b/profiles/arch/mips/mipsel/mips64el/multilib/n32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/n32/parent @@ -0,0 +1 @@ +.. 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..8c06f165e64d --- /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 +# $Id$ + +abi_mips_n32 diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/n64/eapi b/profiles/arch/mips/mipsel/mips64el/multilib/n64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/n64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults b/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults new file mode 100644 index 000000000000..6366a714d3b0 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults @@ -0,0 +1,13 @@ +# Copyright 2011-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MULTILIB_ABIS="n32 o32 n64" +DEFAULT_ABI="n64" +ABI="${DEFAULT_ABI}" + +CHOST_n32="mips64el-unknown-linux-gnuabin32" +CHOST_o32="mipsel-unknown-linux-gnu" + +ABI_MIPS="n64" +IUSE_IMPLICIT="abi_mips_n64" diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/n64/parent b/profiles/arch/mips/mipsel/mips64el/multilib/n64/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/n64/parent @@ -0,0 +1 @@ +.. 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..7a7642bc97ff --- /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 +# $Id$ + +abi_mips_n64 diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/o32/eapi b/profiles/arch/mips/mipsel/mips64el/multilib/o32/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/o32/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults b/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults new file mode 100644 index 000000000000..d9c0ef9a94b4 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults @@ -0,0 +1,13 @@ +# Copyright 2011-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MULTILIB_ABIS="n64 n32 o32" +DEFAULT_ABI="o32" +ABI="${DEFAULT_ABI}" + +CHOST_n32="mips64el-unknown-linux-gnuabin32" +CHOST_n64="mips64el-unknown-linux-gnuabi64" + +ABI_MIPS="o32" +IUSE_IMPLICIT="abi_mips_o32" diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/o32/parent b/profiles/arch/mips/mipsel/mips64el/multilib/o32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/o32/parent @@ -0,0 +1 @@ +.. 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..f629a711690b --- /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 +# $Id$ + +abi_mips_o32 diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/parent b/profiles/arch/mips/mipsel/mips64el/multilib/parent new file mode 100644 index 000000000000..97dffb64c4d1 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/multilib diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/use.force b/profiles/arch/mips/mipsel/mips64el/multilib/use.force new file mode 100644 index 000000000000..c29d0bff64c4 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/multilib/use.force @@ -0,0 +1,5 @@ +# Copyright 2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +multilib 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..b944b154f400 --- /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 +# $Id$ + +# Matt Turner (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/n32/eapi b/profiles/arch/mips/mipsel/mips64el/n32/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n32/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/mipsel/mips64el/n32/make.defaults b/profiles/arch/mips/mipsel/mips64el/n32/make.defaults new file mode 100644 index 000000000000..03997902be33 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n32/make.defaults @@ -0,0 +1,15 @@ +# Copyright 2010-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +PROFILE_ARCH="mips64el" + +CHOST="mips64el-unknown-linux-gnu" + +DEFAULT_ABI="n32" +ABI="${DEFAULT_ABI}" +MULTILIB_ABIS="n32" +CHOST_n32=${CHOST} + +ABI_MIPS="n32" +IUSE_IMPLICIT="abi_mips_n32" diff --git a/profiles/arch/mips/mipsel/mips64el/n32/parent b/profiles/arch/mips/mipsel/mips64el/n32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch/mips/mipsel/mips64el/n32/use.force b/profiles/arch/mips/mipsel/mips64el/n32/use.force new file mode 100644 index 000000000000..23c26a92c09e --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n32/use.force @@ -0,0 +1,5 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +abi_mips_n32 diff --git a/profiles/arch/mips/mipsel/mips64el/n32/use.mask b/profiles/arch/mips/mipsel/mips64el/n32/use.mask new file mode 100644 index 000000000000..865ae31eea41 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n32/use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +-abi_mips_n32 diff --git a/profiles/arch/mips/mipsel/mips64el/n64/eapi b/profiles/arch/mips/mipsel/mips64el/n64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/mipsel/mips64el/n64/make.defaults b/profiles/arch/mips/mipsel/mips64el/n64/make.defaults new file mode 100644 index 000000000000..a4ecdf884e43 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n64/make.defaults @@ -0,0 +1,15 @@ +# Copyright 2010-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +PROFILE_ARCH="mips64el" + +CHOST="mips64el-unknown-linux-gnu" + +DEFAULT_ABI="n64" +ABI="${DEFAULT_ABI}" +MULTILIB_ABIS="n64" +CHOST_n64=${CHOST} + +ABI_MIPS="n64" +IUSE_IMPLICIT="abi_mips_n64" diff --git a/profiles/arch/mips/mipsel/mips64el/n64/parent b/profiles/arch/mips/mipsel/mips64el/n64/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n64/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch/mips/mipsel/mips64el/n64/use.force b/profiles/arch/mips/mipsel/mips64el/n64/use.force new file mode 100644 index 000000000000..b71b42f4ce10 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n64/use.force @@ -0,0 +1,5 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +abi_mips_n64 diff --git a/profiles/arch/mips/mipsel/mips64el/n64/use.mask b/profiles/arch/mips/mipsel/mips64el/n64/use.mask new file mode 100644 index 000000000000..58ccc2a185d2 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n64/use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +-abi_mips_n64 diff --git a/profiles/arch/mips/mipsel/mips64el/parent b/profiles/arch/mips/mipsel/mips64el/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch/mips/mipsel/o32/eapi b/profiles/arch/mips/mipsel/o32/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/mips/mipsel/o32/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/mipsel/o32/make.defaults b/profiles/arch/mips/mipsel/o32/make.defaults new file mode 100644 index 000000000000..acb00413053a --- /dev/null +++ b/profiles/arch/mips/mipsel/o32/make.defaults @@ -0,0 +1,15 @@ +# Copyright 2010-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +PROFILE_ARCH="mipsel" + +CHOST="mipsel-unknown-linux-gnu" +CHOST_o32="mipsel-unknown-linux-gnu" + +ABI="o32" +DEFAULT_ABI="o32" +MULTILIB_ABIS="o32" + +ABI_MIPS="o32" +IUSE_IMPLICIT="abi_mips_o32" diff --git a/profiles/arch/mips/mipsel/o32/parent b/profiles/arch/mips/mipsel/o32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/mips/mipsel/o32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch/mips/mipsel/o32/use.force b/profiles/arch/mips/mipsel/o32/use.force new file mode 100644 index 000000000000..606ddc05d288 --- /dev/null +++ b/profiles/arch/mips/mipsel/o32/use.force @@ -0,0 +1,5 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +abi_mips_o32 diff --git a/profiles/arch/mips/mipsel/o32/use.mask b/profiles/arch/mips/mipsel/o32/use.mask new file mode 100644 index 000000000000..839a3b8f563f --- /dev/null +++ b/profiles/arch/mips/mipsel/o32/use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +-abi_mips_o32 diff --git a/profiles/arch/mips/mipsel/parent b/profiles/arch/mips/mipsel/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/mips/mipsel/parent @@ -0,0 +1 @@ +.. -- cgit v1.2.3-65-gdbad