From owner-svn-src-head@FreeBSD.ORG Mon Apr 21 04:29:09 2014 Return-Path: Delivered-To: svn-src-head@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 A063827C for ; Mon, 21 Apr 2014 04:29:09 +0000 (UTC) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) (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 66A6818B4 for ; Mon, 21 Apr 2014 04:29:09 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id uy17so1413880igb.15 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=CwKUQXAjLIuEQVNQ1E60rBJWxhwHCti+ME2yZeHkgY6dEHZZP0+HSAz+ncgi8VuPda km3QazYv8OuzsTY/w1U479/5LaZjHb6LkA1xJO5FxJh9MZr6AjcfLEJmydS61F7FHpDY li5pzG0slPk/DIr7cJAlqfRaH6eJy1IhNrgcPn1PSUx07LpVjMW4MAop0G+PBFJsrSUz OplGmAgF3S81HLrwN2bm5q4YWuwoKYpdiCtD4VSbk4ueh1H45aIAyjI34PY7YR+cEQGD qgc8wc3+3u02RCX9WRWldlmvgK/w7mMCvjytii33aGUXzSGd0uTMekolsNXtd26bm+Ba 6Sng== X-Gm-Message-State: ALoCoQk/KJA2oig7fRXvu/Ttl/VHEcCezs2+Es2zB28RVxofHN2C7TnaPaATf2GVHN1Iqr0MwWTe 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 04:29:09 -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