Rev 1160 | Rev 1215 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1160 | Rev 1162 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | 37 | ||
38 | ## Make some default assumptions |
38 | ## Make some default assumptions |
39 | # |
39 | # |
40 | 40 | ||
41 | CFLAGS += -mcpu=powerpc64 -m64 |
41 | CFLAGS += -mcpu=powerpc64 -m64 |
- | 42 | AFLAGS += -a64 |
|
42 | LFLAGS += -no-check-sections -N |
43 | LFLAGS += -no-check-sections -N |
43 | 44 | ||
44 | DEFS += -D__64_BITS__ |
45 | DEFS += -D__64_BITS__ |
45 | 46 | ||
46 | ## Own configuration directives |
47 | ## Own configuration directives |