[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.219 and 1.220

version 1.219, 2012/09/23 17:22:25 version 1.220, 2012/09/23 19:20:44
Line 33  CFLAGS+= -Wno-sign-compare
Line 33  CFLAGS+= -Wno-sign-compare
 CFLAGS+=        ${${ACTIVE_CC} != "clang":? -Wno-traditional :}  CFLAGS+=        ${${ACTIVE_CC} != "clang":? -Wno-traditional :}
 .if !defined(NOGCCERROR)  .if !defined(NOGCCERROR)
 # Set assembler warnings to be fatal  # Set assembler warnings to be fatal
 #CFLAGS+=       -Wa,--fatal-warnings  CFLAGS+=        -Wa,--fatal-warnings
 .endif  .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
Line 132  CFLAGS+= -Wa,-Av8plus
Line 132  CFLAGS+= -Wa,-Av8plus
   
 .if !defined(NOGCCERROR)  .if !defined(NOGCCERROR)
 .if (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")  .if (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")
 #CPUFLAGS+=     -Wa,--fatal-warnings  CPUFLAGS+=      -Wa,--fatal-warnings
 .endif  .endif
 .endif  .endif
   

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220

CVSweb <webmaster@jp.NetBSD.org>