Subversion Repositories HelenOS

Rev

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

Rev 1790 Rev 1802
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/bin
36
TOOLCHAIN_DIR = /usr/local/sparc64/bin
37
 
37
 
38
## Make some default assumptions
-
 
39
#
-
 
40
 
-
 
41
CFLAGS += -mcpu=ultrasparc -m64
38
CFLAGS += -mcpu=ultrasparc -m64
42
LFLAGS += -no-check-sections -N
39
LFLAGS += -no-check-sections -N
43
 
40
 
44
DEFS += -D__64_BITS__
41
DEFS += -D__64_BITS__
45
 
42