diff options
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/tools/env/illumos.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh index 7c9b97d113..a1f7d356ab 100644 --- a/usr/src/tools/env/illumos.sh +++ b/usr/src/tools/env/illumos.sh @@ -82,8 +82,8 @@ export CODEMGR_WS="`git rev-parse --show-toplevel`" export GNUC_ROOT=/usr/gcc/7 export PRIMARY_CC=gcc7,$GNUC_ROOT/bin/gcc,gnu export PRIMARY_CCC=gcc7,$GNUC_ROOT/bin/g++,gnu -export SHADOW_CCS=gcc4,/opt/gcc/4.4.4/bin/gcc,gnu -export SHADOW_CCCS=gcc4,/opt/gcc/4.4.4/bin/g++,gnu +export SHADOW_CCS=gcc10,/usr/gcc/10/bin/gcc,gnu +export SHADOW_CCCS=gcc10,/usr/gcc/10/bin/g++,gnu # comment to disable smatch export ENABLE_SMATCH=1 @@ -227,7 +227,7 @@ export MACH="$(uname -p)" # totally freed itself, we can remove this reference. # # Location of encumbered binaries. -export ON_CLOSED_BINS="$CODEMGR_WS/closed" +export ON_CLOSED_BINS="/opt/onbld/closed" # REF_PROTO_LIST - for comparing the list of stuff in your proto area # with. Generally this should be left alone, since you want to see differences |
