diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-03-25 12:21:20 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-03-25 12:21:20 +0000 |
| commit | a4e9b8e62c9f7a620418e3150bea51ab9b5e1320 (patch) | |
| tree | a033bf961efbc5412dae685f4bd62b840215bc46 /lib/libcompiler_rt | |
| parent | 10ad2f3517dc3cde89732477bb4f965cbfdf650f (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 b0aaa6fc7b55..cd45a405b852 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -16,6 +16,10 @@ CFLAGS+= -I${SRCTOP}/contrib/libcxxrt CWARNFLAGS.gcc_personality_v0.c+= -Wno-typedef-redefinition .endif +# gcc has incompatible internal declarations for __divtc3 and __multc3, but has +# no option to silence its warning, so make warnings non-fatal. +NO_WERROR.gcc= + .include "Makefile.inc" .if ${MK_INSTALLLIB} != "no" |
