commit: ef285cbd77727ee19c7f833377acbf1a890c4fda Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com> AuthorDate: Tue Oct 4 11:03:01 2016 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Oct 5 12:46:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef285cbd
profiles/arch/amd64-fbsd: Drop special CFLAGS for sys-freebsd packages https://bugs.gentoo.org/show_bug.cgi?id=596044 profiles/arch/amd64-fbsd/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/amd64-fbsd/make.defaults b/profiles/arch/amd64-fbsd/make.defaults index 6d9f5af..42329af 100644 --- a/profiles/arch/amd64-fbsd/make.defaults +++ b/profiles/arch/amd64-fbsd/make.defaults @@ -17,7 +17,7 @@ DEFAULT_ABI="amd64_fbsd" ABI="amd64_fbsd" # 32bit specific settings. -CFLAGS_x86_fbsd="-m32 -DCOMPAT_32BIT -B/usr/lib32 -L/usr/lib32" +CFLAGS_x86_fbsd="-m32" LDFLAGS_x86_fbsd="-m elf_i386_fbsd -L/usr/lib32" USE="mmx mmxext sse sse2"
