Skip to content

Commit 652a9b4

Browse files
committed
Fix issue with incorrect default target in compiler-rt when colossus isn't the default target
1 parent cc6dbcb commit 652a9b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler-rt/cmake/Modules/CompilerRTUtils.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ macro(test_target_arch arch def)
146146
endif()
147147
endmacro()
148148

149-
# IPU local patch begin
150-
add_default_target_arch(ipu)
151-
# IPU local patch end
152-
153149
macro(detect_target_arch)
154150
check_symbol_exists(__arm__ "" __ARM)
155151
check_symbol_exists(__AVR__ "" __AVR)

0 commit comments

Comments
 (0)