Add definition for how to run the C preprocessor. This is needed for

preprocessing sequencer source files.
This commit is contained in:
W. Eric Norum
2001-02-19 20:07:18 +00:00
parent 7760d0e025
commit cb0f8f6879

View File

@@ -31,6 +31,7 @@ include $(CONFIG.CC)
# RTEMS cross-development tools
CC = $(CC_FOR_TARGET) $(GCCSPECS) -fasm
CCC = $(CC)
CPP = $(CC_FOR_TARGET) -x c -E
AR = $(AR_FOR_TARGET)
RTEMS_LDFLAGS := $(LDFLAGS)
LINK.cpp = $(CCC) -o $@ $(RTEMS_LDFLAGS) $(LDFLAGS) $(LINK_OBJS) $(PROD_LD_OBJS) $(PROD_LD_RESS) $(LDLIBS)