From: Stephen Rothwell Date: Wed, 25 May 2016 01:39:04 +0000 (+1000) Subject: change the default build host X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=bc71277631739cc99db983c43c5a163e34b88319;p=next-scripts change the default build host export a couple of more things --- diff --git a/common.sh b/common.sh index cd683a5..9cb1e21 100644 --- a/common.sh +++ b/common.sh @@ -12,7 +12,7 @@ LOG_FILE="../merge.log" SHA1_FILE="../SHA1s" CTRL_FILE="../etc/control" -build_host="ka2" +build_host="colugo-sfr" build_dir="/home/sfr/next/next" gcc_version="4.9.0" j_factor=48 @@ -43,6 +43,8 @@ gcc_ppcle_version=$gcc_ppc_version export NEXT_BUILD_HOST="${build_host:-none}" export NEXT_BUILD_DIR="$build_dir" export NEXT_GCC_VERSION="$gcc_version" +export NEXT_GCC_PPC_VERSION="$gcc_ppc_version" +export NEXT_GCC_PPCLE_VERSION="$gcc_ppcle_version" export NEXT_J_FACTOR="$j_factor" true