ref: 076b1116d644889577353f8eeffce4dd54113667 dir: /build/platform-freebsd.mk/
ASM = nasm CFLAGS += -fPIC -DMT_ENABLED LDFLAGS += -lpthread ASMFLAGS += -DNOPREFIX ifeq ($(ENABLE64BIT), Yes) ASMFLAGS += -f elf64 else ASMFLAGS += -f elf endif