From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68F3D138330 for ; Wed, 5 Oct 2016 12:47:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4FC8E0B62; Wed, 5 Oct 2016 12:46:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9805FE0B62 for ; Wed, 5 Oct 2016 12:46:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 067D7341124 for ; Wed, 5 Oct 2016 12:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7028F248D for ; Wed, 5 Oct 2016 12:46:53 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1475671604.ef285cbd77727ee19c7f833377acbf1a890c4fda.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64-fbsd/make.defaults X-VCS-Directories: profiles/arch/amd64-fbsd/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ef285cbd77727ee19c7f833377acbf1a890c4fda X-VCS-Branch: master Date: Wed, 5 Oct 2016 12:46:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9e4a3a15-3ea5-4a32-a2df-8e71e17606cd X-Archives-Hash: e4cb9f0cd11e44c01eb24d8a3a334154 commit: ef285cbd77727ee19c7f833377acbf1a890c4fda Author: Yuta Satoh gmail com> AuthorDate: Tue Oct 4 11:03:01 2016 +0000 Commit: Alexis Ballier gentoo 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"