change nasm output format to elf32

This commit is contained in:
Josh Holtrop 2020-10-02 10:21:10 -04:00
parent a9a6f6f4d4
commit 1f5e3507ba

View File

@ -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