gcc: fix nvptx conflict (#22214)
In the past, we only had the binutils variant, which included the bootstrapping flag. Now that we have a separate bootstrap variant, fix the nvptx conflict accordingly.
This commit is contained in:
parent
df92f73c72
commit
ed4a468941
@ -212,7 +212,7 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage):
|
||||
conflicts('languages=objc', when='+nvptx')
|
||||
conflicts('languages=obj-c++', when='+nvptx')
|
||||
# NVPTX build disables bootstrap
|
||||
conflicts('+binutils', when='+nvptx')
|
||||
conflicts('+bootstrap', when='+nvptx')
|
||||
|
||||
# Binutils can't build ld on macOS
|
||||
conflicts('+binutils', when='platform=darwin')
|
||||
|
Loading…
Reference in New Issue
Block a user