ref: 1e744b1933ffe37c15d1ce426f923083124cdd5b 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