Gcc has incompatible internal declarations for __divtc3 and __multc3 as
defined in compiler-rt, but it has no option to silence its warning, so make gcc warnings for libcompiler_rt non-fatal. Noticed by: lwhsu MFC after: 3 days
This commit is contained in:
parent
0f5425a4fc
commit
d006dde2fd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user