From 40e937b091705e66808dbd951418378c8ec4f69f Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 22 Aug 2019 15:52:52 +0200 Subject: [PATCH] do not use -ansi with vxWorks compiler in EPICS 3.13 --- src/Makefile.Vx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.Vx b/src/Makefile.Vx index 15e235a..25b781a 100644 --- a/src/Makefile.Vx +++ b/src/Makefile.Vx @@ -26,6 +26,9 @@ endif include $(TOP)/config/CONFIG_APP include ../CONFIG_STREAM +CXXCMPLR=NORMAL +G++_NORMAL = $(G++) + LIBNAME = streamLib SRCS.cc += $(BUSSES:%=../%Interface.cc)