Add conflict for the CCE compiler (#23502)

Add conflict for the CCE compiler
This commit is contained in:
lukebroskop
2021-05-07 14:24:35 -05:00
committed by GitHub
parent 5a7c339b0c
commit c175d24c0e

View File

@@ -74,6 +74,7 @@ class Elfutils(AutotoolsPackage, SourcewarePackage):
# elfutils with gcc, and then link it to clang-built libraries.
conflicts('%apple-clang')
conflicts('%clang')
conflicts('%cce')
# Elfutils uses -Wall and we don't want to fail the build over a
# stray warning.