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 | 45eb0d2c4859c28985d8f2cbbac30bdde6035892 (patch) | |
tree | 54dec5fd199dd11f32acf6afada2257c3ad0f84d | |
parent | Bump http-types to 0.8.5 (diff) | |
download | historical-45eb0d2c4859c28985d8f2cbbac30bdde6035892.tar.gz historical-45eb0d2c4859c28985d8f2cbbac30bdde6035892.tar.bz2 historical-45eb0d2c4859c28985d8f2cbbac30bdde6035892.zip |
Fix wrongly inherited CHOST_o32 in {musl,uclibc/mips/mipsel profiles.
-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} |