From 93a1b07ceb7d5c621035888d4ce0789cecad0322 Mon Sep 17 00:00:00 2001
From: zimoch <zimoch>
Date: Thu, 5 Jun 2014 12:51:35 +0000
Subject: [PATCH] Relax C++ compiler, too

---
 App/tools/driver.makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile
index fb141d5c..afaeb9cd 100644
--- a/App/tools/driver.makefile
+++ b/App/tools/driver.makefile
@@ -1,6 +1,6 @@
 # driver.makefile
 #
-# $Header: /cvs/G/DRV/misc/App/tools/driver.makefile,v 1.95 2014/04/07 13:22:25 zimoch Exp $
+# $Header: /cvs/G/DRV/misc/App/tools/driver.makefile,v 1.96 2014/06/05 12:51:35 zimoch Exp $
 #
 # This generic makefile compiles EPICS code (drivers, records, snl, ...)
 # for all installed EPICS versions in parallel.
@@ -788,7 +788,10 @@ RELEASE_INCLUDES = -I${EPICS_BASE}/include
 RELEASE_INCLUDES += -I${EPICS_BASE}/include/compiler/${CMPLR_CLASS}
 RELEASE_INCLUDES += -I${EPICS_BASE}/include/os/${OS_CLASS}
 
+#relax 3.13 cross compilers (default is STRICT)
 CMPLR=ANSI
+CXXCMPLR=ANSI
+G++_ANSI = $(G++) -ansi
 
 ${INSTALLRULE} ${INSTALL_DOCUS} ${INSTALL_PROJECTDBD} ${INSTALL_LIBRARY} ${INSTALL_DEP}
 
-- 
GitLab