From owner-svn-src-all@FreeBSD.ORG Mon Apr 21 04:29:14 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D511D294 for ; Mon, 21 Apr 2014 04:29:14 +0000 (UTC) Received: from mail-ig0-f172.google.com (mail-ig0-f172.google.com [209.85.213.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9DBDB18B5 for ; Mon, 21 Apr 2014 04:29:14 +0000 (UTC) Received: by mail-ig0-f172.google.com with SMTP id hn18so1414948igb.17 for ; Sun, 20 Apr 2014 21:29:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=TEY2hXWYyy78VmrAkUdmFmIPf0sIWZOLbABf/6uCtPM=; b=gE0Rgjr/SpolVwq7eWfzI476Gi63jmtx+cWT+ALp617ZXx2Y9sJSRpbV/bI8qmW5iz 2pIoHMCr9QdzIsdRYVDdwXVtE85weMMpT3RA21L4Uw4fhbO5ZvUNi6S1tw/gToF4QmIN CBTxPnnfy89NCVJeBowY51/LQxBrVLK+dq3gdo5BGPFiOWPGttAV3Jcs0AGoWfYPx+0S r1UtQIY/VAlvhAAt8Jv2UqSwawnAjDJJlm3D4LUyhcnVcABecETY95EHqkHOXZ1znxUP 2GWToSMKRaz2G2Bfv3VPb893wJSZmRXEdUmS8Xh1zD3ilmyI+5P5ptdfzsWGVCfv1QAu v4aQ== X-Gm-Message-State: ALoCoQnkw+ZHANm4cMo05F1sGMMx9huJJMrqLRdXuzZ4q751rlk0lGbqtF8KMr1bIUrIX4KJkwPm X-Received: by 10.50.66.3 with SMTP id b3mr19989567igt.22.1398054548376; Sun, 20 Apr 2014 21:29:08 -0700 (PDT) Received: from netflix-mac.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id vk7sm5524057igb.1.2014.04.20.21.29.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 20 Apr 2014 21:29:07 -0700 (PDT) Sender: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: svn commit: r264703 - head/release/arm From: Warner Losh In-Reply-To: <20140420204931.GV49791@glenbarber.us> Date: Sun, 20 Apr 2014 22:29:16 -0600 Content-Transfer-Encoding: 7bit Message-Id: References: <201404202046.s3KKk7Vp033197@svn.freebsd.org> <20140420204931.GV49791@glenbarber.us> To: Glen Barber X-Mailer: Apple Mail (2.1874) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 21 Apr 2014 04:29:14 -0000 On Apr 20, 2014, at 2:49 PM, Glen Barber wrote: > On Sun, Apr 20, 2014 at 08:46:07PM +0000, Glen Barber wrote: >> Author: gjb >> Date: Sun Apr 20 20:46:06 2014 >> New Revision: 264703 >> URL: http://svnweb.freebsd.org/changeset/base/264703 >> >> Log: >> Apply a slightly different color hammer to arm/release.sh: >> >> - gcc(1) fails to build usr.bin/dtc >> - lack of WITH_GNUCXX=1 causes cc1plus(1) calls to fail >> - u-boot fails to build with clang (hard-coded gcc(1) calls) >> >> Implement the proper incantation of WITH_/WITHOUT_ knobs >> to get arm snapshot builds working again. >> >> Since the cc(1) binary is no longer expected to be clang(1), >> remove the chroot(8) post-install cc(1) overwrite. >> > > The wording here is backwards post-edit. It should have stated "because > we no longer need to overwrite cc(1) with clang(1),...". Yea, WITH/WITHOUT_CLANG_IS_CC must die. Warner