Rev 2479 | Rev 2586 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2479 | Rev 2482 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | # |
30 | # |
31 | 31 | ||
32 | TARGET = sparc64-linux-gnu |
32 | TARGET = sparc64-linux-gnu |
33 | TOOLCHAIN_DIR = /usr/local/sparc64/bin |
33 | TOOLCHAIN_DIR = /usr/local/sparc64/bin |
34 | 34 | ||
35 | ARCH_SOURCES += arch/$(ARCH)/src/psthread.S \ |
35 | ARCH_SOURCES += arch/$(ARCH)/src/fibril.S \ |
36 | arch/$(ARCH)/src/thread.c |
36 | arch/$(ARCH)/src/thread.c |
37 | 37 | ||
38 | CFLAGS += -mcpu=ultrasparc -m64 |
38 | CFLAGS += -mcpu=ultrasparc -m64 |
39 | LFLAGS += -no-check-sections -N |
39 | LFLAGS += -no-check-sections -N |
40 | 40 |