Subversion Repositories HelenOS-historic

Rev

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

Rev 1160 Rev 1162
Line 37... Line 37...
37
 
37
 
38
## Make some default assumptions
38
## Make some default assumptions
39
#
39
#
40
 
40
 
41
CFLAGS += -mcpu=powerpc -m32
41
CFLAGS += -mcpu=powerpc -m32
-
 
42
AFLAGS += -a32
42
LFLAGS += -no-check-sections -N
43
LFLAGS += -no-check-sections -N
43
 
44
 
44
DEFS += -D__32_BITS__
45
DEFS += -D__32_BITS__
45
 
46
 
46
## Own configuration directives
47
## Own configuration directives