diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2020-08-25 19:57:11 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2020-08-25 19:57:11 +0000 |
| commit | 0709bb1f4146361e7917201a2438e1b2cd36f40b (patch) | |
| tree | d01bae6acc6170c1f933b3c16724ae59e955b32c /lib/libcompiler_rt | |
| parent | 78ec71bd867321affd5f08fa1a0f35d9a9d07f74 (diff) | |
Notes
Diffstat (limited to 'lib/libcompiler_rt')
| -rw-r--r-- | lib/libcompiler_rt/Makefile.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libcompiler_rt/Makefile.inc b/lib/libcompiler_rt/Makefile.inc index ef00f8a5649d..617be44c0096 100644 --- a/lib/libcompiler_rt/Makefile.inc +++ b/lib/libcompiler_rt/Makefile.inc @@ -1,7 +1,5 @@ # $FreeBSD$ -.include <bsd.compiler.mk> - CRTARCH= ${MACHINE_CPUARCH:C/amd64/x86_64/} CRTSRC= ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins @@ -125,10 +123,6 @@ SRCF+= umoddi3 SRCF+= umodsi3 SRCF+= umodti3 -.if "${COMPILER_TYPE}" == "clang" -CFLAGS.atomic.c+= -Wno-atomic-alignment -.endif - # Avoid using SSE2 instructions on i386, if unsupported. .if ${MACHINE_CPUARCH} == "i386" && empty(MACHINE_CPU:Msse2) SRCS+= floatdidf.c |
