Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2125
Line 31... Line 31...
31
 
31
 
32
BFD_NAME = elf64-sparc
32
BFD_NAME = elf64-sparc
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/bin
36
TOOLCHAIN_DIR = /usr/local/sparc64
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
 
41
DEFS += -D__64_BITS__
41
DEFS += -D__64_BITS__