summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 46eadda..8c9d3d0 100644
--- a/Makefile
+++ b/Makefile
@@ -98,11 +98,11 @@ HOSTCC=gcc
INSTALL_PREFIX := /usr
CFLAGS+=-I. -O4 -g -Wall
-ifneq (,$(findstring ppc,$(PACHINE)))
+ifneq (,$(findstring ppc,$(MACHINE)))
CFLAGS += -fsigned-char
KFLAGS += -msoft-float -fsigned-char
endif
-ifneq (,$(findstring x86_64,$(PACHINE)))
+ifneq (,$(findstring x86_64,$(MACHINE)))
CFLAGS += -m64
KFLAGS += -mcmodel=kernel
endif