From owner-freebsd-fortran@FreeBSD.ORG Mon Jan 26 00:04:50 2015 Return-Path: Delivered-To: fortran@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 750AB887; Mon, 26 Jan 2015 00:04:50 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50AEAAD3; Mon, 26 Jan 2015 00:04:49 +0000 (UTC) Received: from [192.168.0.132] (vie-91-186-145-239.dsl.sil.at [91.186.145.239]) by ainaz.pair.com (Postfix) with ESMTPSA id 1D5743F459; Sun, 25 Jan 2015 19:04:41 -0500 (EST) Date: Mon, 26 Jan 2015 01:04:40 +0100 (CET) From: Gerald Pfeifer To: Antoine Brodin Subject: Re: Avoid hardcoding of the version in lang/gcc in Uses/fortran.mk (PING) In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Tijl Coosemans , fortran@freebsd.org X-BeenThere: freebsd-fortran@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Fortran on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2015 00:04:50 -0000 On Sunday 2015-01-25 22:14, Antoine Brodin wrote: > I didn't test but this looks ok. > I think the LANG_GCC_IS assignement can be moved before the .endif Yes, this is a good point! I made this change before committing the patch. Gerald