diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index 2bf95582a..4db55958d 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -107,4 +107,4 @@ G++_CONFORM_CFLAGS_STRICT = @$(RM) $*.c $(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.i @$(RM) $@ - $(COMPILE.cpp) -Wno-deprecated $*.c + $(COMPILE.cpp) -x c++ -Wno-deprecated $*.c