Subversion Repositories HelenOS

Rev

Rev 1797 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1797 Rev 1863
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/syscall.c \
35
ARCH_SOURCES += arch/$(ARCH)/src/psthread.S \
36
		arch/$(ARCH)/src/psthread.S \
-
 
37
		arch/$(ARCH)/src/thread.c
36
		arch/$(ARCH)/src/thread.c
38
 
37
 
39
CFLAGS += -mcpu=ultrasparc -m64
38
CFLAGS += -mcpu=ultrasparc -m64
40
LFLAGS += -no-check-sections -N
39
LFLAGS += -no-check-sections -N
41
 
40