summaryrefslogtreecommitdiffstats
path: root/env.bash
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2015-05-18 16:52:58 -0500
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 13:40:49 -0600
commit5991b84f4c773fcf3cb8373e75259323b17bf087 (patch)
tree6cb41d4c4a5be3deaaff26e0143a41e060b61bf6 /env.bash
parente4916a9124f9501fda630b6700b662413a4071d5 (diff)
downloadtalos-hostboot-5991b84f4c773fcf3cb8373e75259323b17bf087.tar.gz
talos-hostboot-5991b84f4c773fcf3cb8373e75259323b17bf087.zip
Update compiler to GCC 4.9 chroot.
RTC: 124306 Change-Id: I03145e19c5350dae4fbe150229b88f3368716567 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17980 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'env.bash')
-rwxr-xr-xenv.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.bash b/env.bash
index c5a29af25..fc5bbb52f 100755
--- a/env.bash
+++ b/env.bash
@@ -32,7 +32,7 @@ if [ -n "${OPENPOWER_BUILD}" ]; then
export SKIP_BINARY_FILES=1
export JAILCMD=""
else
- export FAKEROOT=${FAKEROOT:-/opt/mcp/shared/powerpc64-gcc-20130412}
+ export FAKEROOT=${FAKEROOT:-/opt/mcp/shared/powerpc64-gcc-20150516}
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}
OpenPOWER on IntegriCloud