diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-01 14:34:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-01 14:34:52 +0000 |
commit | 55c95f87c517fe49b601cece5b0a3b382cea0f82 (patch) | |
tree | 94fee928d9b65b317586bf8a2eb42545ce3dd4fb /profiles/arch/mips | |
parent | Set CHOST_${ABI} for consistence. (diff) | |
download | gentoo-2-55c95f87c517fe49b601cece5b0a3b382cea0f82.tar.gz gentoo-2-55c95f87c517fe49b601cece5b0a3b382cea0f82.tar.bz2 gentoo-2-55c95f87c517fe49b601cece5b0a3b382cea0f82.zip |
Set CHOST_o32 for consistence.
Diffstat (limited to 'profiles/arch/mips')
-rw-r--r-- | profiles/arch/mips/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/mips/make.defaults | 3 | ||||
-rw-r--r-- | profiles/arch/mips/mipsel/make.defaults | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog index 46384d7d5746..6c83d0824d66 100644 --- a/profiles/arch/mips/ChangeLog +++ b/profiles/arch/mips/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/MIPS profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.140 2014/06/30 15:34:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.141 2014/07/01 14:34:52 mgorny Exp $ + + 01 Jul 2014; Michał Górny <mgorny@gentoo.org> make.defaults, + mipsel/make.defaults: + Set CHOST_o32 for consistence. 30 Jun 2014; Michał Górny <mgorny@gentoo.org> make.defaults, mips64/make.defaults, +mips64/use.force, +mips64/use.mask, diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults index cf1f286080c9..6d30366cd980 100644 --- a/profiles/arch/mips/make.defaults +++ b/profiles/arch/mips/make.defaults @@ -1,6 +1,6 @@ # Copyright 2008-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.12 2014/06/30 15:34:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.13 2014/07/01 14:34:52 mgorny Exp $ # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> # Defaults for video drivers @@ -14,6 +14,7 @@ PROFILE_ARCH="mips" USE="-fortran -openmp" CHOST="mips-unknown-linux-gnu" +CHOST_o32="mips-unknown-linux-gnu" LIBDIR_o32="lib" LIBDIR_n32="lib32" diff --git a/profiles/arch/mips/mipsel/make.defaults b/profiles/arch/mips/mipsel/make.defaults index 6ae710bdf7c9..e9bbec3b596d 100644 --- a/profiles/arch/mips/mipsel/make.defaults +++ b/profiles/arch/mips/mipsel/make.defaults @@ -1,7 +1,8 @@ -# Copyright 2010 Gentoo Foundation +# Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/make.defaults,v 1.2 2013/07/28 02:41:58 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/make.defaults,v 1.3 2014/07/01 14:34:52 mgorny Exp $ PROFILE_ARCH="mipsel" CHOST="mipsel-unknown-linux-gnu" +CHOST_o32="mipsel-unknown-linux-gnu" |