summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-18 16:43:53 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-18 16:43:53 +0000
commite8153340882ef4c477284e4fe958737ffca7c518 (patch)
tree2e46f9a0649efc2d71ed364dcb9253e6b50368ed /profiles
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-e8153340882ef4c477284e4fe958737ffca7c518.tar.gz
gentoo-2-e8153340882ef4c477284e4fe958737ffca7c518.tar.bz2
gentoo-2-e8153340882ef4c477284e4fe958737ffca7c518.zip
we need to define COMPAT_32BIT when building for x86
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/amd64-fbsd/ChangeLog5
-rw-r--r--profiles/arch/amd64-fbsd/make.defaults4
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/arch/amd64-fbsd/ChangeLog b/profiles/arch/amd64-fbsd/ChangeLog
index a2b5c8e930af..485ebef33845 100644
--- a/profiles/arch/amd64-fbsd/ChangeLog
+++ b/profiles/arch/amd64-fbsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/x86-fbsd profile directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.23 2012/05/17 14:00:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.24 2012/05/18 16:43:53 aballier Exp $
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org> make.defaults:
+ we need to define COMPAT_32BIT when building for x86
17 May 2012; Alexis Ballier <aballier@gentoo.org> package.use.mask:
unmask orc since its fine here
diff --git a/profiles/arch/amd64-fbsd/make.defaults b/profiles/arch/amd64-fbsd/make.defaults
index 7ff931462cef..339a2740bf40 100644
--- a/profiles/arch/amd64-fbsd/make.defaults
+++ b/profiles/arch/amd64-fbsd/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.6 2012/04/26 20:23:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults,v 1.7 2012/05/18 16:43:53 aballier Exp $
# System-wide defaults for the G/FBSD Portage system
ARCH="amd64-fbsd"
@@ -15,7 +15,7 @@ DEFAULT_ABI="amd64_fbsd"
ABI="amd64_fbsd"
# 32bit specific settings.
-CFLAGS_x86_fbsd="-m32"
+CFLAGS_x86_fbsd="-m32 -DCOMPAT_32BIT"
LDFLAGS_x86_fbsd="-m elf_i386_fbsd"
USE="mmx sse sse2"