| author | |
| committer | |
| log | 6294e65eebb775d6c5f2607f3379b3c222bfb5a0 |
| tree | a30b412080dc3a73e09583176d30a6e2b5ce8c15 |
| parent | cefcf39faaa892784ed59d0960858195b0a9d367 |
2 files changed, 0 insertions(+), 4 deletions(-)
CMakeLists.txt-2| ... | @@ -894,9 +894,7 @@ set(BUILD_COMPILER_RT_ARGS | ... | @@ -894,9 +894,7 @@ set(BUILD_COMPILER_RT_ARGS |
| 894 | --name compiler_rt | 894 | --name compiler_rt |
| 895 | -femit-bin="${ZIG_COMPILER_RT_C_SOURCE}" | 895 | -femit-bin="${ZIG_COMPILER_RT_C_SOURCE}" |
| 896 | -target "${ZIG_HOST_TARGET_TRIPLE}" | 896 | -target "${ZIG_HOST_TARGET_TRIPLE}" |
| 897 | --dep "build_options" | ||
| 898 | "-Mroot=lib/compiler_rt.zig" | 897 | "-Mroot=lib/compiler_rt.zig" |
| 899 | "-Mbuild_options=${ZIG_CONFIG_ZIG_OUT}" | ||
| 900 | ) | 898 | ) |
| 901 | 899 | ||
| 902 | add_custom_command( | 900 | add_custom_command( |
bootstrap.c-2| ... | @@ -170,9 +170,7 @@ int main(int argc, char **argv) { | ... | @@ -170,9 +170,7 @@ int main(int argc, char **argv) { |
| 170 | "-ofmt=c", "-OReleaseSmall", | 170 | "-ofmt=c", "-OReleaseSmall", |
| 171 | "--name", "compiler_rt", "-femit-bin=compiler_rt.c", | 171 | "--name", "compiler_rt", "-femit-bin=compiler_rt.c", |
| 172 | "-target", host_triple, | 172 | "-target", host_triple, |
| 173 | "--dep", "build_options", | ||
| 174 | "-Mroot=lib/compiler_rt.zig", | 173 | "-Mroot=lib/compiler_rt.zig", |
| 175 | "-Mbuild_options=config.zig", | ||
| 176 | NULL, | 174 | NULL, |
| 177 | }; | 175 | }; |
| 178 | print_and_run(child_argv); | 176 | print_and_run(child_argv); |