From owner-freebsd-toolchain@FreeBSD.ORG Sun May 20 17:34:25 2012 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41828106564A for ; Sun, 20 May 2012 17:34:25 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 863168FC15 for ; Sun, 20 May 2012 17:34:24 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id C6950E650C for ; Sun, 20 May 2012 18:34:43 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:subject:content-type :content-transfer-encoding; s=mail; bh=dkpB6ogat/unF3FqPP1GV1+CX cs=; b=y18N0510nkE7CBqXcnntgnioetx4SDUevBXQnUm4tAjVy4XURKMNX93Uq QMHDPWI8RwViiWS7ENSe3CLHJ3hUjS0BRXyyE3ASt3T3Z1qIhlNctZmkph8iK1Zz CmphTWzkn8ks+439lDJkeLRSxYBwWHxkOVNIOHKm4Z5KxuTnxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:subject:content-type :content-transfer-encoding; q=dns; s=mail; b=bN72GUy0y19uRI7Swgr /HCXKn0zY9jEA+e39ObSxuhss4Mk4iA51uIcDJ2WaMgHE2QbNvVi+TR0srlffPes 75Kt8KhAnEl+lt56cB3lRyRD/OJlzITaul+f30FkAFBb6G89z8dUo0OiL2LJvUwl DNMng3JzpruHf1Ha8+JMtuQI= Received: from [192.168.2.2] (unknown [109.249.120.3]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id BB852E6509 for ; Sun, 20 May 2012 18:34:42 +0100 (BST) Message-ID: <4FB92B18.7050003@cran.org.uk> Date: Sun, 20 May 2012 18:34:16 +0100 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-toolchain Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: WITH_CLANG_IS_CC and unrecognized command line options X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 17:34:25 -0000 I've done a fresh install of FreeBSD 9.0, upgraded to 10-CURRENT and have just tried doing a rebuild with CLANG_IS_CC=yes in src.conf. However there's an error building ncurses: cc: unrecognized option '-Qunused-arguments' cc: unrecognized option '-Qunused-arguments' cc1: error: unrecognized command line option "-Wno-empty-body" cc1: error: unrecognized command line option "-Wno-string-plus-int" cc1: error: unrecognized command line option "-Wno-tautological-compare" cc1: error: unrecognized command line option "-Wno-parentheses-equality" cc1: error: unrecognized command line option "-Wno-empty-body" cc1: error: unrecognized command line option "-Wno-string-plus-int" cc1: error: unrecognized command line option "-Wno-tautological-compare" cc1: error: unrecognized command line option "-Wno-parentheses-equality" *** [make_hash] Error code 1 *** [make_keys] Error code 1 Is there some configuration I've missed? -- Bruce Cran