Rev 894 | Rev 1074 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 894 | Rev 938 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | 40 | ||
| 41 | ifndef IA32_CPU |
41 | ifndef IA32_CPU |
| 42 | IA32_CPU = pentium4 |
42 | IA32_CPU = pentium4 |
| 43 | endif |
43 | endif |
| 44 | 44 | ||
| 45 | DEFS += -D_CPU=${IA32_CPU} |
45 | DEFS += -D_CPU=${IA32_CPU} -D__32_BITS__ |
| 46 | 46 | ||
| 47 | ## Accepted CPUs |
47 | ## Accepted CPUs |
| 48 | # |
48 | # |
| 49 | 49 | ||
| 50 | ifeq ($(IA32_CPU),athlon-xp) |
50 | ifeq ($(IA32_CPU),athlon-xp) |