[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.206 and 1.207

version 1.206, 2011/07/08 03:29:52 version 1.207, 2011/07/08 20:59:53
Line 63  CXXFLAGS+= ${${ACTIVE_CXX} == "gcc":? -W
Line 63  CXXFLAGS+= ${${ACTIVE_CXX} == "gcc":? -W
 CFLAGS+=        -Wsign-compare  CFLAGS+=        -Wsign-compare
 CFLAGS+=        ${${ACTIVE_CC} == "clang":? -Wpointer-sign :}  CFLAGS+=        ${${ACTIVE_CC} == "clang":? -Wpointer-sign :}
 .endif  .endif
 .if defined(HAVE_GCC) && ${HAVE_GCC} == 45 && ${MACHINE} == "dreamcast"  .if (defined(HAVE_GCC) && ${HAVE_GCC} == 45 \
 # XXX GCC 4.5 for dreamcast is extra noisy for cases it should be better with       && (${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el"))
   # XXX GCC 4.5 for sh3 (which we compile with -Os) is extra noisy for
   # cases it should be better with
 CFLAGS+=        -Wno-uninitialized  CFLAGS+=        -Wno-uninitialized
 .endif  .endif
 .endif  .endif

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207

CVSweb <webmaster@jp.NetBSD.org>