From owner-freebsd-arch@FreeBSD.ORG Wed Jan 27 14:46:32 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF6E81065694; Wed, 27 Jan 2010 14:46:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8F4128FC15; Wed, 27 Jan 2010 14:46:32 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 276F146B3B; Wed, 27 Jan 2010 09:46:32 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 557728A025; Wed, 27 Jan 2010 09:46:31 -0500 (EST) From: John Baldwin To: freebsd-arch@freebsd.org Date: Wed, 27 Jan 2010 08:04:20 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20100120; KDE/4.3.1; amd64; ; ) References: <747dc8f31001270405l4fc1e79ctb892ad92db96204d@mail.gmail.com> <20100127123422.GA30191@freebsd.org> In-Reply-To: <20100127123422.GA30191@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001270804.20670.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 27 Jan 2010 09:46:31 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Renato Botelho , Roman Divacky Subject: Re: problems building new clamav because of march i386 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2010 14:46:32 -0000 On Wednesday 27 January 2010 7:34:22 am Roman Divacky wrote: > On Wed, Jan 27, 2010 at 10:05:42AM -0200, Renato Botelho wrote: > > I'm having some problem trying to update clamav-devel port to > > a new snapshot. > > > > Since it's using llvm now, i didn't build on i386 arch, after some > > changes, it builds now but without atomic build. > > > > The point is, the clamav team say since our march is i386-* the > > binaries are built for old i386 arch, is it correct? > > > > Here is the thread under clamav-devel maillist, could someone > > take a look and gimme some help to understand and maybe fix > > the problem? > > I've already talked to Edwin Torok about this... the problem is that > llvm needs atomic builtins which only i486 provides. The change > of default target from i386 to i486 has been made on HEAD and I believe > the commit was already MFCed to (at least) 8.x. > > I believe the port could be fixed by something like CFLAGS+=-march=i486 It was merged to 7 as well. It seems 6.x should use a newer gcc version for the llvm support anyway. You should probably only add -march=i486 to CFLAGS if it isn't already present. -- John Baldwin