From f9008f8deff5da21c46ffed5dff700071bcf884e Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Tue, 27 Nov 2018 15:31:30 -0800 Subject: [PATCH] 9978 env: set gcc 7 as shadow compiler and do not run lint Reviewed by: Joshua M. Clulow Reviewed by: John Levon Approved by: Joshua M. Clulow --- usr/src/tools/env/illumos.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh index bfff071b1d..4b71ac51fd 100644 --- a/usr/src/tools/env/illumos.sh +++ b/usr/src/tools/env/illumos.sh @@ -35,7 +35,6 @@ # do not bringover from the parent (-n) # runs 'make check' (-C) # checks for new interfaces in libraries (-A) -# runs lint in usr/src (-l plus the LINTDIRS variable) # sends mail on completion (-m and the MAILTO variable) # creates packages for PIT/RE (-p) # checks for changes in ELF runpaths (-r) @@ -46,7 +45,7 @@ # - This script is only interpreted by ksh93 and explicitly allows the # use of ksh93 language extensions. # -export NIGHTLY_OPTIONS='-FnCDAlmprt' +export NIGHTLY_OPTIONS='-FnCDAmprt' # CODEMGR_WS - where is your workspace at #export CODEMGR_WS="$HOME/ws/illumos-gate" @@ -224,6 +223,8 @@ export SPRO_VROOT="$SPRO_ROOT" # # To disable shadow compilation, unset SHADOW_* or set them to the empty string. # +export SHADOW_CCS=gcc7,/usr/gcc/7/bin/gcc,gnu +export SHADOW_CCCS=gcc7,/usr/gcc/7/bin/g++,gnu # This goes along with lint - it is a series of the form "A [y|n]" which # means "go to directory A and run 'make lint'" Then mail me (y) the -- 2.11.4.GIT