Rev 2141 | Rev 2462 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2141 | Rev 2454 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | BFD_ARCH = sparc |
33 | BFD_ARCH = sparc |
34 | BFD = binary |
34 | BFD = binary |
35 | TARGET = sparc64-linux-gnu |
35 | TARGET = sparc64-linux-gnu |
36 | TOOLCHAIN_DIR = /usr/local/sparc64 |
36 | TOOLCHAIN_DIR = /usr/local/sparc64 |
37 | 37 | ||
38 | CFLAGS += -mcpu=ultrasparc -m64 |
38 | GCC_CFLAGS += -mcpu=ultrasparc -m64 |
- | 39 | SUNCC_CFLAGS += |
|
39 | LFLAGS += -no-check-sections -N |
40 | LFLAGS += -no-check-sections -N |
40 | 41 | ||
41 | DEFS += -D__64_BITS__ |
42 | DEFS += -D__64_BITS__ |
42 | 43 | ||
43 | ## Own configuration directives |
44 | ## Own configuration directives |