chiark / gitweb /
see-builds
[ian-dotfiles.git] / files / _.configs_setenvir
index 5e4a6a454b5fa9b16d23509922b20b52abdede86..def819fe3640a1de212328edb0caf48e712421e6 100755 (executable)
@@ -6,6 +6,7 @@ PATH=$HOME/personal/@@$platform@@/bin:$HOME/personal/scripts/bin
 @@?$ncipher?@@
 PATH=$PATH:$HOME/personal/crypto/scripts:/opt/nfast/gcc/bin
 CVS_RSH=ssh
+
 @@:
 CVS_RSH=fsh
 @@;
@@ -37,6 +38,7 @@ CDPATH=:..:$HOME:$HOME/things
 unset MAILPATH
 
 @@?$ncipher?@@
+PATH=$PATH:/opt/nfast/bin
 CVSROOT=:ext:cvs:/ncipher/local-CVS
 @@;
 
@@ -69,6 +71,14 @@ export PAGER PERLLIB PS1 TRNINIT WWW_HOME
 @@?$ncipher?@@
 NC_SITES=@@$ncipher@@:@@ $ncipher eq 'bos' ? 'cam' : 'bos' @@
 export NC_SITES
+
+if type -p strongarm-codesafe-elf-gcc >/dev/null 2>&1; then
+       NC_PLATFORM_COMPILERS="$NC_PLATFORM_COMPILERS arm-gcc"
+fi
+if type -p powerpc-codesafe-elf-gcc >/dev/null 2>&1; then
+       NC_PLATFORM_COMPILERS="$NC_PLATFORM_COMPILERS ppc-gcc"
+fi
+export NC_PLATFORM_COMPILERS
 @@;
 
 unset ignoreeof