From a8b5feb1985a043bd94dc06e27114c383c30d1e1 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 27 Jun 2024 11:22:18 +0200 Subject: Production stages: use ["shell", "cmds"] ... instead of generic to support bringing in a toolchain. --- src/compilers/gcc-13-native.TARGETS | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/compilers/gcc-13-native.TARGETS') diff --git a/src/compilers/gcc-13-native.TARGETS b/src/compilers/gcc-13-native.TARGETS index 27cdf80..62aceb1 100644 --- a/src/compilers/gcc-13-native.TARGETS +++ b/src/compilers/gcc-13-native.TARGETS @@ -178,19 +178,15 @@ , "lib": ["libgcc_s_files"] } , "libstdc++_files": - { "type": "generic" - , "arguments_config": ["ENV"] + { "type": ["@", "rules", "shell", "cmds"] , "deps": ["toolchain"] , "cmds": ["cp -L lib64/libstdc++.so.6 ."] , "outs": ["libstdc++.so.6"] - , "env": {"type": "var", "name": "ENV", "default": {"type": "empty_map"}} } , "libgcc_s_files": - { "type": "generic" - , "arguments_config": ["ENV"] + { "type": ["@", "rules", "shell", "cmds"] , "deps": ["toolchain"] , "cmds": ["cp -L lib64/libgcc_s.so.1 ."] , "outs": ["libgcc_s.so.1"] - , "env": {"type": "var", "name": "ENV", "default": {"type": "empty_map"}} } } -- cgit v1.2.3