Date: Thu, 18 Jan 2018 13:26:55 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: Jan Beich <jbeich@FreeBSD.org> Cc: Alexey Dokuchaev <danfe@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r457632 - in head/lang/guile2: . files Message-ID: <alpine.LSU.2.21.1801181323340.13743@anthias.pfeifer.com> In-Reply-To: <r2rb-qnb5-wny@FreeBSD.org> References: <201712301912.vBUJCdtc086342@repo.freebsd.org> <1sjc-ylsz-wny@FreeBSD.org> <20171231084028.GA98479@FreeBSD.org> <r2rb-qnb5-wny@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 31 Dec 2017, Jan Beich wrote: >> How about this: >> >> #if defined(__clang__) || (__GNUC__ * 10 + __GNUC_MINOR__ >= 46) >> ... ? > Looks OK. None of lang/gcc* ports have __GNUC_MINOR__ >= 10. GCC itself consistently uses __GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ so this is what I'd go for (or omitting __GNUC_PATCH_LEVEL__, but using a factor of 100, not 10). This is also what the GCC documentation uses when describing these macros in cpp.info. Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1801181323340.13743>