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)