Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/
Date: Wed, 05 Oct 2016 12:47:00
Message-Id: 1475671604.ef285cbd77727ee19c7f833377acbf1a890c4fda.aballier@gentoo
1 commit: ef285cbd77727ee19c7f833377acbf1a890c4fda
2 Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 4 11:03:01 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 5 12:46:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef285cbd
7
8 profiles/arch/amd64-fbsd: Drop special CFLAGS for sys-freebsd packages
9
10 https://bugs.gentoo.org/show_bug.cgi?id=596044
11
12 profiles/arch/amd64-fbsd/make.defaults | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/arch/amd64-fbsd/make.defaults b/profiles/arch/amd64-fbsd/make.defaults
16 index 6d9f5af..42329af 100644
17 --- a/profiles/arch/amd64-fbsd/make.defaults
18 +++ b/profiles/arch/amd64-fbsd/make.defaults
19 @@ -17,7 +17,7 @@ DEFAULT_ABI="amd64_fbsd"
20 ABI="amd64_fbsd"
21
22 # 32bit specific settings.
23 -CFLAGS_x86_fbsd="-m32 -DCOMPAT_32BIT -B/usr/lib32 -L/usr/lib32"
24 +CFLAGS_x86_fbsd="-m32"
25 LDFLAGS_x86_fbsd="-m elf_i386_fbsd -L/usr/lib32"
26
27 USE="mmx mmxext sse sse2"