Rev 2454 | Rev 2462 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2454 | Rev 2460 | ||
---|---|---|---|
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 | GCC_CFLAGS += -mcpu=ultrasparc -m64 |
38 | GCC_CFLAGS += -m64 -mcpu=ultrasparc |
39 | SUNCC_CFLAGS += |
39 | SUNCC_CFLAGS += -m64 -xarch=sparc -xregs=appl |
- | 40 | ||
40 | LFLAGS += -no-check-sections -N |
41 | LFLAGS += -no-check-sections -N |
41 | 42 | ||
42 | DEFS += -D__64_BITS__ |
43 | DEFS += -D__64_BITS__ |
43 | 44 | ||
44 | ## Own configuration directives |
45 | ## Own configuration directives |