[BACK]Return to bsd.sys.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.sys.mk between version 1.258 and 1.259

version 1.258, 2016/04/12 18:50:45 version 1.259, 2016/06/14 13:26:45
Line 56  CFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno
Line 56  CFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno
 # Set assembler warnings to be fatal  # Set assembler warnings to be fatal
 CFLAGS+=        -Wa,--fatal-warnings  CFLAGS+=        -Wa,--fatal-warnings
 .endif  .endif
   
   .if ${MKRELRO:Uno} != "no"
   LDFLAGS+=       -Wl,-z,relro
   .endif
   .if ${MKRELRO:Uno} == "full"
   LDFLAGS+=       -Wl,-z,now
   .endif
   
 # Set linker warnings to be fatal  # Set linker warnings to be fatal
 # XXX no proper way to avoid "FOO is a patented algorithm" warnings  # XXX no proper way to avoid "FOO is a patented algorithm" warnings
 # XXX on linking static libs  # XXX on linking static libs

Legend:
Removed from v.1.258  
changed lines
  Added in v.1.259

CVSweb <webmaster@jp.NetBSD.org>