summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-08 02:08:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-08 02:08:01 +0000
commit905d187a8014ef8ef318b22763590e5c4e972a1c (patch)
tree0d557248136f82000a77673a3e8bbe1597eba5b0 /profiles
parentStable for HPPA (bug #475842). (diff)
downloadgentoo-2-905d187a8014ef8ef318b22763590e5c4e972a1c.tar.gz
gentoo-2-905d187a8014ef8ef318b22763590e5c4e972a1c.tar.bz2
gentoo-2-905d187a8014ef8ef318b22763590e5c4e972a1c.zip
Add CFLAGS and LDFLAGS so that gcc finds the needed files and libraries when doing multilib.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/amd64-fbsd/ChangeLog6
-rw-r--r--profiles/arch/amd64-fbsd/make.defaults8
2 files changed, 9 insertions, 5 deletions
diff --git a/profiles/arch/amd64-fbsd/ChangeLog b/profiles/arch/amd64-fbsd/ChangeLog
index 4c7a156cecaf..1edfc23f7d0c 100644
--- a/profiles/arch/amd64-fbsd/ChangeLog
+++ b/profiles/arch/amd64-fbsd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo/x86-fbsd profile directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.38 2013/04/07 19:41:52 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.39 2013/07/08 02:08:01 aballier Exp $
+
+ 08 Jul 2013; Alexis Ballier <aballier@gentoo.org> make.defaults:
+ Add CFLAGS and LDFLAGS so that gcc finds the needed files and libraries when
+ doing multilib.
07 Apr 2013; Michael Palimaka <kensington@gentoo.org> -package.mask:
Unmask KDE SC 4.10.0 since it is no longer in the tree.
diff --git a/profiles/arch/amd64-fbsd/make.defaults b/profiles/arch/amd64-fbsd/make.defaults
index 2712719d624c..6359f6361e04 100644
--- a/profiles/arch/amd64-fbsd/make.defaults
+++ b/profiles/arch/amd64-fbsd/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# Copyright 1999-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults,v 1.11 2012/10/15 15:58:18 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults,v 1.12 2013/07/08 02:08:01 aballier Exp $
# System-wide defaults for the G/FBSD Portage system
ARCH="amd64-fbsd"
@@ -17,8 +17,8 @@ DEFAULT_ABI="amd64_fbsd"
ABI="amd64_fbsd"
# 32bit specific settings.
-CFLAGS_x86_fbsd="-m32 -DCOMPAT_32BIT"
-LDFLAGS_x86_fbsd="-m elf_i386_fbsd"
+CFLAGS_x86_fbsd="-m32 -DCOMPAT_32BIT -B/usr/lib32 -L/usr/lib32"
+LDFLAGS_x86_fbsd="-m elf_i386_fbsd -L/usr/lib32"
USE="mmx sse sse2"