Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1061 → Rev 1056

/shark/trunk/config/config.mk
59,11 → 59,8
CFG_VIDEO_OPT += -DCONFIG_FB_VGA16
endif
 
# this options are for newer gcc4 compilers
# for managing gcc4 warnings, added -Wno-attributes -Wno-pointer-sign
C_WARN = -Wimplicit-function-declaration -Wno-attributes -Wno-pointer-sign -Wall
# in case of problems with older gcc versions, please
# comment the previous line and uncomment the following line
# C_WARN = -Wimplicit-function-declaration -Wall
C_FLAGS = -O -fno-builtin -nostdinc -minline-all-stringops
C_INC = $(INCL) $(OTHERINCL) -I$(OSLIB)
C_MAC = $(CFG_OPT)