Since RTEMS sequencers use C++ constructors to register the sequencer

commands, they must be compiled with a C++ compiler.
This commit is contained in:
W. Eric Norum
2000-08-22 18:40:38 +00:00
parent 16f572b06d
commit c442b9e850
+1 -1
View File
@@ -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