Rev 1200 | Rev 1271 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1200 | Rev 1210 | ||
---|---|---|---|
Line 76... | Line 76... | ||
76 | DEFS += -DCONFIG_FPU_LAZY |
76 | DEFS += -DCONFIG_FPU_LAZY |
77 | endif |
77 | endif |
78 | ifeq ($(CONFIG_DEBUG_ALLREGS),y) |
78 | ifeq ($(CONFIG_DEBUG_ALLREGS),y) |
79 | DEFS += -DCONFIG_DEBUG_ALLREGS |
79 | DEFS += -DCONFIG_DEBUG_ALLREGS |
80 | endif |
80 | endif |
- | 81 | ifeq ($(CONFIG_VHPT),y) |
|
- | 82 | DEFS += -DCONFIG_VHPT |
|
- | 83 | endif |
|
81 | 84 | ||
82 | ## Toolchain configuration |
85 | ## Toolchain configuration |
83 | # |
86 | # |
84 | 87 | ||
85 | ifeq ($(COMPILER),native) |
88 | ifeq ($(COMPILER),native) |