From owner-freebsd-toolchain@FreeBSD.ORG Fri Sep 13 01:56:55 2013 Return-Path: Delivered-To: freebsd-toolchain@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 ESMTP id 123F9957 for ; Fri, 13 Sep 2013 01:56:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D145F2D78 for ; Fri, 13 Sep 2013 01:56:54 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id i4so639655oah.9 for ; Thu, 12 Sep 2013 18:56:48 -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:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=MP4B//kxLlLTrpSMRVaEWPOBnkkMig4NpqVcA6I2g9I=; b=XI/Y1LDMwwyA7b+qQLxTKTvcw6xufJoUwxAnFP31SA78C98EHmjeJd/OGgwtNtxeA/ LirvwaJ4GkIujvJscU/833XVymlgyJ2DTGqjE0VxCBLh3XrD1WADLxBuCzuYkdD50sZG cdp2FQooKF0/YVNI5bW1FNvSh1JaMYa98ZPeIb1ApziF039yEJaTZPEkhYzQmkPeK7mq tcm2u/L4nC5VN6dUjlxl6cnR7JpAN3FsUJf2Az1U6PAW63gtl0MZDniafq49dfGYUbu9 z18rvPctzjxzmxoFi9CTC21DGWbHSvsLdtwPo6DjoYepJdtmeFxREGngoWoWzPiAJXIb V+Rg== X-Gm-Message-State: ALoCoQlZAFzkpmGHL3WRfbjb6FSAwntt+Rkg4BlG4DhiiaRYnhbAkLoUOGytUnCj0+iloZf7bi/K X-Received: by 10.60.138.136 with SMTP id qq8mr4977188oeb.59.1379037408596; Thu, 12 Sep 2013 18:56:48 -0700 (PDT) Received: from [10.0.0.53] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id ru3sm10086296obc.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Sep 2013 18:56:48 -0700 (PDT) Sender: Warner Losh Subject: Re: Best autoconf recipe to use for modern FreeBSD Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Thu, 12 Sep 2013 19:56:44 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Murray Stokely X-Mailer: Apple Mail (2.1085) Cc: freebsd-toolchain@freebsd.org X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 01:56:55 -0000 On Sep 12, 2013, at 7:32 PM, Murray Stokely wrote: > Some application software I use seems to prefer ancient gcc release or > gcc46 from ports rather than clang. >=20 > Is there a recommended autoconf recipe for third party software to use = the > right compilers across FreeBSD versions? I thought the compiler was passed with the CC variable to gnu = configure... Or are you asking for something else? Warner=