Rev 1395 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1395 | Rev 1401 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | # |
27 | # |
28 | 28 | ||
29 | ## Toolchain configuration |
29 | ## Toolchain configuration |
30 | # |
30 | # |
31 | 31 | ||
32 | TARGET = ppc-linux-gnu |
32 | TARGET = ppc64-linux-gnu |
33 | TOOLCHAIN_DIR = /usr/local/ppc64/bin |
33 | TOOLCHAIN_DIR = /usr/local/ppc64/bin |
34 | 34 | ||
35 | ifeq ($(COMPILER),native) |
35 | ifeq ($(COMPILER),native) |
36 | CC = gcc |
36 | CC = gcc |
37 | AS = as |
37 | AS = as |