[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.147 and 1.148

version 1.147, 2011/06/21 02:32:55 version 1.148, 2011/08/17 09:53:53
Line 146  CSHLIBFLAGS+= -D_I18N_DYNAMIC
Line 146  CSHLIBFLAGS+= -D_I18N_DYNAMIC
   
 # force the dynamic linker to initialize libc first  # force the dynamic linker to initialize libc first
 SHLIB_SHFLAGS+= -Wl,-z,initfirst  SHLIB_SHFLAGS+= -Wl,-z,initfirst
   
 # XXX  
 .if ${HAVE_GCC} >= 45  
 COPTS.res_comp.c+= -Wno-cast-qual  
 COPTS.vfwprintf.c+= -Wno-cast-qual  
 COPTS.vfprintf.c+= -Wno-cast-qual  
 COPTS.vswprintf.c+= -Wno-cast-qual  
 .endif  

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

CVSweb <webmaster@jp.NetBSD.org>