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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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