diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2013-01-19 02:28:44 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2013-01-19 02:28:44 +0000 |
| commit | 79ef2c64061ff02dc70aa6fa3e3213a547bd4575 (patch) | |
| tree | 489e1bd5b23368e66161fff88c4e0e7a7b97d299 /lib/libcompiler_rt | |
| parent | e2a7ad82f2ceb587b8d00a0e3789c5723df45f1a (diff) | |
Notes
Diffstat (limited to 'lib/libcompiler_rt')
| -rw-r--r-- | lib/libcompiler_rt/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index af1fcb6e7ff71..72b55d8887b0d 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -181,6 +181,13 @@ SRCS+= ${file}.c . endif .endfor +.if ${MACHINE_CPUARCH} == "arm" && ${MK_ARM_EABI} != "no" +SRCS+= aeabi_idivmod.S \ + aeabi_ldivmod.S \ + aeabi_uidivmod.S \ + aeabi_uldivmod.S +.endif + .if ${MACHINE_CPUARCH} != "mips" . if ${MK_INSTALLLIB} != "no" SYMLINKS+=libcompiler_rt.a ${LIBDIR}/libgcc.a |
