adding cce to compilers that patch gdbm (#20353)
This commit is contained in:
parent
ba62dc3dce
commit
09f6bd2a0f
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user