Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1060 → Rev 1061

/shark/trunk/oslib/config.mk
40,7 → 40,11
CFG_OPT += -D__OLD_TRACER__
endif
 
# this options are for newer gcc4 compilers
C_OPT = -Wall -O -fno-builtin -nostdinc -Wno-attributes -Wno-pointer-sign -minline-all-stringops $(CFG_OPT) -DMAIN=__kernel_init__ -I$(INCL)
# in case of problems with older gcc versions, please
# comment the previous line and uncomment the following line
# C_OPT = -Wall -O -fno-builtin -nostdinc -minline-all-stringops $(CFG_OPT) -DMAIN=__kernel_init__ -I$(INCL)
ASM_OPT = -x assembler-with-cpp $(CFG_OPT) -I$(INCL)
LINK_OPT = -Bstatic -Ttext $(MEM_START) -s -nostartfiles -nostdlib -L$(LIB_PATH)