<div dir="ltr">Hi<div><br></div><div>Is this still needed in prog-cxx.m4?</div><div><br></div><div><div># If CXXFLAGS is not set, default to CFLAGS</div><div>if test x"$rtems_cv_HAS_SMP" = x"yes" ; then</div><div>  CXXFLAGS=${CXXFLAGS-${CFLAGS} -std=gnu++11}</div><div>else</div><div>  CXXFLAGS=${CXXFLAGS-${CFLAGS}}</div><div>fi</div></div><div><br></div><div>Aren't we up to a modern enough compiler that this isn't needed?</div><div><br></div><div>--joel</div></div>