Subversion Repositories HelenOS

Rev

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

Rev 2460 Rev 2462
Line 34... Line 34...
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 += -m64 -mcpu=ultrasparc 
38
GCC_CFLAGS += -m64 -mcpu=ultrasparc 
39
SUNCC_CFLAGS += -m64 -xarch=sparc -xregs=appl
39
SUNCC_CFLAGS += -m64 -xarch=sparc -xregs=appl,no%float
40
 
40
 
41
LFLAGS += -no-check-sections -N
41
LFLAGS += -no-check-sections -N
42
 
42
 
43
DEFS += -D__64_BITS__
43
DEFS += -D__64_BITS__
44
 
44