Skip to content

Commit

Permalink
Updated to devtoolset-8 for RHEL7
Browse files Browse the repository at this point in the history
Change-Id: Ie48fd6ef1dfb377b698849a240abcc27aca5653d
  • Loading branch information
sumitk56 committed Oct 22, 2020
1 parent 1e980f5 commit 071b078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build/rules.dir/mflags.env.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HCODE Project
#
# COPYRIGHT 2015,2017
# COPYRIGHT 2015,2020
# [+] International Business Machines Corp.
#
#
Expand Down Expand Up @@ -37,7 +37,7 @@ XIPPATH?=$(ROOTPATH)/chips/p9/xip

# Location of the cross-compiler toolchain.
UNAME = $(shell uname)
__EKB_PREFIX?=/opt/rh/devtoolset-2/root/usr/bin/
__EKB_PREFIX?=/opt/rh/devtoolset-8/root/usr/bin/

ifeq ($(UNAME),AIX)
__EKB_PREFIX=/opt/xsite/contrib/bin/
Expand Down

0 comments on commit 071b078

Please sign in to comment.