From owner-freebsd-stable@FreeBSD.ORG Thu Apr 5 10:20:56 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4E0616A408 for ; Thu, 5 Apr 2007 10:20:56 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 8FB3913C459 for ; Thu, 5 Apr 2007 10:20:56 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so610659ana for ; Thu, 05 Apr 2007 03:20:56 -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=gvoZFMut5vusHRk4JXPXDve9h058YI2eevdkjP1bQgq6FMuGuDlYcfiLlNtwj2WR6LqAUHwuXikZLil19UXcWgpI8ubdy6iV8nkMV9BS/lCM8y1f/fpndu+GRQKGRNDiZGGhPu/NYKqJepuhg7tp6XRNf0rbWtDvDOqgTknOAEk= 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=d23a4iS22C/O2g9zE5bLQYSX1I/C66xxXz/tfS6lkRpVTV0eGUz51UuoQ5Zl6RISRXi/fErIQrlcYJtdrZll2p8WLbQ/MXQcQwdwN2rClacTHPCKp7xAAc3+dKus+lUF0k5YV/ousG+GMmnCeGwC1cKqRH66ZBhEdKXROkmhDEs= Received: by 10.115.76.1 with SMTP id d1mr651054wal.1175768455389; Thu, 05 Apr 2007 03:20:55 -0700 (PDT) Received: by 10.114.192.12 with HTTP; Thu, 5 Apr 2007 03:20:55 -0700 (PDT) Message-ID: Date: Thu, 5 Apr 2007 12:20:55 +0200 From: usleepless@gmail.com To: "Andriy Gapon" In-Reply-To: <4614C619.8000803@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704050941.l359fTo9092265@lurza.secnetix.de> <4614C619.8000803@icyb.net.ua> Cc: freebsd-multimedia@freebsd.org, freebsd-stable@freebsd.org, freebsd-ports@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: amd64: cc -dumpmachine [ffmpeg] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2007 10:20:57 -0000 Adriy, On 4/5/07, Andriy Gapon wrote: > on 05/04/2007 12:41 Oliver Fromme said the following: > > Andriy Gapon wrote: > > > > > > [sorry for spamming so many lists but all of them seem to be relevant] > > > > > > $ uname -srm > > > FreeBSD 6.2-RELEASE-p2 amd64 > > > $ cc -dumpmachine > > > > > > $ > > > > I get the same empty result on a 32bit RELENG_6 (i386) > > machine here. It seems to be normal. > > Maybe "normal" for FreeBSD GCC but not for GCC in general. > E.g.: > $ uname -srm > Linux 2.6.19-1.2895.fc6xen x86_64 > $ cc -dumpmachine > x86_64-redhat-linux > > > > At least configure script of the latest ffmpeg-devel port seems to be > > > confused by this. > > > > Works fine here on said i386 machine. So it must be > > something else, no related to the -dumpmachine output, > > but maybe amd64-related. > > By "confused" I meant that the configure script decided that it > cross-builds for i386 because it didn't see "something 64" in the output > of the said command. So this is it. you are right. and it has been fixed in CURRENT. for the time being, check out the output of "c++ -dumpmachine". you will be surprised. regards, usleep