--- trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 10:53:47 1554 +++ trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 10:55:36 1555 @@ -30,10 +30,8 @@ : ${MAGE_DISTRIBUTION="stable"} # Default options -PKGSUFFIX="mpk" VERBOSE="on" MAGEDEBUG="off" -ARCH="i686" : ${MAGE_UNINSTALL_TIMEOUT="3"} PACKAGES_SERVER_PATH="packages/${ARCH}" @@ -44,6 +42,7 @@ WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar" # Arch specific options and build flags +ARCH="i686" CHOST="${ARCH}-pc-linux-gnu" CFLAGS="-mtune=${ARCH} -O2 -pipe" CXXFLAGS="${CFLAGS}" @@ -56,6 +55,13 @@ STRIP_DYN_BIN="--strip-all" STRIP_STATIC_LIB="--strip-debug" +# Extension defaults +# Do not modify these settings unless you know what you are doing +PKGSUFFIX="mpk" +SRCPKGSUFFIX="mpks" +MAGESUFFIX="mage" +SMAGESUFFIX="smage2" + # Distcc specific settings #DISTCC_HOSTS="" DISTCC_DIR="${BUILDDIR}/.distcc"