67 # __SUNC and __GNUC must still be set to reflect the style of the primary
68 # compiler (and to influence the default primary, otherwise)
69 #
70 # for example:
71 # export PRIMARY_CC=gcc4,/opt/gcc/4.4.4/bin/gcc,gnu
72 # export PRIMARY_CCC=gcc4,/opt/gcc/4.4.4/bin/g++,gnu
73 # export SHADOW_CCS=studio12,/opt/SUNWspro/bin/cc,sun
74 # export SHADOW_CCCS=studio12,/opt/SUNWspro/bin/CC,sun
75 #
76 # There can be several space-separated entries in SHADOW_* to run multiple
77 # shadow compilers.
78 #
79 # To disable shadow compilation, unset SHADOW_* or set them to the empty string.
80 #
81 export GNUC_ROOT=/usr/gcc/7
82 export PRIMARY_CCS=gcc7,$GNUC_ROOT/bin/gcc,gnu
83 export PRIMARY_CCCS=gcc7,$GNUC_ROOT/bin/g++,gnu
84 export SHADOW_CCS=gcc4,/opt/gcc/4.4.4/bin/gcc,gnu
85 export SHADOW_CCCS=gcc4,/opt/gcc/4.4.4/bin/g++,gnu
86
87 # uncomment to enable smatch
88 #export ENABLE_SMATCH=1
89
90 # Comment this out to disable support for SMB printing, i.e. if you
91 # don't want to bother providing the CUPS headers this needs.
92 export ENABLE_SMB_PRINTING=
93
94 # If your distro uses certain versions of Perl, make sure either Makefile.master
95 # contains your new defaults OR your .env file sets them.
96 # These are how you would override for building on OmniOS r151028, for example.
97 #export PERL_VERSION=5.28
98 #export PERL_ARCH=i86pc-solaris-thread-multi-64int
99 #export PERL_PKGVERS=
100
101 # If your distro uses certain versions of Python, make sure either
102 # Makefile.master contains your new defaults OR your .env file sets them.
103 #export PYTHON_VERSION=2.7
104 #export PYTHON_PKGVERS=-27
105 #export PYTHON_SUFFIX=
106 #export PYTHON3_VERSION=3.5
107 #export PYTHON3_PKGVERS=-35
108 #export PYTHON3_SUFFIX=m
|
67 # __SUNC and __GNUC must still be set to reflect the style of the primary
68 # compiler (and to influence the default primary, otherwise)
69 #
70 # for example:
71 # export PRIMARY_CC=gcc4,/opt/gcc/4.4.4/bin/gcc,gnu
72 # export PRIMARY_CCC=gcc4,/opt/gcc/4.4.4/bin/g++,gnu
73 # export SHADOW_CCS=studio12,/opt/SUNWspro/bin/cc,sun
74 # export SHADOW_CCCS=studio12,/opt/SUNWspro/bin/CC,sun
75 #
76 # There can be several space-separated entries in SHADOW_* to run multiple
77 # shadow compilers.
78 #
79 # To disable shadow compilation, unset SHADOW_* or set them to the empty string.
80 #
81 export GNUC_ROOT=/usr/gcc/7
82 export PRIMARY_CCS=gcc7,$GNUC_ROOT/bin/gcc,gnu
83 export PRIMARY_CCCS=gcc7,$GNUC_ROOT/bin/g++,gnu
84 export SHADOW_CCS=gcc4,/opt/gcc/4.4.4/bin/gcc,gnu
85 export SHADOW_CCCS=gcc4,/opt/gcc/4.4.4/bin/g++,gnu
86
87 # comment to disable smatch
88 export ENABLE_SMATCH=1
89
90 # Comment this out to disable support for SMB printing, i.e. if you
91 # don't want to bother providing the CUPS headers this needs.
92 export ENABLE_SMB_PRINTING=
93
94 # If your distro uses certain versions of Perl, make sure either Makefile.master
95 # contains your new defaults OR your .env file sets them.
96 # These are how you would override for building on OmniOS r151028, for example.
97 #export PERL_VERSION=5.28
98 #export PERL_ARCH=i86pc-solaris-thread-multi-64int
99 #export PERL_PKGVERS=
100
101 # If your distro uses certain versions of Python, make sure either
102 # Makefile.master contains your new defaults OR your .env file sets them.
103 #export PYTHON_VERSION=2.7
104 #export PYTHON_PKGVERS=-27
105 #export PYTHON_SUFFIX=
106 #export PYTHON3_VERSION=3.5
107 #export PYTHON3_PKGVERS=-35
108 #export PYTHON3_SUFFIX=m
|