Relax rule on gcc-runtime
It might happen that gcc-runtime is just a dep of another runtime, and not used as a compiler.
This commit is contained in:
parent
229945ed27
commit
626c5c59c6
@ -1319,6 +1319,7 @@ has_built_packages() :- build(X), not external(X).
|
||||
|
||||
% The "gcc" linked to "gcc-runtime" must be used by at least another package
|
||||
:- attr("depends_on", node(X, "gcc-runtime"), node(Y, "gcc"), "build"),
|
||||
node_compiler(_, node(_, "gcc")),
|
||||
not 2 { attr("depends_on", PackageNode, node(Y, "gcc"), "build") : attr("node", PackageNode) }.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user