Comment 6 for bug 1702298

Revision history for this message
Dirk Zimoch (dirk.zimoch) wrote :

Actually $(T_A) is not needed
ifeq ($(VXWORKS_VERSION), 6.6)
  casDGIntfOS_CXXFLAGS = -fno-inline
  casStreamOS_CXXFLAGS = -fno-inline
endif

I wonder if other g++ targets than -mcpu=604 need this?
If not better check ARCH_CLASS filter for -m options in ARCH_DEP_CFLAGS.