2011-03-03 08:40:58 +00:00
|
|
|
# Global sit configuration file
|
|
|
|
#
|
|
|
|
# Directory holding all the source tarballs
|
|
|
|
SRC_POOL=${SRC_POOL:="$HOME/src"}
|
|
|
|
|
|
|
|
# Working directory base path
|
|
|
|
WORKDIR_BASE=${WORKDIR_BASE:="$HOME/work"}
|
|
|
|
|
|
|
|
# Build class directory holing the sitclass
|
|
|
|
SCLASS_DIR=${SCLASS_DIR:="$SIT_PATH/packages"}
|
|
|
|
|
|
|
|
# basic installation directory
|
|
|
|
PREFIX_BASE=${PREFIX_BASE:="$HOME/bin"}
|
|
|
|
|
2012-02-13 13:44:47 +00:00
|
|
|
MAKEOPTS=${MAKEOPTS:="-j$(cat /proc/cpuinfo | grep -c processor)"}
|
2011-07-07 16:35:51 +00:00
|
|
|
|
|
|
|
# default platform for unknown platforms
|
|
|
|
DEFAULT_PLATFORM="laki"
|
|
|
|
|
|
|
|
# default compiler
|
|
|
|
DEFAULT_COMPILER="system"
|