diff options
author | 2005-05-01 21:51:21 +0000 | |
---|---|---|
committer | 2005-05-01 21:51:21 +0000 | |
commit | 5b7816da2088ab2c399c17189f09e5373661fb7a (patch) | |
tree | bf65bb5c8c1b036079d7ce599c41946beb3c12c8 /profiles | |
parent | Removed old ebuilds (release candidates) and orphaned files. (diff) | |
download | historical-5b7816da2088ab2c399c17189f09e5373661fb7a.tar.gz historical-5b7816da2088ab2c399c17189f09e5373661fb7a.tar.bz2 historical-5b7816da2088ab2c399c17189f09e5373661fb7a.zip |
Added mips64 selinux profile
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/selinux/2005.1/mips/mips64/make.defaults | 13 | ||||
-rw-r--r-- | profiles/selinux/2005.1/mips/mips64/parent | 5 | ||||
-rw-r--r-- | profiles/selinux/2005.1/mips/parent | 5 | ||||
-rw-r--r-- | profiles/selinux/2005.1/mips/use.mask | 12 | ||||
-rw-r--r-- | profiles/selinux/2005.1/mips/virtuals | 6 |
5 files changed, 41 insertions, 0 deletions
diff --git a/profiles/selinux/2005.1/mips/mips64/make.defaults b/profiles/selinux/2005.1/mips/mips64/make.defaults new file mode 100644 index 000000000000..81c63b9a0a2a --- /dev/null +++ b/profiles/selinux/2005.1/mips/mips64/make.defaults @@ -0,0 +1,13 @@ +# Copyright 1999-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/mips/mips64/make.defaults,v 1.1 2005/05/01 21:51:21 spb Exp $ + +ARCH="mips" +ACCEPT_KEYWORDS="mips" + +CHOST="mips-unknown-linux-gnu" +CFLAGS="-O2 -pipe -march=mips3 -mabi=32" +CXXFLAGS="${CFLAGS}" + +PROFILE_ARCH="mips64" +FEATURES="-sandbox ccache autoconfig" diff --git a/profiles/selinux/2005.1/mips/mips64/parent b/profiles/selinux/2005.1/mips/mips64/parent new file mode 100644 index 000000000000..49be1f147adb --- /dev/null +++ b/profiles/selinux/2005.1/mips/mips64/parent @@ -0,0 +1,5 @@ +# Copyright 1999-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/mips/mips64/parent,v 1.1 2005/05/01 21:51:21 spb Exp $ + +.. diff --git a/profiles/selinux/2005.1/mips/parent b/profiles/selinux/2005.1/mips/parent new file mode 100644 index 000000000000..34ede0ccd747 --- /dev/null +++ b/profiles/selinux/2005.1/mips/parent @@ -0,0 +1,5 @@ +# Copyright 1999-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/mips/parent,v 1.1 2005/05/01 21:51:21 spb Exp $ + +.. diff --git a/profiles/selinux/2005.1/mips/use.mask b/profiles/selinux/2005.1/mips/use.mask new file mode 100644 index 000000000000..16c7a967cac5 --- /dev/null +++ b/profiles/selinux/2005.1/mips/use.mask @@ -0,0 +1,12 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/mips/use.mask,v 1.1 2005/05/01 21:51:21 spb Exp $ + +# disallow posix acl since this is SELinux +acl + +# use a uclibc profile +uclibc + +# PPC instructions +altivec diff --git a/profiles/selinux/2005.1/mips/virtuals b/profiles/selinux/2005.1/mips/virtuals new file mode 100644 index 000000000000..2a832eb1d81b --- /dev/null +++ b/profiles/selinux/2005.1/mips/virtuals @@ -0,0 +1,6 @@ +# Copyright 1999-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/mips/virtuals,v 1.1 2005/05/01 21:51:21 spb Exp $ + +virtual/linux-sources sys-kernel/mips-sources +virtual/bootloader sys-boot/arcboot |