From c442b9e85026c9fa389190129a29918a7cffa32f Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 22 Aug 2000 18:40:38 +0000 Subject: [PATCH] Since RTEMS sequencers use C++ constructors to register the sequencer commands, they must be compiled with a C++ compiler. --- configure/os/CONFIG.Common.RTEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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