Subversion Repositories HelenOS-historic

Rev

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

Rev 468 Rev 483
Line 40... Line 40...
40
 
40
 
41
ifndef CPU
41
ifndef CPU
42
	CPU = pentium4
42
	CPU = pentium4
43
endif
43
endif
44
 
44
 
-
 
45
CFLAGS += -O3
45
DEFS += -D_CPU=${CPU}
46
DEFS += -D_CPU=${CPU}
46
 
47
 
47
## Accepted CPUs
48
## Accepted CPUs
48
#
49
#
49
 
50