Print this page
11462 enable smatch by default

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/illumos.sh
          +++ new/usr/src/tools/env/illumos.sh
↓ open down ↓ 76 lines elided ↑ open up ↑
  77   77  # shadow compilers.
  78   78  #
  79   79  # To disable shadow compilation, unset SHADOW_* or set them to the empty string.
  80   80  #
  81   81  export GNUC_ROOT=/usr/gcc/7
  82   82  export PRIMARY_CCS=gcc7,$GNUC_ROOT/bin/gcc,gnu
  83   83  export PRIMARY_CCCS=gcc7,$GNUC_ROOT/bin/g++,gnu
  84   84  export SHADOW_CCS=gcc4,/opt/gcc/4.4.4/bin/gcc,gnu
  85   85  export SHADOW_CCCS=gcc4,/opt/gcc/4.4.4/bin/g++,gnu
  86   86  
  87      -# uncomment to enable smatch
  88      -#export ENABLE_SMATCH=1
       87 +# comment to disable smatch
       88 +export ENABLE_SMATCH=1
  89   89  
  90   90  # Comment this out to disable support for SMB printing, i.e. if you
  91   91  # don't want to bother providing the CUPS headers this needs.
  92   92  export ENABLE_SMB_PRINTING=
  93   93  
  94   94  # If your distro uses certain versions of Perl, make sure either Makefile.master
  95   95  # contains your new defaults OR your .env file sets them.
  96   96  # These are how you would override for building on OmniOS r151028, for example.
  97   97  #export PERL_VERSION=5.28
  98   98  #export PERL_ARCH=i86pc-solaris-thread-multi-64int
↓ open down ↓ 194 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX