Print this page
use thread_local for ntoa buf

Split Close
Expand all
Collapse all
          --- old/usr/src/Makefile.master
          +++ new/usr/src/Makefile.master
↓ open down ↓ 414 lines elided ↑ open up ↑
 415  415  $(RELEASE_BUILD)CERRWARN += -_gcc=-Wno-unused
 416  416  $(RELEASE_BUILD)CERRWARN += -_gcc=-Wno-empty-body
 417  417  
 418  418  #
 419  419  # turn warnings into errors (C++)
 420  420  CCERRWARN=              -xwe
 421  421  
 422  422  # C standard.  Keep Studio flags until we get rid of lint.
 423  423  CSTD_GNU89=     -xc99=%none
 424  424  CSTD_GNU99=     -xc99=%all
      425 +# Made up for cw
      426 +CSTD_GNU11=     -xc11=%all
 425  427  CSTD=           $(CSTD_GNU89)
 426  428  C99LMODE=       $(CSTD:-xc99%=-Xc99%)
 427  429  
 428  430  # In most places, assignments to these macros should be appended with +=
 429  431  # (CPPFLAGS.first allows values to be prepended to CPPFLAGS).
 430  432  sparc_CFLAGS=   $(sparc_XARCH) $(CCSTATICSYM)
 431  433  sparcv9_CFLAGS= $(sparcv9_XARCH) -dalign $(CCVERBOSE) $(V9ABIWARN) $(CCREGSYM) \
 432  434                  $(CCSTATICSYM)
 433  435  i386_CFLAGS=    $(i386_XARCH)
 434  436  amd64_CFLAGS=   $(amd64_XARCH)
↓ open down ↓ 755 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX