change nasm output format to elf32
This commit is contained in:
parent
a9a6f6f4d4
commit
1f5e3507ba
@ -5,7 +5,7 @@
|
||||
|
||||
# Assembler Information:
|
||||
NASM=nasm
|
||||
NASM_FLAGS=-f aout
|
||||
NASM_FLAGS=-f elf32
|
||||
|
||||
# C/C++ Information:
|
||||
CPPFLAGS=-ffreestanding -fno-builtin -nostdlib -nostartfiles -nodefaultlibs -I. -Wall -m32 -fno-pic
|
||||
|
Loading…
x
Reference in New Issue
Block a user