Subversion Repositories HelenOS-historic

Rev

Rev 1072 | Rev 1101 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1072 Rev 1094
Line 73... Line 73...
73
	DEFS += -DCONFIG_DEBUG_AS_WATCHPOINT
73
	DEFS += -DCONFIG_DEBUG_AS_WATCHPOINT
74
endif
74
endif
75
ifeq ($(CONFIG_FPU_LAZY),y)
75
ifeq ($(CONFIG_FPU_LAZY),y)
76
	DEFS += -DCONFIG_FPU_LAZY
76
	DEFS += -DCONFIG_FPU_LAZY
77
endif
77
endif
-
 
78
ifeq ($(CONFIG_DEBUG_ALLREGS),y)
-
 
79
	DEFS += -DCONFIG_DEBUG_ALLREGS
-
 
80
endif
78
 
81
 
79
## Toolchain configuration
82
## Toolchain configuration
80
#
83
#
81
 
84
 
82
ifeq ($(COMPILER),native)
85
ifeq ($(COMPILER),native)