From owner-freebsd-amd64@FreeBSD.ORG Sun Apr 29 15:45:24 2007 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A455E16A401; Sun, 29 Apr 2007 15:45:24 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 92E6D13C45A; Sun, 29 Apr 2007 15:45:24 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3TFjOcU033349; Sun, 29 Apr 2007 15:45:24 GMT (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3TFjOai033345; Sun, 29 Apr 2007 15:45:24 GMT (envelope-from kan) Date: Sun, 29 Apr 2007 15:45:24 GMT From: Alexander Kabaev Message-Id: <200704291545.l3TFjOai033345@freefall.freebsd.org> To: peterjeremy@optushome.com.au, kan@FreeBSD.org, kan@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: gnu/112215: [patch] gcc(1): "gcc -m32" attempts to link against 64-bit libs X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2007 15:45:24 -0000 Synopsis: [patch] gcc(1): "gcc -m32" attempts to link against 64-bit libs State-Changed-From-To: open->suspended State-Changed-By: kan State-Changed-When: Sun Apr 29 15:44:38 UTC 2007 State-Changed-Why: Cross build for 32 bit is plan not supported on amd64 due to many reasons, gcc specs being the least serious of them. We do not not install correct machine/ headers anywhere, so any binary compiled with -m32 still refers to amd64's machine/*.h headers. Ther patch makes no sense until we have cross-environment to speak of in the first place. Responsible-Changed-From-To: kan->freebsd-amd64 Responsible-Changed-By: kan Responsible-Changed-When: Sun Apr 29 15:44:38 UTC 2007 Responsible-Changed-Why: Cross build for 32 bit is plan not supported on amd64 due to many reasons, gcc specs being the least serious of them. We do not not install correct machine/ headers anywhere, so any binary compiled with -m32 still refers to amd64's machine/*.h headers. Ther patch makes no sense until we have cross-environment to speak of in the first place. http://www.freebsd.org/cgi/query-pr.cgi?pr=112215