diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-12-02 20:17:41 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-12-02 20:17:41 +0000 |
| commit | 29a85f30b7bd5041da4609e467bc3d61f37637bb (patch) | |
| tree | ec5c455580e8de155d770c39cec976354e3fd051 /lib/libcompiler_rt | |
| parent | 5042637be16f5c0ae51865269bcd988bae6fa271 (diff) | |
| parent | 0230fcf22fe7d19f03d981c9c2c59a3db0b72ea5 (diff) | |
Notes
Diffstat (limited to 'lib/libcompiler_rt')
| -rw-r--r-- | lib/libcompiler_rt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index 414ef675e005..b0aaa6fc7b55 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -12,6 +12,10 @@ CFLAGS+= -fvisibility=hidden CFLAGS+= -DVISIBILITY_HIDDEN CFLAGS+= -I${SRCTOP}/contrib/libcxxrt +.if ${COMPILER_TYPE} == "clang" +CWARNFLAGS.gcc_personality_v0.c+= -Wno-typedef-redefinition +.endif + .include "Makefile.inc" .if ${MK_INSTALLLIB} != "no" |
