Since RTEMS sequencers use C++ constructors to register the sequencer
commands, they must be compiled with a C++ compiler.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user