diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-10-17 03:09:26 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-10-17 03:09:26 +0000 |
commit | 2680639660a7f025a13a02910b9349941518b71c (patch) | |
tree | 5b209dd437434e85569993d1cfacdd89fc02dfed /profiles | |
parent | x86 stable wrt bug #436816 (diff) | |
download | historical-2680639660a7f025a13a02910b9349941518b71c.tar.gz historical-2680639660a7f025a13a02910b9349941518b71c.tar.bz2 historical-2680639660a7f025a13a02910b9349941518b71c.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" |