Skip to content

Commit cb2a516

Browse files
author
Jorge Aparicio
committed
thumbv6m: don't remove symbols that weren't added
1 parent ee05eb4 commit cb2a516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ fn main() {
383383

384384
// Remove the assembly implementations that won't compile for the target
385385
if llvm_target[0] == "thumbv6m" {
386-
sources.remove(&["aeabi_cdcmp", "aeabi_cfcmp", "aeabi_dcmp", "aeabi_fcmp", "aeabi_ldivmod",
387-
"aeabi_memset", "aeabi_uldivmod", "clzdi2", "clzsi2", "comparesf2",
386+
sources.remove(&["aeabi_cdcmp", "aeabi_cfcmp", "aeabi_dcmp", "aeabi_fcmp",
387+
"clzdi2", "clzsi2", "comparesf2",
388388
"divmodsi4", "divsi3", "modsi3", "switch16", "switch32", "switch8",
389389
"switchu8", "udivmodsi4", "udivsi3", "umodsi3"]);
390390

0 commit comments

Comments
 (0)