From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 5 09:58:09 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 751D816A402 for ; Thu, 5 Apr 2007 09:58:09 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 295DB13C44B for ; Thu, 5 Apr 2007 09:58:09 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so458267wxc for ; Thu, 05 Apr 2007 02:58:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XIUF9SrKdl90Dx/h78VAz3MeiEJi9CoL3F1ioQHiCrnn8x/W8eeBcQZWQemWbHc8ouJ9a5evGGV//t1hcxxrp8hMTf11us1dSJ1Ke5PuoLp1/n0uHabEKYG4yk2aI0hpU0iQ0WlnrJRRQonsoPtn8uuXjaiMm04sL6fEUTG5hhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P1MTQuJFJaHjWLlgLMuRtu6KHzB4aNXRjtF/O+hthPeFbfN8ey2jKl5d3vU8SBC1FLMxuA7TaqB1K+LiMb+iNLZIdvlklsrPr8/MSczxa+92FpXQ9b3QG9oB2D8lun+3bvkIJXQKBQoCNnN/qN9PiMziCRnGobkpSk8AkoKUkJg= Received: by 10.114.131.2 with SMTP id e2mr661508wad.1175767085303; Thu, 05 Apr 2007 02:58:05 -0700 (PDT) Received: by 10.114.192.12 with HTTP; Thu, 5 Apr 2007 02:58:05 -0700 (PDT) Message-ID: Date: Thu, 5 Apr 2007 11:58:05 +0200 From: usleepless@gmail.com To: "Juraj Lutter" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4614BD4B.5010109@icyb.net.ua> Cc: freebsd-multimedia@freebsd.org, freebsd-amd64@freebsd.org, freebsd-stable@freebsd.org, Andriy Gapon , freebsd-ports@freebsd.org Subject: Re: amd64: cc -dumpmachine [ffmpeg] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2007 09:58:09 -0000 List, On 4/5/07, Juraj Lutter wrote: > On 4/5/07, Andriy Gapon wrote: > > $ uname -srm > > FreeBSD 6.2-RELEASE-p2 amd64 > > $ cc -dumpmachine > > > > $ > > > > >From gcc(1): > > -dumpmachine > > Print the compiler's target machine (for example, > > i686-pc-linux-gnu)---and don't do anything else. > > > > At least configure script of the latest ffmpeg-devel port seems to be > > confused by this. > > > The same behaviour also on: > root@[remedy.4 /root]# uname -srm > FreeBSD 5.4-STABLE i386 > root@[remedy.4 /root]# gcc -v > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 3.4.2 [FreeBSD] 20040728 i posted a PR a couple of weeks back, and it has been fixed already ( in CURRENT? i dunno ). regards, usleep