add masm=intel to make-x86
This commit is contained in:
parent
c5464e75ae
commit
f658a80f6e
|
|
@ -1 +1,2 @@
|
|||
ARCHFILES := $(shell find src/arch/x86 -type f -name '*.c' -print)
|
||||
ARCHFILES := $(shell find src/arch/x86 -type f -name '*.c' -print)
|
||||
ARCH_CFLAGS := -masm=intel
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
-include make/x86/make.config
|
||||
|
||||
ARCH_CFLAGS := -mcmodel=kernel
|
||||
ARCH_CFLAGS := $(ARCH_CFLAGS) -mcmodel=kernel
|
||||
|
|
|
|||
Loading…
Reference in New Issue