From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 25 01:28:06 2013 Return-Path: Delivered-To: freebsd-hackers@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 17990E25 for ; Mon, 25 Nov 2013 01:28:06 +0000 (UTC) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA8FB2149 for ; Mon, 25 Nov 2013 01:28:05 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i7so3676002oag.16 for ; Sun, 24 Nov 2013 17:28:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=zoFzjFZu0d1KHRLxFkXrbovqPE4PC974Gn8RtlMkIkc=; b=QLcD5NrqVO0qShR3VlDJuDoyxp0AlbA2NP4KfWWfgzD90uLPgyrJrYrA3/xtqFp8c9 JTUK1wvs9+mjhvOAuP3medZi/P9N2gJj3XBy7q9yO/SKF61whCRwcLAO5Msc9ZzKrfJE 7Gx2cDHVrRXW5E/LbKGyBwB1Lu8/0xmo6TaHVMGYvJj++TJP88y0a0B1UjHCHAMaLDkS 0UGZOQAw+iErRbq2bpUEVVjqvinlDXS7RCj+dbNs+vZf5Dhnzh8Ddy7Z/ROx8BtLwFeE YuOPbYYo4jdBVfEPSkXPbgS6t6WeGwEd1DV1PjJh/xIJopdVxmuzQyekDGhLgS8MFDHL RqKA== MIME-Version: 1.0 X-Received: by 10.60.59.5 with SMTP id v5mr22582655oeq.30.1385342885138; Sun, 24 Nov 2013 17:28:05 -0800 (PST) Sender: mdf356@gmail.com Received: by 10.182.110.195 with HTTP; Sun, 24 Nov 2013 17:28:05 -0800 (PST) Date: Sun, 24 Nov 2013 17:28:05 -0800 X-Google-Sender-Auth: -Kj8-C1YX0J3pkxhwew6nfhagKs Message-ID: Subject: Building with gcc? From: Matthew Fleming To: freebsd-hackers Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 01:28:06 -0000 I'm trying to test a change to gcc, and I'd like to do a full buildworld/buildkernel using the gcc compiler. So I added this to my /etc/src.conf (and make.conf, since I can't remember under which scenarios they're different): WITHOUT_CLANG=YES WITH_GCC=YES WITH_GNUCXX=YES and I started a buildworld. It's currently building clang. Why is it building clang? Thanks, matthew