diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ include $(TOP)/config.mak VPATH = $(TOPSRC) CFLAGS += -I$(TOP) +CFLAGS += $(CPPFLAGS) + ifeq (-$(findstring gcc,$(CC))-,-gcc-) ifeq (-$(GCC_MAJOR)-$(findstring $(GCC_MINOR),56789)-,-4--) CFLAGS += -D_FORTIFY_SOURCE=0 |
