diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-02-28 18:17:07 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-02-28 18:17:07 +0000 |
commit | c68c8f7c25ae8f3a6ce5392d095d6c45675814e9 (patch) | |
tree | 107c94ab6f7a24686f00771eb81f85a764aa78c5 /profiles/hardened | |
parent | Added nagios plugin to check the status of bonded network interfaces via Nagios. (diff) | |
download | gentoo-2-c68c8f7c25ae8f3a6ce5392d095d6c45675814e9.tar.gz gentoo-2-c68c8f7c25ae8f3a6ce5392d095d6c45675814e9.tar.bz2 gentoo-2-c68c8f7c25ae8f3a6ce5392d095d6c45675814e9.zip |
Add linux/musl/mips and linux/musl/mips/mipsel
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/mips/eapi | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/mips/make.defaults | 16 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/mips/mipsel/make.defaults | 5 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/mips/mipsel/parent | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/mips/parent | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/mips/use.force | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/mips/use.mask | 6 |
8 files changed, 43 insertions, 1 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index 1f77ec98df86..406533695fd6 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,12 @@ # 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.37 2014/02/21 19:44:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.38 2014/02/28 18:17:06 blueness Exp $ + + 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 21 Feb 2014; Anthony G. Basile <blueness@gentoo.org> +linux/musl/arm/armv7a/eapi, +linux/musl/arm/armv7a/make.defaults, diff --git a/profiles/hardened/linux/musl/mips/eapi b/profiles/hardened/linux/musl/mips/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/hardened/linux/musl/mips/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/hardened/linux/musl/mips/make.defaults b/profiles/hardened/linux/musl/mips/make.defaults new file mode 100644 index 000000000000..22b92290f6d1 --- /dev/null +++ b/profiles/hardened/linux/musl/mips/make.defaults @@ -0,0 +1,16 @@ +# 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/mips/make.defaults,v 1.1 2014/02/28 18:17:06 blueness Exp $ + +ARCH="mips" +ACCEPT_KEYWORDS="${ARCH} ~${ARCH}" + +CHOST="mips-gentoo-linux-musl" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +DEFAULT_ABI="o32" +ABI="${DEFAULT_ABI}" +LIBDIR_o32="lib" diff --git a/profiles/hardened/linux/musl/mips/mipsel/make.defaults b/profiles/hardened/linux/musl/mips/mipsel/make.defaults new file mode 100644 index 000000000000..ad60f524007d --- /dev/null +++ b/profiles/hardened/linux/musl/mips/mipsel/make.defaults @@ -0,0 +1,5 @@ +# 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/mips/mipsel/make.defaults,v 1.1 2014/02/28 18:17:07 blueness Exp $ + +CHOST="mipsel-gentoo-linux-musl" diff --git a/profiles/hardened/linux/musl/mips/mipsel/parent b/profiles/hardened/linux/musl/mips/mipsel/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/hardened/linux/musl/mips/mipsel/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/hardened/linux/musl/mips/parent b/profiles/hardened/linux/musl/mips/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/hardened/linux/musl/mips/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/hardened/linux/musl/mips/use.force b/profiles/hardened/linux/musl/mips/use.force new file mode 100644 index 000000000000..fb69ef6ed8aa --- /dev/null +++ b/profiles/hardened/linux/musl/mips/use.force @@ -0,0 +1,6 @@ +# 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/mips/use.force,v 1.1 2014/02/28 18:17:07 blueness Exp $ + +# Force the flag which corresponds to ARCH. +mips diff --git a/profiles/hardened/linux/musl/mips/use.mask b/profiles/hardened/linux/musl/mips/use.mask new file mode 100644 index 000000000000..ca67e1b64d07 --- /dev/null +++ b/profiles/hardened/linux/musl/mips/use.mask @@ -0,0 +1,6 @@ +# 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/mips/use.mask,v 1.1 2014/02/28 18:17:07 blueness Exp $ + +# Unmask the flag which corresponds to ARCH. +-mips |