ghc-package.eclass: disable CFLAGS QA check, bug #722078
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 24 May 2020 17:44:50 +0000 (18:44 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 24 May 2020 17:46:31 +0000 (18:46 +0100)
commitfe563cbaa21fd257b28ae773987b81db87af00d4
tree628f56d545c0256d6a9c719597768a7fadb4b515
parentc2f250c9b03215c7993a1c47ef008d14a02bd871
ghc-package.eclass: disable CFLAGS QA check, bug #722078

GHC uses it's own native code generator. Portage's
QA check generates false positive because it assumes
presence of GCC-specific sections.

Workaround false positiove by disabling the check completely.
bug #722078, bug #677600

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/722078
Bug: https://bugs.gentoo.org/677600
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/ghc-package.eclass