From owner-svn-src-head@FreeBSD.ORG Wed Feb 4 21:09:31 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56E702C3; Wed, 4 Feb 2015 21:09:31 +0000 (UTC) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E26D76C; Wed, 4 Feb 2015 21:09:31 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id hl2so37811910igb.3; Wed, 04 Feb 2015 13:09:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=I9aNXSe0XtGsk10KbYyazv00d3Tx5dnnM9EKTgheVhA=; b=vVklyZmzGvtoCw25bQh/feDsQwx5FTBMBGoVQHAImbnjhnAYUvpXc++x9GtWX+QGqz nlsVkrHc8hA9Qr0TgMdTpQgxRrlS3E6nXLVWMdafxBFjZZmYSK01E7YLy+TSbbZD4CBE aIU8dyX1FrlU9C5nAfedfk+wdk1KWQCEwkx0kFpXu5lbxO0ltWZGeZnxEE5IbET54szW hloHvIUtry1JpROfIAuAIasaWxMDChblUacjlz4Mjyv8yKt69dzZrNIaPy2K+oR4/lM6 1hnonLSxaG+w5wedCzewOJ3tyQjJVNAzHEUhIiLAY6/IpfW9kAaJHGF5gfQJkwvN/hDI h+zQ== MIME-Version: 1.0 X-Received: by 10.50.154.106 with SMTP id vn10mr26541508igb.49.1423084170488; Wed, 04 Feb 2015 13:09:30 -0800 (PST) Received: by 10.50.182.233 with HTTP; Wed, 4 Feb 2015 13:09:30 -0800 (PST) In-Reply-To: <201502042100.t14L0Ued055489@svn.freebsd.org> References: <201502042100.t14L0Ued055489@svn.freebsd.org> Date: Wed, 4 Feb 2015 13:09:30 -0800 Message-ID: Subject: Re: svn commit: r278223 - head/lib/clang From: NGie Cooper To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 04 Feb 2015 21:09:31 -0000 On Wed, Feb 4, 2015 at 1:00 PM, Dimitry Andric wrote: > Author: dim > Date: Wed Feb 4 21:00:29 2015 > New Revision: 278223 > URL: https://svnweb.freebsd.org/changeset/base/278223 > > Log: > For now, add -stdlib=libc++ to the flags for building clang, since that > makes it easier to build head on stable/9, where libstdc++ is still the > default. We can revisit this when somebody will try to build base with > gcc 4.8.1 or higher, and its included libstdc++. Maybe this should be conditionalized on COMPILER_TYPE?