From owner-svn-src-all@FreeBSD.ORG Sun Oct 7 19:51:28 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5826D106568A; Sun, 7 Oct 2012 19:51:28 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0F3CB8FC21; Sun, 7 Oct 2012 19:51:28 +0000 (UTC) Received: from [192.168.0.6] (spaceball.home.andric.com [192.168.0.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id BBEF65C59; Sun, 7 Oct 2012 21:51:26 +0200 (CEST) Message-ID: <5071DD3B.4020301@FreeBSD.org> Date: Sun, 07 Oct 2012 21:51:23 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121002 Thunderbird/16.0 MIME-Version: 1.0 To: Marcel Moolenaar References: <201210071645.q97Gjcj4033917@svn.freebsd.org> In-Reply-To: <201210071645.q97Gjcj4033917@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r241311 - head X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2012 19:51:28 -0000 On 2012-10-07 18:45, Marcel Moolenaar wrote: > Author: marcel > Date: Sun Oct 7 16:45:38 2012 > New Revision: 241311 > URL: http://svn.freebsd.org/changeset/base/241311 > > Log: > Fix 32-bit library builds after the removal of adding -E to make for AS, > CC, CXX and LD. This fix implements the intended as it should have been > implemented all along: by passing AS, CC, CXX and LD on the commandline > of the sub-make instead of in the environment of the sub-make. Thanks! This works very nicely.