Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 92 → Rev 93

/shark/trunk/config/mk/linux.mk
15,6 → 15,7
LIBRARYDIR= $(LIB_PATH)
LIBRARYOBJS= $(LIB_OBJS)
 
# Linux.mk for gcc 2.x
 
C_WARN = -Wimplicit-function-declaration -Wall
C_FLAGS = -O -finline-functions -fno-builtin -nostdinc
/shark/trunk/config/mk/linux32.mk
15,6 → 15,7
LIBRARYDIR= $(LIB_PATH)
LIBRARYOBJS= $(LIB_OBJS)
 
# Linux32.mk for gcc 3.2
 
C_WARN = -Wimplicit-function-declaration -Wall
C_FLAGS = -O -fno-builtin -nostdinc