diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-03-12 14:30:34 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-03-12 14:30:34 +0000 |
commit | 1452a10de93f0fa5e96cc2ac5d10a0e350354388 (patch) | |
tree | e012601af8f868206865d9c8bc6e43161fb66f11 /profiles/features | |
parent | Marking eselect-emacs-1.8 ppc64 for bug 256113 (diff) | |
download | gentoo-2-1452a10de93f0fa5e96cc2ac5d10a0e350354388.tar.gz gentoo-2-1452a10de93f0fa5e96cc2ac5d10a0e350354388.tar.bz2 gentoo-2-1452a10de93f0fa5e96cc2ac5d10a0e350354388.zip |
Add LIBDIRs for amd64-fbsd
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/multilib/make.defaults | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/features/multilib/make.defaults b/profiles/features/multilib/make.defaults index 29fd4c7164e0..3c4998fafe32 100644 --- a/profiles/features/multilib/make.defaults +++ b/profiles/features/multilib/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.2 2008/12/26 11:09:45 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.3 2009/03/12 14:30:34 drizzt Exp $ # This is so we build with multilib from the start STAGE1_USE="multilib nptl nptlonly unicode" @@ -15,10 +15,12 @@ SYMLINK_LIB="yes" # 64-bit LIBDIR LIBDIR_amd64="lib64" +LIBDIR_amd64_fbsd="lib64" LIBDIR_ppc64="lib64" LIBDIR_sparc64="lib64" # 32-bit LIBDIR LIBDIR_ppc="lib32" LIBDIR_x86="lib32" +LIBDIR_x86_fbsd="lib32" LIBDIR_sparc32="lib32" |