diff options
author | 2012-10-17 03:09:26 +0000 | |
---|---|---|
committer | 2012-10-17 03:09:26 +0000 | |
commit | 384d536ada0864b5cc0831e47289661f5ad4e7f3 (patch) | |
tree | da919c915c74ae76c5ca26b15e5ceda0b4addcd2 /profiles | |
parent | x86 stable wrt bug #436816 (diff) | |
download | gentoo-2-384d536ada0864b5cc0831e47289661f5ad4e7f3.tar.gz gentoo-2-384d536ada0864b5cc0831e47289661f5ad4e7f3.tar.bz2 gentoo-2-384d536ada0864b5cc0831e47289661f5ad4e7f3.zip |
Add LIBDIR_* definitions to make.defaults for single-ABI profiles.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/mips/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/mips/make.defaults | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog index 576857284fdd..20f3a6ff463e 100644 --- a/profiles/arch/mips/ChangeLog +++ b/profiles/arch/mips/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/MIPS profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.103 2012/09/29 03:06:33 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.104 2012/10/17 03:09:26 mattst88 Exp $ + + 17 Oct 2012; Matt Turner <mattst88@gentoo.org> make.defaults: + Add LIBDIR_* definitions to make.defaults for single-ABI profiles. 29 Sep 2012; Matt Turner <mattst88@gentoo.org> mips64/multilib/make.defaults, mips64/n32/make.defaults, mips64/n64/make.defaults, diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults index baf14ad4b40b..48159eaa3b61 100644 --- a/profiles/arch/mips/make.defaults +++ b/profiles/arch/mips/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.9 2011/11/17 01:14:25 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.10 2012/10/17 03:09:26 mattst88 Exp $ # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> # Defaults for video drivers @@ -15,6 +15,10 @@ USE="-fortran -openmp" CHOST="mips-unknown-linux-gnu" +LIBDIR_o32="lib" +LIBDIR_n32="lib32" +LIBDIR_n64="lib64" + # 2010/12/06 - Matt Turner <mattst88@gentoo.org> # Probably missing a bunch for various SGI systems. ALSA_CARDS="au1x00" |