summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--import/chips/p9/xip/Makefile8
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
OpenPOWER on IntegriCloud