diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-02 10:57:54 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-02 10:57:54 +0000 |
commit | a821e71e026c6f3e3258ff019afd12b4b62248c8 (patch) | |
tree | eca4b8641ae23a73f940eb1cc458890d561abddc /profiles/hardened | |
parent | Bump http-types to 0.8.5 (diff) | |
download | gentoo-2-a821e71e026c6f3e3258ff019afd12b4b62248c8.tar.gz gentoo-2-a821e71e026c6f3e3258ff019afd12b4b62248c8.tar.bz2 gentoo-2-a821e71e026c6f3e3258ff019afd12b4b62248c8.zip |
Fix wrongly inherited CHOST_o32 in {musl,uclibc/mips/mipsel profiles.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/mips/mipsel/make.defaults | 3 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/mips/mipsel/make.defaults | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index a702c82ef353..3e5d3a3b4b9f 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,10 @@ # 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.54 2014/07/01 12:37:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.55 2014/07/02 10:57:53 mgorny Exp $ + + 02 Jul 2014; Michał Górny <mgorny@gentoo.org> + linux/musl/mips/mipsel/make.defaults, linux/uclibc/mips/mipsel/make.defaults: + Fix wrongly inherited CHOST_o32 in {musl,uclibc/mips/mipsel profiles. 01 Jul 2014; Anthony G. Basile <blueness@gentoo.org> linux/musl/amd64/make.defaults, linux/musl/amd64/use.force, diff --git a/profiles/hardened/linux/musl/mips/mipsel/make.defaults b/profiles/hardened/linux/musl/mips/mipsel/make.defaults index ea1028667ee2..6156a42b16e1 100644 --- a/profiles/hardened/linux/musl/mips/mipsel/make.defaults +++ b/profiles/hardened/linux/musl/mips/mipsel/make.defaults @@ -1,8 +1,9 @@ # 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.2 2014/06/13 19:15:57 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/mips/mipsel/make.defaults,v 1.3 2014/07/02 10:57:54 mgorny Exp $ CHOST="mipsel-gentoo-linux-musl" +CHOST_o32=${CHOST} # Disable sandbox because its currently broken on mipsel-musl FEATURES="-sandbox" diff --git a/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults b/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults index 7df601f02ea4..be6cf88d2962 100644 --- a/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults +++ b/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults @@ -1,5 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults,v 1.3 2012/10/08 17:57:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/mipsel/make.defaults,v 1.4 2014/07/02 10:57:54 mgorny Exp $ CHOST="mipsel-gentoo-linux-uclibc" +CHOST_o32=${CHOST} |