ref: 33a1209a21a9b38eafc5f26bb6543c8b4c9b75ba
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