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