* device/include/asm/pic16/features.h,
[fw/sdcc] / device / lib / pic16 / startup / Makefile
index b0807e77bd76bdc79f5d838553609b72655da14d..f8a86a4580ff534202e31a37b7588aaf9561592f 100644 (file)
@@ -25,6 +25,8 @@ SRCS  =       crt0    \
 COMPILE_FLAGS  += $(MODELFLAGS) $(OPT_FLAGS)
 COMPILE_FLAGS  += --nostdinc --nostdlib --fommit-frame-pointer
 
+CFLAGS  += $(CSTD)
+
 CFILES = $(patsubst %,%.c,$(SRCS))
 OFILES = $(patsubst %.c,%.o,$(CFILES))