diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-02 11:14:15 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-03 16:31:28 +0200 |
commit | ef234ac53362d848e96e656926ea3d48f06830c7 (patch) | |
tree | 96a76675712cd3c6b24012fea01030cf8735fa74 | |
parent | 9b2c4f98ce41d108df91880888274f0344706361 (diff) | |
download | bootstrappable-toolchain-ef234ac53362d848e96e656926ea3d48f06830c7.tar.gz |
expand_exec: install with deps
-rw-r--r-- | etc/defaults/CC/foreign/stage-0.TARGETS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/defaults/CC/foreign/stage-0.TARGETS b/etc/defaults/CC/foreign/stage-0.TARGETS index 1da6276..7f0a6d9 100644 --- a/etc/defaults/CC/foreign/stage-0.TARGETS +++ b/etc/defaults/CC/foreign/stage-0.TARGETS @@ -1,7 +1,7 @@ { "defaults": {"type": ["CC/foreign", "defaults"]} , "expand_exec": { "type": "export" - , "target": "expand_exec (binary)" + , "target": "expand_exec (with deps)" , "flexible_config": [ "TOOLCHAIN_CONFIG" , "ARCH" @@ -11,6 +11,8 @@ , "ENV" ] } +, "expand_exec (with deps)": + {"type": ["CC", "install-with-deps"], "targets": ["expand_exec (binary)"]} , "expand_exec (binary)": { "type": ["CC", "binary"] , "srcs": ["expand_exec.c"] |