fix gcc path
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 13 Oct 2025 04:27:12 +0000 (04:27 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 13 Oct 2025 04:27:12 +0000 (04:27 +0000)
env_developer
tool_shared/bespoke/env

index 24f92fe..b2dcb01 100644 (file)
@@ -8,10 +8,17 @@ fi
 export ROLE=developer
 source tool_shared/bespoke/env
 
+PYTHON_HOME = tool_shared/third_party/python
 if [[ ":$PATH:" != *":$PYTHON_HOME/bin:"* ]]; then
   export PATH="$PYTHON_HOME/bin:$PATH"
 fi
 
+GCC_HOME = tool_shared/third_party/RT_gcc/release
+if [[ ":$PATH:" != *":$GCC_HOME:"* ]]; then
+  export PATH="$GCC_HOME/bin:$PATH"
+fi
+alias gcc amd64_Deb-12.10_gcc-12.4.1
+
 cd $ROLE
 export ENV=$ROLE
 echo "in environmennt: $ENV"
index eb93ff3..0d47fca 100644 (file)
@@ -8,6 +8,9 @@ fi
 # without this bash takes non-matching globs literally
 shopt -s nullglob
 
+# does not presume sharing or world permissions
+umask 0077
+
 # --------------------------------------------------------------------------------
 # project definition