[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/Makefile between version 1.171 and 1.172

version 1.171, 2018/08/03 02:29:35 version 1.172, 2018/08/03 14:01:21
Line 17 
Line 17 
 # The Hesiod functions are always in libc. To choose that getpwent() and friends  # The Hesiod functions are always in libc. To choose that getpwent() and friends
 # actually call the Hesiod functions, put -DHESIOD on the CPPFLAGS line below.  # actually call the Hesiod functions, put -DHESIOD on the CPPFLAGS line below.
   
 LIBCSANITIZERFLAGS+=    -fno-sanitize=function  # generated code depends on RTTI  
   # generated code depends on RTTI
   LIBCSANITIZERFLAGS+=    ${${ACTIVE_CC} == "clang":? -fno-sanitize=function :}
   
 .include "Makefile.inc"  .include "Makefile.inc"
   

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172

CVSweb <webmaster@jp.NetBSD.org>