Subversion Repositories HelenOS-historic

Rev

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

Rev 458 Rev 460
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
DEFS += -D_CPU=${CPU}
-
 
46
 
45
## Accepted CPUs
47
## Accepted CPUs
46
#
48
#
47
 
49
 
48
ifeq ($(CPU),athlon-xp)
50
ifeq ($(CPU),athlon-xp)
49
	CFLAGS += -march=athlon-xp -mmmx -msse -m3dnow
51
	CFLAGS += -march=athlon-xp -mmmx -msse -m3dnow