adding cce to compilers that patch gdbm (#20353)

This commit is contained in:
Asher Mancinelli 2020-12-24 21:07:22 -08:00 committed by GitHub
parent ba62dc3dce
commit 09f6bd2a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ class Gdbm(AutotoolsPackage, GNUMirrorPackage):
depends_on("readline")
patch('gdbm.patch', when='%gcc@10:')
patch('gdbm.patch', when='%clang@11:')
patch('gdbm.patch', when='%cce@11:')
patch('gdbm.patch', when='%aocc@2:')
def configure_args(self):