ref: c5ee5f8f05dfd2fc2181d872888898cf3c0808c6
dir: /build/platform-linux.mk/
ASM = nasm CFLAGS += -Werror -fPIC -DLINUX -D__NO_CTYPE LDFLAGS += -lpthread ASMFLAGS += -DNOPREFIX ifeq ($(ENABLE64BIT), Yes) ASMFLAGS += -f elf64 else ASMFLAGS += -f elf32 endif