do not use -ansi with vxWorks compiler in EPICS 3.13

This commit is contained in:
2019-08-22 15:52:52 +02:00
parent 1bac175c42
commit 40e937b091

View File

@ -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)