Subversion Repositories HelenOS-historic

Rev

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

Rev 483 Rev 486
Line 36... Line 36...
36
TOOLCHAIN_DIR = /usr/local/sparc64/bin
36
TOOLCHAIN_DIR = /usr/local/sparc64/bin
37
 
37
 
38
## Make some default assumptions
38
## Make some default assumptions
39
#
39
#
40
 
40
 
41
CFLAGS += -mcpu=ultrasparc -m64 -O3
41
CFLAGS += -mcpu=ultrasparc -m64
42
LFLAGS += -no-check-sections -N
42
LFLAGS += -no-check-sections -N
43
 
43
 
44
## Own configuration directives
44
## Own configuration directives
45
#
45
#
46
 
46