Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] toolchain-funcs.eclass: Add tc-check-openmp() function
Date: Thu, 13 Oct 2016 20:41:19
Message-Id: 3e23a31a-2feb-38f8-7247-bd55cbad731d@gentoo.org
In Reply to: [gentoo-dev] [PATCH] toolchain-funcs.eclass: Add tc-check-openmp() function by David Seifert
1 On 10/13/2016 04:35 PM, David Seifert wrote:
2 > + ewarn "Your current compiler does not support OpenMP"
3 > +
4 > + ...
5 > +
6 > + die "Active compiler does not have required support
7
8 Hey, a message that isn't about comrel. Since you're going to die(),
9 isn't eerror more accurate than ewarn?

Replies