| Date Of Receipt: 21-MAR-1994 10:16:31.31
From: FLUME::"[email protected]" "Grant Van Dyck"
To: Stuart Hollander OSG <[email protected]>
CC: [email protected]
Subj: Re: To:'buildhelp', how to build with previous compiler?
| To: buildhelp
|
| How would I set up my sandbox to use a previous compiler
| instead of the compiler from goldos.nightly?
|
|
Have you got the 'previous compiler' locally? If so,
plug it in your sandbox, else you'd have to look in
a Baselevel tree prior to the current one that
had the compiler you wanted and plug it in instead, then
create a custom file in your sandbox's rc_files dir with the
following contents:
#
include ./local
replace setenv COFF_ACC_EXEC_PREFIX "${tools_base}/acc/"
replace setenv COFF_GCC_EXEC_PREFIX "${tools_base}/gcc/"
replace setenv COFF_MCC_EXEC_PREFIX "${tools_base}/mcc/"
replace setenv COMP_HOST_ROOT "${tools_base}/${cc_suite}"
replace setenv COMP_TARGET_ROOT "${tools_base}/${cc_suite}"
replace setenv TARGET_EXEC_PREFIX "${tools_base}/hostbin/"
-Grant
|