ref: 17d7b5d72ec00aa5e901843b499371704f8a313e
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