Add conflict for the CCE compiler (#23502)
Add conflict for the CCE compiler
This commit is contained in:
parent
5a7c339b0c
commit
c175d24c0e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user