Rev 2125 | Rev 3369 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2125 | Rev 2454 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | BFD_ARCH = powerpc:common |
33 | BFD_ARCH = powerpc:common |
34 | BFD = binary |
34 | BFD = binary |
35 | TARGET = ppc-linux-gnu |
35 | TARGET = ppc-linux-gnu |
36 | TOOLCHAIN_DIR = /usr/local/ppc |
36 | TOOLCHAIN_DIR = /usr/local/ppc |
37 | 37 | ||
38 | CFLAGS += -mcpu=powerpc -msoft-float -m32 |
38 | GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32 |
39 | AFLAGS += -a32 |
39 | AFLAGS += -a32 |
40 | LFLAGS += -no-check-sections -N |
40 | LFLAGS += -no-check-sections -N |
41 | 41 | ||
42 | DEFS += -D__32_BITS__ |
42 | DEFS += -D__32_BITS__ |
43 | 43 |