Bugfixing the x86_64 port
[tpg/acess2.git] / Kernel / arch / x86_64 / Makefile
index be7c12d..647a49a 100644 (file)
@@ -3,17 +3,11 @@
 # i386 Architecture Makefile
 # arch/i386/Makefile
 
-# Assuming build machine is 32-bit ELF
-#CC = gcc
-#AS = nasm
-#LD = ld
-#OBJDUMP = objdump
-
 MAX_CPUS := 4
 
-CPPFLAGS       := -DMAX_CPUS=$(MAX_CPUS)
+CPPFLAGS       := -DMAX_CPUS=$(MAX_CPUS) -D USE_MP=0
 CFLAGS         := $(KERNEL_CFLAGS) -mno-sse -mno-mmx
-ASFLAGS                := -f elf64 -D MAX_CPUS=$(MAX_CPUS)
+ASFLAGS                := -f elf64 -D MAX_CPUS=$(MAX_CPUS) -D USE_MP=0
 LDFLAGS        := -nostdlib -nodefaultlibs
 
 ifeq ($(ARCH),amd64)

UCC git Repository :: git.ucc.asn.au