From 5991b84f4c773fcf3cb8373e75259323b17bf087 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 18 May 2015 16:52:58 -0500 Subject: 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 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- env.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env.bash') 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} -- cgit v1.2.1