aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-09-05 17:20:12 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-09-05 17:20:12 +0000
commit2a0eade7f4f03aee8ecd7fb0bb8608952370571c (patch)
tree04f93af3921d7b8887dab80c0fcafcb07da3150e /lib/libcompiler_rt
parentb39c8b65aaf275b59e199aff560dd7410e7c8ed4 (diff)
Notes
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r--lib/libcompiler_rt/Makefile32
1 files changed, 16 insertions, 16 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile
index 76dc19010b05..6a1242ad75d1 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -214,22 +214,22 @@ SRCS+= ${file}.c
.endfor
.if ${MACHINE_CPUARCH} == "arm"
-SRCF+= aeabi_div0.c
-SRCF+= aeabi_idivmod.S
-SRCF+= aeabi_ldivmod.S
-SRCF+= aeabi_memcmp.S
-SRCF+= aeabi_memcpy.S
-SRCF+= aeabi_memmove.S
-SRCF+= aeabi_memset.S
-SRCF+= aeabi_uidivmod.S
-SRCF+= aeabi_uldivmod.S
-SRCF+= bswapdi2.S
-SRCF+= bswapsi2.S
-SRCF+= switch16.S
-SRCF+= switch32.S
-SRCF+= switch8.S
-SRCF+= switchu8.S
-SRCF+= sync_synchronize.S
+SRCS+= aeabi_div0.c
+SRCS+= aeabi_idivmod.S
+SRCS+= aeabi_ldivmod.S
+SRCS+= aeabi_memcmp.S
+SRCS+= aeabi_memcpy.S
+SRCS+= aeabi_memmove.S
+SRCS+= aeabi_memset.S
+SRCS+= aeabi_uidivmod.S
+SRCS+= aeabi_uldivmod.S
+SRCS+= bswapdi2.S
+SRCS+= bswapsi2.S
+SRCS+= switch16.S
+SRCS+= switch32.S
+SRCS+= switch8.S
+SRCS+= switchu8.S
+SRCS+= sync_synchronize.S
.endif
.if ${MK_INSTALLLIB} != "no"