Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 353 → Rev 352

/shark/trunk/config/mk/gnu.mk
7,19 → 7,12
AR = ar
 
ifeq ($(TSC),TRUE)
CFG_OPT += -D__TSC__
CFG_OPT = -D__TSC__
ifeq ($(APIC),TRUE)
CFG_OPT += -D__APIC__
endif
endif
 
ifeq ($(findstring NEW,$(TRACER)) , NEW)
CFG_OPT += -D__NEW_TRACER__
endif
ifeq ($(findstring OLD,$(TRACER)) , OLD)
CFG_OPT += -D__OLD_TRACER__
endif
 
INCL = $(BASE)/include
LIB_PATH = $(BASE)/lib
OSLIB = $(BASE)/oslib