File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function(add_bitcode_entrypoint_library target_name base_target_name)
113
113
114
114
add_executable (${target_name} ${objects} )
115
115
target_link_options (${target_name} PRIVATE
116
- "-r" "-nostdlib" "-flto" "-Wl,--lto-emit-llvm" "-march= " )
116
+ "-r" "-nostdlib" "-flto" "-Wl,--lto-emit-llvm" )
117
117
endfunction (add_bitcode_entrypoint_library )
118
118
119
119
# A rule to build a library from a collection of entrypoint objects.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function(add_startup_object name)
34
34
RUNTIME_OUTPUT_DIRECTORY ${LIBC_LIBRARY_DIR}
35
35
RUNTIME_OUTPUT_NAME ${name} .o )
36
36
target_link_options (${fq_target_name} .exe PRIVATE
37
- "-nostdlib" "-flto" "-Wl,--lto-emit-llvm" "-march= " )
37
+ "-nostdlib" "-flto" "-Wl,--lto-emit-llvm" )
38
38
endif ()
39
39
endfunction ()
40
40
You can’t perform that action at this time.
0 commit comments