From owner-freebsd-stable@FreeBSD.ORG Tue May 22 17:26:59 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87BE0106566B for ; Tue, 22 May 2012 17:26:59 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [84.201.187.147]) by mx1.freebsd.org (Postfix) with ESMTP id 293F28FC12 for ; Tue, 22 May 2012 17:26:59 +0000 (UTC) Received: from web19h.yandex.ru (web19h.yandex.ru [84.201.186.48]) by forward2h.mail.yandex.net (Yandex) with ESMTP id 4F7497015C9; Tue, 22 May 2012 21:26:57 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1337707617; bh=Mp2QqWZxuJbLP05NXDZwuMD1g4cJqG8Ia7e6W/9TQKA=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=OzIF+IqI8qhgawNi1klfnCWWGMgDA9VYD2DR4S5808Y5eFlYEHLKnOXEG63IX0//e OxVbRJC5XrgKB42e8Chn9s8FlERRXZ4xuQ8QytWfWr14L8XW+Dnpb7J74LuPu9GYE6 fG5RfQfsgqxt6a4ypR9QwhmUce+2tsEY0ioZvDSw= Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web19h.yandex.ru (Yandex) with ESMTP id E96E819A888F; Tue, 22 May 2012 21:26:56 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1337707617; bh=Mp2QqWZxuJbLP05NXDZwuMD1g4cJqG8Ia7e6W/9TQKA=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=OzIF+IqI8qhgawNi1klfnCWWGMgDA9VYD2DR4S5808Y5eFlYEHLKnOXEG63IX0//e OxVbRJC5XrgKB42e8Chn9s8FlERRXZ4xuQ8QytWfWr14L8XW+Dnpb7J74LuPu9GYE6 fG5RfQfsgqxt6a4ypR9QwhmUce+2tsEY0ioZvDSw= Received: from [188.134.22.116] ([188.134.22.116]) by web19h.yandex.ru with HTTP; Tue, 22 May 2012 21:26:56 +0400 From: S.N.Grigoriev To: Bruce Cran In-Reply-To: <4FBBA191.30500@cran.org.uk> References: <619131337684699@web24h.yandex.ru> <4FBBA191.30500@cran.org.uk> MIME-Version: 1.0 Message-Id: <877701337707616@web19h.yandex.ru> Date: Tue, 22 May 2012 21:26:56 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: "freebsd-stable@freebsd.org" Subject: Re: BuildingFreeBSDWithClang X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 17:26:59 -0000 22.05.2012, 18:24, "Bruce Cran" : > On 22/05/2012 12:27, Ronald Klop wrote: > >> šOn Tue, 22 May 2012 13:04:59 +0200, S.N.Grigoriev >> š wrote: >>> šThe only statement in my /etc/src.conf is `WITH_CLANG_IS_CC=yes'. >>> šShould I use additional configuration options to successfully >>> šbuild the system with CLang? > > The first time around clang isn't cc, so you have to also set CC=clang, > CXX=clang++ and CPP=clang-cpp in src.conf . > > -- > Bruce Cran Hi Bruce, thank you for your response. Settings above have solved my problem. -- Regards, Serguey.