Skip to content
Snippets Groups Projects
Commit 839c4428 authored by Adrian Danis's avatar Adrian Danis
Browse files

x86: Correct build flags when building kernel standalone

parent 914741ea
No related branches found
No related tags found
No related merge requests found
......@@ -363,7 +363,7 @@ DEFINES += -DARM_CORTEX_A15
endif
endif
ifeq (${ARCH}, ia32)
ifeq (${ARCH}, x86)
CFLAGS += -m32 -mno-mmx -mno-sse
ASFLAGS += -Wa,--32
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment