Index: kernel/arch/ia32/Makefile.inc
===================================================================
--- kernel/arch/ia32/Makefile.inc	(revision 411b6a6f0339f865eaac5f492f2277fdfbbd5fcc)
+++ kernel/arch/ia32/Makefile.inc	(revision 71385d4f481ab9387c2c2d736bb5f36ca080775f)
@@ -46,21 +46,21 @@
 #
 
-ifeq ($(MACHINE),athlon_xp)
+ifeq ($(PROCESSOR),athlon_xp)
 	CMN2 = -march=athlon-xp
 	SUNCC_CFLAGS += -xarch=ssea
 endif
-ifeq ($(MACHINE),athlon_mp)
+ifeq ($(PROCESSOR),athlon_mp)
 	CMN2 = -march=athlon-mp
 	SUNCC_CFLAGS += xarch=ssea
 endif
-ifeq ($(MACHINE),pentium3)
+ifeq ($(PROCESSOR),pentium3)
 	CMN2 = -march=pentium3
 	SUNCC_CFLAGS += -xarch=sse
 endif
-ifeq ($(MACHINE),pentium4)
+ifeq ($(PROCESSOR),pentium4)
 	CMN2 = -march=pentium4
 	SUNCC_CFLAGS += -xarch=sse2
 endif
-ifeq ($(MACHINE),core)
+ifeq ($(PROCESSOR),core)
 	CMN2 = -march=prescott
 	SUNCC_CFLAGS += -xarch=sse3
