From owner-freebsd-toolchain@FreeBSD.ORG Fri Sep 13 01:54:37 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 AD0C5925 for ; Fri, 13 Sep 2013 01:54:37 +0000 (UTC) (envelope-from murray@stokely.org) Received: from mail-vb0-f43.google.com (mail-vb0-f43.google.com [209.85.212.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F46C2D69 for ; Fri, 13 Sep 2013 01:54:36 +0000 (UTC) Received: by mail-vb0-f43.google.com with SMTP id h11so476793vbh.2 for ; Thu, 12 Sep 2013 18:54:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to:content-type; bh=GJv4Aj5pl/SZimx5lQ2IWg4fk2M3mtMYbR/6cqU0VZ0=; b=P2VhrLc0FO7QR7fLm+g3ejtzj2N5fZLr5rv0bt9w4uSZTWXjEDuFbJgA5JWig0CYnR AYPlAMjLB+sBO4ZmVEcV0cEOC93UegTSd9JQH/Y5dd9psQ9sdBNbInfa+xMqiVpAkXB6 gwJVI4uEZFccO+RK4B77GFvnXeI7JkYzDHOTx2iXyDUGSXhKPSGZAbZ0xXIXT3a1s8a1 IdMuwtacUdDBNSNQnfzrw9eL+4dL37UBDJlyn3ho+Wv7ExhTN8A6KfM15K91afItfxyp l+9oDY1CCpcxFhvaVagAQUuFr+lmqFsYD0M/Y1iqexrall1piyzHkhMen2vfFcjchuO9 VDbw== X-Gm-Message-State: ALoCoQm2RX/w6lLKcQQBf3jG6K/mhjKoZBr3w0dpuWaXrwJIFLenZAiuG6eGwbqdElPAdOWrksFS MIME-Version: 1.0 X-Received: by 10.52.173.165 with SMTP id bl5mr8136777vdc.18.1379035966162; Thu, 12 Sep 2013 18:32:46 -0700 (PDT) Sender: murray@stokely.org Received: by 10.220.137.204 with HTTP; Thu, 12 Sep 2013 18:32:46 -0700 (PDT) Date: Thu, 12 Sep 2013 18:32:46 -0700 X-Google-Sender-Auth: w15v2gbSmRxkYFhqdFRAj76ZT3c Message-ID: Subject: Best autoconf recipe to use for modern FreeBSD From: Murray Stokely To: freebsd-toolchain@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:54:37 -0000 Some application software I use seems to prefer ancient gcc release or gcc46 from ports rather than clang. Is there a recommended autoconf recipe for third party software to use the right compilers across FreeBSD versions? - Murray