summaryrefslogtreecommitdiffstats
path: root/env.bash
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-04-09 11:23:51 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-09 16:49:38 -0500
commit30f0a51044e13afa3e7157368f3ff11130010830 (patch)
treeb57f0832f950432dae2c4a1a6b597586b3a17405 /env.bash
parentb090e3a8375d10cd53e4081b4901500f0dbd1039 (diff)
downloadtalos-hostboot-30f0a51044e13afa3e7157368f3ff11130010830.tar.gz
talos-hostboot-30f0a51044e13afa3e7157368f3ff11130010830.zip
Change paths to allow distcc.
Change-Id: I8455e156e199aced60b90fd8c91a11e2703a2544 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10296 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'env.bash')
-rwxr-xr-xenv.bash8
1 files changed, 3 insertions, 5 deletions
diff --git a/env.bash b/env.bash
index b9e5dae79..ab929a36b 100755
--- a/env.bash
+++ b/env.bash
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2010,2013
+# COPYRIGHT International Business Machines Corp. 2010,2014
#
# p1
#
@@ -27,12 +27,10 @@ if [ -e ./customrc ]; then
fi
export FAKEROOT=${FAKEROOT:-/opt/mcp/shared/powerpc64-gcc-20130412}
-export CROSS_PREFIX=${CROSS_PREFIX:-powerpc64-unknown-linux-gnu-}
-export HOST_PREFIX=${HOST_PREFIX:-x86_64-pc-linux-gnu-}
-
+export CROSS_PREFIX=${CROSS_PREFIX:-${FAKEROOT}/wrappers/powerpc64-unknown-linux-gnu-}
+export HOST_PREFIX=${HOST_PREFIX:-${FAKEROOT}/wrappers/x86_64-pc-linux-gnu-}
export PATH=${FAKEROOT}/wrappers:${PATH}
-export PATH=${PATH}:`pwd`/src/build/lids
export PATH=${PATH}:`pwd`/src/build/trace
export PATH=${PATH}:`pwd`/src/build/tools
OpenPOWER on IntegriCloud