summaryrefslogtreecommitdiff
path: root/no_stage2_artifacts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no_stage2_artifacts.patch')
-rw-r--r--no_stage2_artifacts.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/no_stage2_artifacts.patch b/no_stage2_artifacts.patch
deleted file mode 100644
index 76c25be..0000000
--- a/no_stage2_artifacts.patch
+++ /dev/null
@@ -1,23 +0,0 @@
- CMakeLists.txt | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f70f79c1..13b3b676 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -257,7 +257,6 @@ else()
- embedded_lld_wasm
- embedded_lld_lib
- )
-- install(TARGETS embedded_lld_elf embedded_lld_coff embedded_lld_mingw embedded_lld_wasm embedded_lld_lib DESTINATION "${ZIG_CPP_LIB_DIR}")
- endif()
-
- # No patches have been applied to SoftFloat-3e
-@@ -6640,7 +6639,6 @@ add_library(zig_cpp STATIC ${ZIG_CPP_SOURCES})
- set_target_properties(zig_cpp PROPERTIES
- COMPILE_FLAGS ${EXE_CFLAGS}
- )
--install(TARGETS zig_cpp DESTINATION "${ZIG_CPP_LIB_DIR}")
-
- add_library(opt_c_util STATIC ${OPTIMIZED_C_SOURCES})
- set_target_properties(opt_c_util PROPERTIES