Author: dim
Date: Sat Mar 25 12:21:20 2017
New Revision: 315942
URL: https://svnweb.freebsd.org/changeset/base/315942

Log:
  MFC r315689:
  
  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

Modified:
  stable/11/lib/libcompiler_rt/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libcompiler_rt/Makefile
==============================================================================
--- stable/11/lib/libcompiler_rt/Makefile       Sat Mar 25 11:48:12 2017        
(r315941)
+++ stable/11/lib/libcompiler_rt/Makefile       Sat Mar 25 12:21:20 2017        
(r315942)
@@ -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"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to