Rev 3879 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3879 | Rev 4047 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | DEFS += -D__64_BITS__ |
44 | DEFS += -D__64_BITS__ |
| 45 | 45 | ||
| 46 | ## Accepted CPUs |
46 | ## Accepted CPUs |
| 47 | # |
47 | # |
| 48 | 48 | ||
| 49 | ifeq ($(MACHINE),opteron) |
49 | ifeq ($(PROCESSOR),opteron) |
| 50 | CMN2 := -march=opteron |
50 | CMN2 := -march=opteron |
| 51 | GCC_CFLAGS += $(CMN2) |
51 | GCC_CFLAGS += $(CMN2) |
| 52 | ICC_CFLAGS += $(CMN2) |
52 | ICC_CFLAGS += $(CMN2) |
| 53 | SUNCC_CFLAGS += -xtarget=opteron |
53 | SUNCC_CFLAGS += -xtarget=opteron |
| 54 | endif |
54 | endif |