diff options
| author | Sachin Gupta <sgupta2m@in.ibm.com> | 2017-01-24 06:59:46 -0600 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2018-02-05 15:41:57 -0600 |
| commit | fca5b702128fb43baf73ca3f1aa82ff06de1dc44 (patch) | |
| tree | 05b8b7d42e651bb31f0c504c08fb0fd93da8f6fa /import/chips/p9/xip | |
| parent | 24281c00dd4dc72d5ceffb671f3d16820bc0a2d7 (diff) | |
| download | talos-hcode-fca5b702128fb43baf73ca3f1aa82ff06de1dc44.tar.gz talos-hcode-fca5b702128fb43baf73ca3f1aa82ff06de1dc44.zip | |
Removed c++11 dependency
Change-Id: Ieab974da63942fab7c5f12568c5686beedf8568e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35315
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Diffstat (limited to 'import/chips/p9/xip')
| -rw-r--r-- | import/chips/p9/xip/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/import/chips/p9/xip/Makefile b/import/chips/p9/xip/Makefile index 5531840c..ebd4be65 100644 --- a/import/chips/p9/xip/Makefile +++ b/import/chips/p9/xip/Makefile @@ -39,8 +39,6 @@ INCLUDES += -I../../../../hwpf/include/plat/ # ppe: define path varia XIP_FLAGS += -DDEBUG_P9_XIP_IMAGE=1 XIP_FLAGS += -DFAPI2_NO_FFDC -CXX_FLAGS += -std=c++11 - ifdef BINDIR OBJ_DIR = $(BINDIR) else @@ -54,12 +52,6 @@ endif CXX = g++ -CXX_RELEASE = 4.8.2 -CXX_VERSION = $(shell $(CXX) -v 2>&1 | grep "$(CXX_RELEASE)") -ifeq ($(CXX_VERSION),) -$(error wrong compiler version. Use $(CXX_RELEASE) compiler. Try: "scl enable devtoolset-2 bash") -endif - XIP_UTILS = p9_xip_tool # Utility targets |

