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

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

Diff for /src/sys/rump/Makefile.rump between version 1.62 and 1.63

version 1.62, 2012/08/05 15:37:39 version 1.63, 2012/08/10 16:05:27
Line 16  CPPFLAGS+= -D_RUMP_NATIVE_ABI
Line 16  CPPFLAGS+= -D_RUMP_NATIVE_ABI
 .endif  .endif
   
 CFLAGS+=        -ffreestanding -fno-strict-aliasing  CFLAGS+=        -ffreestanding -fno-strict-aliasing
 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 3  .if (defined(HAVE_GCC) && ${HAVE_GCC} >= 3) || defined(HAVE_LLVM)
 CFLAGS+=        -Wsign-compare  CFLAGS+=        -Wsign-compare
 CFLAGS+=        -Wno-pointer-sign -Wno-attributes  CFLAGS+=        -Wno-pointer-sign -Wno-attributes
 CFLAGS+=        -std=gnu99  CFLAGS+=        -std=gnu99

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

CVSweb <webmaster@jp.NetBSD.org>