Subversion Repositories HelenOS

Rev

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

Rev 3879 Rev 3936
Line 43... Line 43...
43
SUNCC_CFLAGS += $(CMN1)
43
SUNCC_CFLAGS += $(CMN1)
44
 
44
 
45
## Accepted CPUs
45
## Accepted CPUs
46
#
46
#
47
 
47
 
48
ifeq ($(MACHINE),athlon-xp)
48
ifeq ($(MACHINE),athlon_xp)
49
	CMN2 = -march=athlon-xp
49
	CMN2 = -march=athlon-xp
50
	SUNCC_CFLAGS += -xarch=ssea
50
	SUNCC_CFLAGS += -xarch=ssea
51
endif
51
endif
52
ifeq ($(MACHINE),athlon-mp)
52
ifeq ($(MACHINE),athlon_mp)
53
	CMN2 = -march=athlon-mp
53
	CMN2 = -march=athlon-mp
54
	SUNCC_CFLAGS += xarch=ssea
54
	SUNCC_CFLAGS += xarch=ssea
55
endif
55
endif
56
ifeq ($(MACHINE),pentium3)
56
ifeq ($(MACHINE),pentium3)
57
	CMN2 = -march=pentium3
57
	CMN2 = -march=pentium3